.texto_rojo_negrita {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	color: 95114b;
}
.texto_negro_normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: 2d261e;
	text-decoration: none;
	text-align: justify;
}
.texto_negro_negrita {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: 2d261e;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #96004b;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
