@CHARSET "ISO-8859-1";

html,body{margin:0;padding:0;width:100%;height:100%;position:absolute;}
body {
	background-color: #ffffff;/* #FFFFb0;*/
}
html {
	}
	
div#bodyContainer { /*background-color: white;*/	
	_position:relative;
	top:0px; left:0px; 
	width:100%; /*para cq que no sea ie*/
	height:100%; /*para cq que no sea ie*/
	/* en el ie, ajustamos el ancho al body */
	_width:expression(document.body.clientWidth +"px"); 
	 _height:100%;   
	}
	
.menuGeneralFijo {/* ESTE FRAME ES RELATIVO AL CONTAINER LLAMADO BODY CONTAINER*/
	background-color:#FFFFFF;
	width:250px;
	height:100%;
	position:fixed;
	top:0;
	left:0;  
	/* solo para ie's*/
	_position:absolute;  	
		border-right-style:solid;	border-right-width:2px; 
		border-right-color:	#f0f0f0;
}

.menuGeneralFijo2 {height:100%;
			border-right-style:solid;	border-right-width:2px; 
			border-right-color:	#e1e1e1;
	}
.menuGeneralFijo3{height:100%;
		border-right-style:solid;	border-right-width:2px; 
		border-right-color:	#dcdcdc;
}
.menuGeneralFijo4{height:100%;
		border-right-style:solid;	border-right-width:1px; 
		border-right-color:	#b4b4b4;
}
.menuGeneralFijo5{height:100%;
		border-right-style:solid;	border-right-width:1px; 
		border-right-color:	#a0a0a0;

}

.zonaDerecha {/*este frame es absoluto dentro de body container*/

	
	/*esto es por el firefox*/ 
	top:0; left:0; margin:  0 0 0 220px; 

	/*esto para el ie*/
	_position:absolute;
	
	_top: 0;_margin: 0; _left:220px; width:750px;

	/*esto para todos*/
	height:100%;
	text-align:left; 
	overflow:none; 
	_height:100%;
}

.zonaDerechaContainer {/* un abuelo que fije las posiciones */

	position:relative; width:750px; height: 100%;
	_height:100%;  
}

.subpielegal	{ 
	  margin: 2em;
	  float:bottom;
	  color:gray;
	  font-size:10px;
}
	  
	  .DivIndex {
	  position:absolute; 
	  width:86%; 
	  top:10%; 
	  text-align:justify; 
	  margin: 4em 4em 4em 4em;
	  }
	    
#indexRedim {
	position:absolute; 
	width:60%; 
	top:2%; 
	
	margin: 4em 4em 4em 4em;
}