body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B91538;
	text-align: right;
}
.titulo_morado {
	color: #52315f;
	font-size: 18px;
	font-weight: bold;
}
.texto_negro {
	color: #ffffff;
	font-weight: bold;
}

a:link {
	font-size: 13px;
	color: #B91538;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-size: 13px;
	color: #B91538;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-size: 13px;
	color: #52315f;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-size: 13px;
	color: #B91538;
	font-weight: bold;
	text-decoration: none;
}

.titulo_index {
	font-size: 14px;
	font-weight: bold;
}
.titulo_blancos {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
