@charset "iso-8859-1";
/* author: JESUS DORTA */
/* Creation date: 10/07/2003 */
.celdanormal {
	font-family: Arial;
	font-size: 7pt;
	color: silver;
}

.celdaform {
	font-family: Arial;
	font-size: 7pt;
	color: blue;
	background: silver;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-width: 1px;
}

.boton {
	background: silver; 
	border: none; 
	font-size: 7pt; 
	color: black; 
	font-family: Arial;
}	

.titulosblanco {
	font-family: Arial; 
	font-size: 7pt; 
	color: white;
}	

.titulosverdelima {
	font-family: Arial; 
	font-size: 7pt; 
	color: lime;
}	


.titulosverdenormal {
	font-family: Arial; 
	font-size: 7pt; 
	color: green;
}	

.textosblanco {
	font-family: Arial; 
	font-size: 7pt; 
	color: silver;
}

.entradas {
	border-top: 1px; 
	border-right: 1px; 
	border-bottom: 1px; 
	border-left: 1px; 
	border-width: 1px; 
	background: silver; ; 
	font-family: Arial; 
	font-size: 7pt; 
	color: blue;
}	