/* CSS Document */

.encabezado_tabla {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  line-height: 10pt;
  /* color negro de letras para elementos 
  color: #000000;*/
  /* color azul de letras para elementos 
  color: #003366;*/
  /* color blanco de letras para elementos */
  color: #FFFFFF;
  border-bottom:1px solid;
  background:#000066;
  
  /* soporte scrolling */
 /*
  position:relative;
  */
}
.encabzado_tabla tr{
/* soporte scrolling */
/*		
		position:relative;
		top:0px;
		bottom:0px;
		*/
}
.pie_tabla {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
  line-height: 10pt;
  /* color negro de letras para elementos 
  color: #000000;*/
  /* color azul de letras para elementos 
  color: #003366;*/
  /* color blanco de letras para elementos */
  color: #FFFFFF;
  border-bottom:1px solid;
  background:#000066;
  
  
}
.contenido_tabla {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  line-height: 10pt;
  /* color negro de letras para elementos 
  color: #000000;*/
  /* color azul de letras para elementos */
  color: #003366;
  max-height:12ex;
  /*overflow:scroll;
  scrolling:yes;
  height:120px;
  min-height:40px;
  max-height:550px;
  width:250px;
  min-width:100px;
  max-width:750px;*/
  /* soporte para hacer scroll */
/* 
  overflow-y:auto;
  overflow:-moz-scrollbars-vertical;
  width:100%;
  */
}
.contenido_tabla td{
		margin:0px;
		padding:2px;
		border-bottom:1px solid #EAE9E1;	
		cursor:pointer;
		/* Borde abajo de la tabla para las columnas de datos*/
}


.leyenda_tabla {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 13pt;
  font-style: normal;
  font-weight:bold;
  line-height: 10pt;
  /* color negro de letras para elementos 
  color: #000000;*/
  /* color azul de letras para elementos 
  color: #003366;*/
  /* color blanco de letras para elementos */
  color: #FFFFFF;
  border-bottom:1px solid;
  background:#000066;
  caption-side:top;
}

.formato_tabla1{
	border:1px solid; 
	height:50px;
	background:#FFFFFF;
	height:100px;
	min-height:40px;
	max-height:550px;
	width:250px;
	min-width:100px;
	max-width:750px;
}
.capa_scroll{
		/* older stuff */
		width:100%;
		min-width:100%;
		max-width:1200px;
		height:143px;
		min-height:143px;
		max-height:100%;
		overflow:scroll;
		position:inherit;
		
		/* 
		border:1px solid #ACA899;	
		height: 130px;
		overflow-y:auto;
		overflow:auto;
		overflow:-moz-scrollbars-vertical;
		width:100%;
		 */
		
}


.capa_scroll_small{
		/* older stuff */
		width:100%;
		min-width:90%;
		max-width:100%;
		height:60px;
		min-height:60px;
		max-height:100%;
		overflow:scroll;
		position:inherit;
		
		/* 
		border:1px solid #ACA899;	
		height: 130px;
		overflow-y:auto;
		overflow:auto;
		overflow:-moz-scrollbars-vertical;
		width:100%;
		 */
		
}

.capa_scroll_small2{
		/* older stuff */
		width:100%;
		min-width:90%;
		max-width:100%;
		height:100px;
		min-height:100px;
		max-height:100%;
		overflow:scroll;
		position:inherit;
		
		/* 
		border:1px solid #ACA899;	
		height: 130px;
		overflow-y:auto;
		overflow:auto;
		overflow:-moz-scrollbars-vertical;
		width:100%;
		 */
		
}


.trOver{
	background:#CCFF00;
	background:#FFFF00
}
.trOut{
	background:#FFFFFF;
}

