body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #424242;
}

.Titulos {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-stretch:semi-expanded;
}
.Titulos2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.ContenidoNota {
	font-family: Arial, sans-serif;
	font-size: 11px;
	/*font-weight: none;*/
	color: #424242;
}
.Footer {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #919195;
}

/* LIGAS */
a.Menusup:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #424242;
}
a.Menusup:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}
a.Menusup:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000033;
}
a.Menusup:active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #424242;
}
/* FIN MENU SUPERIOR*/
