/* CSS Document */
.contenido{
	font-family:"Verdana";
	font-size:11px;
	color:#949494;
}
.titulos{
	font-family:"Verdana";
	font-size:11px;
	color:#9B0000;
}

.titulos h1{
font-size:11px;
}

h2{
font-family:"Verdana";
}

.Estilo1 {font-size: 9px}

a:hover {
font-size: 11px; 
font-family: Verdana;
color: #2E508D;
text-decoration: underline;
}
.enlace{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
	text-decoration: none;
}
.subenlace{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
	text-decoration: underline;
}