.texto_home a:link {
	text-decoration: none;
	color: #B81202;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.texto_home a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.texto_home a:hover {
	color: #B81202;
	text-decoration: underline;
	font-weight: bold;
}
. texto_home a:active {
	color: #D9912D;
	text-decoration: underline;
	font-weight: bold;
}
