@CHARSET "ISO-8859-1";

html,body{margin:0;padding:0;width:100%;height:100%;position:absolute;}
body {
	background-color: #000000;
}
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:250;
	height:100%;
	position:fixed;
	top:0;
	left:0;  
	/* solo para ie's*/
	_position:absolute;  	
}

.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;
}
	  