a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #851D1F;
	text-decoration: underline;
}
.titulo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.bordeRojo {
	border: thin solid #841C1E;
}
.subtituloROJO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #841C1E;
	text-decoration: underline;
}
.negritaSUBRAYADA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: underline;
}
