/* CSS Document */

body {
	background-color: #1F448B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link { text-decoration:none; color:#1F448B }
a:visited { text-decoration: none; color:#1F448B }
a:hover { text-decoration: none; color:#666666}
a:active { text-decoration: none; color:#1F448B }

/* textos titulos */
#titulos { font-family:Arial;
font-size:21px;
color:#1F448B;}

/* textos principal */
#textoprincipal { font-family:Arial;
font-size:13px;
color:#333333;}

/* textos fecha */
#textofecha { font-family:Arial;
font-size:10px;
color:#999999;}

/* textos pie */
#textopie { font-family:Arial;
font-size:12px;
color:#FFFFFF;}

/* textos titulo2 */
#titulos2 { font-family:Arial;
font-size:13px;
color:#FFFFFF;}




/* menu */
#menuh {
	font: 15px "Arial";
	margin-top: 0px;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #1A4089;
	display: block;
	padding: 4px 10px;
	text-align: center;
}

#menuh a:hover {
	background: #F8C500;
	text-decoration:underline;
}

