.TextoGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
}
.TitulosGuindas {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
.TextoPeque {
	font-size: 9px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
