/* CSS Document */
.contenido{
	font-family:"Verdana";
	font-size:11px;
	color:#000000;
}
.titulos{
	font-family:"Verdana";
	font-size:14px;
	color:#ff3300;
}

.titulos2{
	font-family:"Verdana";
	font-size:24px;
	color:#ff3300;
}
.titulos3{
	font-family:"Verdana";
	font-size:11px;
	color:green;
}
.subtitulos{
	font-family:"Verdana";
	font-size:11px;
	color:#000000;
	font-weight: bold;
}
a:hover {
font-size: 11px; 
font-family: Verdana;
color: #009900;
text-decoration: none;
}
.enlace{
	font-family:Verdana;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
}
.enlace2{
	font-family:Verdana;
	font-size:11px;
	color: red;
	text-decoration:none;
}
.enlace3{
	font-family:Verdana;
	font-size:14px;
	color: red;
	text-decoration:none;
}
.subenlace{
	font-family:Verdana;
	font-size:11px;
	color: #000000;
	text-decoration:none;
}
