.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF3300;
}
a {
		font-family:Arial;
		font-size: 11px;
		color: #5C5B60;
		text-decoration: none;
		font-weight: 600;
	}
	a:hover{
		color: #FF9900;
		text-decoration: none;
	}
.subtitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000066;
}
.texto {
	font-size: 10px;
}
.rojo {
	color: #FF0000;
	font-weight: bold;
}