/*TITULO DE LA GRILLA */
.grilla .tit-grilla
{
	background: #000;
	color: #fff; 
    font-size: 14px;      
}

/* CABECERA */
.grilla .cabecera
{
	background-color: #305E18;
	color: #fff;    
}

/* CUERPO DE LA GRILLA */
.grilla
{
	border: 1px solid #0000AA;
	font-family: Book Antiqua, Papyrus, Tahoma, Verdana, Arial; 
   	font-size: 12px;
    background: #FFFFFF;
    color: #000; 	   		     	
}
.grilla .grid_totales
{
    background: #3C554E;
    color: #FFFFFF;
}
.btnMas
{	
    background: url('./images/btnMas.png') no-repeat center;
    border: none;
	width: 20px;
	height: 16px;		
	cursor: pointer;
    font-size: 10px;
    font-weight:bold;
    padding: 0 5px 0 3px;    
    text-align: center;				
	color: #0B40B2;    
}
.btnMas:hover
{ color: #640202; }

/* FILAS DE LA GRILLA*/
table tr:hover 
{
    background: #FFCC99;
    color: #FFFFFF;
}

.grilla select
{ /*
	border-right: #efede9 1px solid;
	border-top: #cbc6c0 1px solid;
	border-left: #cbc6c0 1px solid;
	border-bottom: #efede9 1px solid;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #4B4B4B;
	width: 100px;
  */

         background: transparent;
   width: 80px;
   font-size: 10px;
   border: 1px solid #ccc;
   height: 24px;
   padding: 0 0 0 5px;
}

.bool-ok
{ background: url('./images/ok.png') no-repeat center; }

.bool-NoOk
{ background: url('./images/no_ok.jpg') no-repeat center; }

/* PIE DE LA GRILLA */
#pie
{ 
	background: #4682B4;
	font: bold 13px Book Antiqua, Papyrus, Tahoma, Verdana, Arial;
	color: #B40404;
}

/* MENSAJE DE LA GRILLA */
.msg{
	background-color: #C0D2E8;	
	height: 32px;
	margin: 0 5px 0 5px;		
	font: normal 12px Tahomabold, Arialbold, sans-serif;	
}
.ico-info{
	float: left;
	background: no-repeat url(./images/msg-info.png) 2px 3px;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 5px;
}

/*------------------------------------------------------------------------------------------------------------*/

/*CABECERA GRILLA DETALLE */
.grilla-detalle .cabecera-detalle
{
	background-color:#3977B9;
	color: #fff;    
}

/* CUERPO DE LA GRILLA DETALLE*/
.grilla-detalle
{
	border: 1px solid #0000AA;
	font-family: Book Antiqua, Papyrus, Tahoma, Verdana, Arial; 
   	font-size: 12px;
    color: #630303;
    background: #E3EEFB;   	   		     	
}
