/* CSS Document */
<!--
body {
font-family:Arial, Helvetica, sans-serif; font-size:12px; width:bold; color:#000000;
}

#menuh {
	font: 80$ "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #3366CC;
	font-weight: bold;
	background: #F0F7FC;
	display: block;
	padding: 9px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 0;
}


#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background: #DBEBF6;
}
.titulo {  font-family:Verdana, sans-serif; font-size:14px; color:#444444; line-height: 17px; vertical-align: 3px; top: 0;}
.negrita {  font-family:Verdana, sans-serif; font-size:11px; color:#30558a; font-weight: bold; line-height: 17px; vertical-align: 3px; top: 0;}
.texto { font-family:Verdana, sans-serif; font-size:11px; color:#444444; line-height: 17px; vertical-align: 3px; top: 0;}
.pie { font-family:Verdana, sans-serif; font-size:10px; color:#ffffff; line-height: 17px; vertical-align: 3px; top: 0;}
.detalle { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#003366;}