.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #660000;
}
.texto2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #9B0000;
}
.campos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #990000;
	border: 1px solid #990000;
	background-color: #E7DBC2;
}
.botones {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #990000;
	border: 2px solid #CC0000;
}


.volver_al_listado {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.volver_al_listado:hover {
	text-decoration:underline;
}