.encabezado { 	
	font-size: 10px;
    font-family: "Roboto",sans-serif;
	font-weight: bold;
	color: #000000; 
	background-color: #12bc8e;		
}

.encabezadoalerta { 	
	font-size: 10px;
    font-family: "Roboto",sans-serif;
	font-weight: bold;
	color: #FFFFFF; 
	background-color: #B80000;		
}

.subencabezado {
	background-image: linear-gradient(to right, #08f5b5, #12bc8e);
	/* background-color: #0099cc; */ 
	font-weight: bold; 
/*	padding: 0px; 
	padding-left: 5px; 
	height: 14px; */
	/* color: #ffffff; */
}

.datos { 	
    font-family: "Roboto",sans-serif;	
	font-size: 10px; 
	font-weight: normal; 
	color: #000000;
}

.celda {  
	background-color: #eeeeee;
	/*width:10px;*/
}
.celdaintermedia {  
	background-color: #eeeeee;
	/*width:10px;*/
	border-bottom:2px solid #E1E2E4; 
}

.etiqueta { 	
	font-size: 10px;
    font-family: "Roboto",sans-serif;
	font-weight: bold; 
	color: #000000; 
}

.guia { 	
	font-size: 10px;
    font-family: "Roboto",sans-serif;
	font-weight: bold; 
	color: #0033cc; 
}

.errores { 
	/*font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 7.9pt; */
	font-size: 10px;
    font-family: Helvetica, sans-serif;
	font-weight: bold; 
	color: #B80000; 
}

.error { 
	/*font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt;*/
	font-size: 10px;
    font-family: Helvetica, sans-serif; 
	font-weight: bold; 
	color: #FF0000; 
}
.mensajes{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;*/
	font-size: 10px;
    font-family: Helvetica, sans-serif;
   	font-weight: bold;
   	color: #3399FF;
}

.mensaje{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;*/
	font-size: 10px;
    font-family: Helvetica, sans-serif;
   	font-weight: bold;
   	color: #333399;

}

.fila {  
	background-color: #eeeeee;
}

.boton {
	width: 80px;
}

input {  
	/*font-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	
	font-size: 10px;
    font-family: Helvetica, sans-serif;	
}

select {  
	/*font-size: 7.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
    font-family: Helvetica, sans-serif;	
}

td {  
	/*font-size: 7.5pt;*/
	font-size: 10px;
}
	

input.paginador {
    width: 25px;
}

a.nodo:hover, a.nodo:active,a.nodo:link,a.nodo:visited {
	color: white;
	text-decoration: none;
}
a.planilla_usuario:hover, 
a.planilla_usuario:active,
a.planilla_usuario:link,
a.planilla_usuario:visited {
	color: orange;
	text-decoration: none;
}