/* CSS Document */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#666666
}
.entrada {
	background-color: #eeeeee;
}
.opciones {
	color:#999999;
	text-decoration:none;
}
.opciones:hover {
	color: #004d5f;
	text-decoration:underline;
}
.error {
	color: #ff0000;
	font-size: 12px;
}
.seleccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}

.recordar	{
	color:#FFFFFF
}