body {
	background-color: #e0e0e0;
  font-family: Georgia;  
}


/* Header */


#header {

	width: 950px;

	margin: 0 auto;

	height: 35px;

	background: #03436a url(images/banner.jpg);

}



/* Page */



#page {

	width: 950px;

	margin: 0 auto;

	border-top: 0px solid #dd0000;

}



#content {

	float: right;

	width: 100%;

	padding-right: 1px;

}





/* Menu */



#menu {
  width: 100%;

  margin-left:auto; 
  margin-right:auto;
  border-spacing: 5px  
}




#menu table {

  margin: 0;
	padding: 0;
	list-style: none;
}





#menu a {

  display: block;

  padding: 5px 15px;

  border-top: 2px solid #000000;

  border-bottom: 2px solid #000000;

  text-decoration: none;

  font-weight: bold;

  color: #006699;

}




#menu a:hover {

	background: #03436a;

	color: #ffffff;

}




#menu .active {

  background: #006699;

  color: #ffffff;

  display: block;

  font-weight: bold;

  border-bottom: 2px solid #000000;

  border-top: 2px solid #000000;

  padding: 5px 15px;

}



/* texto */


#texto {
  color: #00003b;
}

#texto a {
  color: #006699;  
}

#texto .sesion {
  font-size: 14pt;
}

#texto .tipoSem {
  font-weight: bold;
  font-style: oblique;
  color: #006699;
}

#texto .titulo {
  text-align: center;	
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  color: #006699;
}

#texto .ponente2 {
  text-align: center;
  font-weight: bold;
  font-style: oblique;
  font-variant: small-caps;
}

#texto .adscripcion {
  text-align: center;
  font-style: oblique;
}

#texto .fecha {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

#texto .lugar {	
  font-size: 12pt;
  text-align: center;
}

#texto .anunciar {
  color: #606060;	
}

/* Footer */



#footer {

	width: 950px;

	height: 20px;

	margin: 0 auto;

	padding: 0px;

	background: #03436a;

	font-size: 0.8em;

	color: #FFFFFF;

}



#legal {
	text-align: center;
}



#legal a {
  color: #ff0000;

}


#legal a:visited {
  color: #ff0000;

}

