/* CSS Document */

div.tableContainer{
height:200px;
margin:0pt auto;
padding-top: 5px;
overflow:auto;
width:65%;
/*border:#E1E2E3;*/
}

table.scrollable {
background-color:#F7F7F7;
border:medium none;
width:99%;

}

table.scrollable > tbody {
height:152px;
overflow-x:hidden;
overflow-y:auto;
/*border-top:1px inset #D8D8D8;*/

}
table.scrollable tr /* PARA IE alto de fila */
{  height:0px;
}

/* cabecera */
table.scrollable thead tr	{
	position:relative;
	
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
	}
	
table.scrollable thead td, table.scrollable thead th {
	background-color:oldlace;
	border-top:1px solid #D8D8D8;
	border-bottom:1px inset #C7C7C7; /*  #D8D8D8 ;*/
    color:steelblue;
	font-size:12px;
	font-weight:bold;
	text-align: left;
	padding-top:2px;
	padding-bottom:2px;
}

table.scrollable td {
	border-bottom:1px solid #D8D8D8;
	border-left:1px solid #D8D8D8;
	color:#000000;
	font-size:11px;
	padding-right:2px;
	text-align: left;
   border-top:1px inset #FFFFFF;
}

table.scrollable  tfoot tr { /*idea of Renato Cherullo to help IE*/
      position: relative; 
      overflow-x: hidden;
      top: expression(parentNode.parentNode.offsetHeight >= 
	  offsetParent.offsetHeight ? 0 - parentNode.parentNode.offsetHeight + offsetParent.offsetHeight + offsetParent.scrollTop : 0);
      }

table.scrollable tfoot td {
	background-color:Gainsboro ; /*papayawhip;*/
	border-top:1px inset  #FFFFFF; /* LightSlateGray ;*/
	color:steelblue;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;	

}

/*  bordes  */
table.scrollable td:first-child { padding-left:10px; }
table.scrollable td:last-child 
{width:1%; 
  padding-right: 20px; 
}

/* estilos columnas */

.normalRow { font-size:11px;
			 border-bottom:1px #000000 solid;
			
 }
 
.alternateRow { font-size:11px;
                background-color:Silver ; /* #B5AEB5; */
			
				}


#nroPagina2
{ 	font-family : Verdana, arial, Helvetica; 
	font-size : 10px;
	padding-bottom:0px;  
/*	background-color:#CCCCFF;	*/
	
}
/* DIFERENTES COLORES DE CABECERA*/
table.scrollable thead td.fondoTitulo1 
{  background-color: #FFDEA6  ;
  /*background-color: #CCFFCC; */
}

.fondoTitulo2 
{ background-color: #FFDEA6  ;
} 