/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align: center;
	margin:0px auto;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#10899C;
	color:#333333;
}
img{
  border:0;
}

a:VISITED, a:ACTIVE,a:FOCUS, a:LINK{
	color: #11899D;
	font-weight:bold;
	font-size: 10px;
	text-decoration:underline;
}
a:hover{
	color:#11899D;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	margin: 0px auto;
	width:766px; 
	position:relative;
	background:#F0F0F0; 
}
#left{  
	width:190px;
	padding: 5px 0px 0px 5px;
	text-align:left;
	z-index:2; 
}
#header{
 	width:100%;
	clear:both;
	height:142px;
}

#top_menu {	
	width:766px;
	height:250px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
	
#center{  
	clear:both; 
	width:100%;
	position:relative;
} 
#main_left{  
	float:left; 
	width:195px; 
	text-align:left;
} 
#main_right{  
	float:left;  
	width:558px; 
	text-align:left;
	padding: 5px 5px 15px 5px;
} 
#footer{
	width:100%;
	clear:both;
	height:30px;
	border-top:5px solid #9CCF50;
	background-color:#10899C;
	padding-top:5px;
}
#space_green{ 
	width:100%;
	clear:both;
	background-color:#9CCF50;
	height:3px;
}
#banner_center{
	padding-bottom:5px;
}
#main_text{  
	padding-left:5px;
} 
/************ sectionLinks styles **************/
/***********************************************/
#especialidades{
	display: block;
	text-align:left;
	background-color:#DEE4E2; 
	border:1px solid #f0f0f0;
}
#faq{
	width:100%;
	clear:both;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
}
#mision{
	width:100%;
	clear:both;
	text-align:left;
	padding-bottom:5px;
}
#menu_bottom{
	float:left; 
	 width:496px; 
	text-align:left;
}
#copyright_bottom{
	float:left;
}
/***********************************************/
/* Links                                       */
/***********************************************/
.inferior, a.inferior:VISITED, a.inferior:ACTIVE,a.inferior:FOCUS, a.inferior:LINK{
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:10px; 
}
a.inferior:hover{
	color:#F5A421;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
.menu, a.menu:VISITED, a.menu:ACTIVE,a.menu:FOCUS, a.menu:LINK{
	color: #666666;
	font-weight:bold;
	text-decoration:none;
	font-size:10px; 
}
a.menu:hover{
	color:#F7941D;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
a.link_bottom:VISITED, a.link_bottom:ACTIVE,a.link_bottom:FOCUS, a.link_bottom:LINK{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	font-size:11px; 
}
a.link_bottom:hover{
	color:#ffffff;
	font-weight:bold;
	background-color: #2a2a2a;
	text-decoration:none;
	font-size:11px;
}

/***********************************************/
/* texts                                       */
/***********************************************/
.copyright{
 font-size: 10px; 
 color: #ffffff;
}
.titulo {
	font-size: 16px;
	color: #11899D;
	font-weight: bold;
	border-bottom:#999999 solid 1px;
}
.subtitulo {
	font-size: 12px;
	color: #11899D;
	font-weight: bold;
}
.text_blue {
	color: #11899D;
	font-weight: bold;
}
.text_bottom{
	color:#000000;
	font-weight:bold;
}
.alerta {
	color: #FF0000;
	font-size: 10px;
} 
.text_small {
	color: #ffffff;
	font-size: 10px;
} 

.text_cotent {
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	width:95%;
}
/***********************************************/
/* backgrounds  and borders                    */
/***********************************************/
.bg-pag {
	background-color: #FFFFFF;
}
.bg-menu {
	background-color: #DEE4E2;
}
/***********************************************/
/* buttons and fields          				   */
/***********************************************/
.button_send {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #11899D;
	border: 1px solid #000000;
}

.fields {
	background-color: #ffffff;
	border: 1px solid #666666;
	color: #333333;
}
/***********************************************/
/* Seccion Listado Eventos                     */
/***********************************************/
.row_list {
 	clear:both; 
	width:95%; 
	text-align:center; 
	padding-bottom:15px;
	padding-left:15px;
}
.desc_center{
	width:98%;  
	text-align:justify;
}
.navegador_eventos{
	clear:both; 
	width:98%; 
	text-align:center;
}
