a:link {
	color: #D20401;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D70401;
}
a:hover {
	text-decoration: none;
	color: #D20401;
}
a:active {
	text-decoration: none;
	color: #D20401;
}
.texto_normal {
	background-color: transparent;
	color: #262626;
	font-family: Verdana, serif;
	font-size: 11px;
	line-height: 15px;
	padding-right:20px;
}

.titulos {
	color: #ac0000;
	font-family: "Arial Narrow", sans-serif;
	font-size: 18px;
	line-height: 20px;
}

.subtitulo {
	background-color: transparent;
	color: #D00501;
	font-family: Verdana, serif;
	font-size: 11px;
	line-height: 15px;
	font-weight:bold;
}