@charset "utf-8";
/* CSS Document */

* { font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:100%;
	text-decoration:none;
	border:0;	
}

/*FUENTES MENU PRINCIPAL HORIZONTAL*/
#nav_horizontal {font-size:80%;}
#nav_horizontal a {color:#91d6f3;}
#nav_horizontal a:hover {color:#fff;}

/*FUENTES CONTENIDO*/
#noticias, #contenido {font-size:70%;}
#noticias h1 { text-transform:uppercase; font-size:120%; font-weight:bold; font-family:"Century Gothic"; margin:0 0 10px 0;}
#noticias p {text-align:justify;}
#noticias p.news, #noticias p.news_title {color:#454444;}
#noticias p.news_title {margin: 0 0 5px 0; text-align:left;}
#noticias a {color:#057bac;}
#noticias a:hover {text-decoration:underline;}

#contenido_content h1.content_title, #footer h1.content_title {color:#04aaf9; font-size:220%; margin: 0 0 10px 0; font-family:"Century Gothic"}
#contenido_content h2.content_subtitle { text-decoration:underline; margin:20px 0 0 0;}
#contenido_content p, 
#contenido_content p.destacable,
#contenido_content ul, 
#contenido_content ul li {margin: 7px 0 7px 0; text-align:justify; line-height:15px;}
#contenido_content ul li {margin: 5px 0 0 30px;}
#contenido_content p.destacable{border:2px solid #04aaf9; padding: 5px; text-align:center; background-color:#fcfefd; font-size:110%;}
#contenido_content a {color:#057bac; font-weight:bold;}
#contenido_content a:hover { text-decoration:underline;}
#contenido_content p.masinfo {color:#555556;}
#contenido_content span.subrayado {text-decoration:underline;}

#contenido_content p.leyenda { text-decoration:underline;}
#contenido_content div.pleyenda { border:1px solid #04aaf9; padding:10px; background-color:#F6F6F6;}

/*FUENTES FOOTER*/
#footer ul.navfooter {font-size:70%;}
#footer ul.navfooter a, ul.navfooter li.separador {color:#04aaf9;}
#footer ul.navfooter a:hover {text-decoration:underline;}
#footer p {color:#FFF; font-size:70%;}



/*ESTILOS DE HOVERS*/
#nav_horizontal ul li a.marcado {color:#fff;}




