<STYLE type=text/css>
body {
	margin:0;
	padding:0;
	background-color: white;
	font-family: Arial, Verdana;
	font-size:100%
	text-decoration:none;
}
 a:link {text-decoration: none; color: #354279;}
 A:visited {TEXT-DECORATION: none};
 A:active {TEXT-DECORATION: none};
 A:hover {TEXT-DECORATION: underline};
 .enlace {font-family: Arial; font-size: 8pt; font-weight: normal; text-decoration: none; color: #354279;}
 .enlace2 {font-family: Verdana ; font-size: 7pt; font-weight: bold; text-decoration: none; color: #354279;}
 .senal {font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration: none; color: #354279;}
 .texto {font-family: Arial; font-size: 8pt; font-weight: normal; text-decoration: none; color: #000000;}
 .texto2 {font-family: Arial; font-size: 8pt; text-decoration: none; color: #FFFFFF;}
 .texto2:link {color: #FFFFFF;}
 .texto2:visited {color:#FFFFFF;}
 .texto2:hover {text-decoration: underline;}
 .texto3 {font-family: Arial; font-size: 8pt; text-decoration: none; color: #FFFFFF;}
 .titular {font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000;}
 .titulo {font-family: Arial; font-size: 8pt; font-weight: bold; text-decoration: none; color: #000000;}
#menu{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap
}
#menu li {
	margin: 1px;
	margin-top: 0;
	padding: 0;
	background-color: #0099CC;
}
#menu li a {
	display:block; //Convertimos el vínculo en un bloque.
	height: 1em;
	width:146px;
	padding: 0.125em;
	text-decoration:none;
	text-align:left;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.6125em;
	color: #FFFFFF;
	background-color: #0099CC;
}
#menu li a:hover {
	color: #FFFFFFe;
	background-color: navy;
}
#menu li.grupo {
	padding: 0.125em;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.6125em;
	color: #FFFFFF;
	background-color: #336699;
}
#menu li.grupo a{
	font-family: Arial;
	font-weight: bold;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #336699;
}
#menu li.grupo a:hover{
	background-color:navy;
	cursor: hand;
}
#menu li.grupo2 {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.6125em;
	color: #000000;
	background-color: #FFCC00;
}
</STYLE>
