A:link {text-decoration: none; color: #c81f1f; font-weight: bold;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #c81f1f;}

* {
padding: 0;
margin: 0;
}
.textoRed {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #c81f1f;
	text-decoration: none;
}
.textoGray {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
	white-space: 2;
}
.textoBlue {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #0f7388;
	text-decoration: none;
	white-space: 2;
}
