.rojo {
	color: #FF0000;
	text-decoration: none;
}

.rojo:hover {
	color: #000000;
	text-decoration: underline;
}
.fondo {
	background-color: #666666;
}

.negro {
	color: #000000;
	text-decoration: none;
}

.negro:hover {
	color: #000000;
	text-decoration: underline;
}.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CC6600;
}


.rojo2 {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.rojo2:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFCC99;
}
