.titulorojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.titulorojo:hover {
	color: #FF6633;
}
.titulorojo:link {
	color: #FF0000;
}
.titulonegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titulonegro:hover {
	color: #999999;
}
.celdaespaciada {
	padding: 3px;
}
.linknegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.linknegro:hover {
	color: #999999;
}