BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #3270B1;
	margin: 0 0 5 5px;
	font-size: 12px!important;
}

/* estilos del menú: recuadro enmarcando el mismo */
TABLE.menu {background-color: none; border: none; padding: 10px;
	margin-top: 15px;}
TR.menu {padding: 10px;}
TD.menu {padding: 10px; background-color: none;}

/* estilos del menú: colores de enlaces */
A:LINK {
	color: #E4F0FC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px!important;
}
A:VISITED {
	color: #E4F0FC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px!important;
}
A:HOVER {
	border-bottom: 1px solid #29527E !important; 
	font-size: 12px!important;
}

A:ACTIVE {
	color: #9DBFE1;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	border-bottom: 1px solid #29527E; 
	font-size: 12px!important;
}

A:LINK.activo {
	color: #9DBFE1;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	border-bottom: 1px solid #29527E; 
	font-size: 12px!important;
}
A:VISITED.activo {
	color: #9DBFE1;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	border-bottom: 1px solid #29527E; 
	font-size: 12px!important;
}




