@import url(menu.css);
body
{	
	font-size:0.8em;	
	text-align:center;	
	background-color:#ECFFEC;/*fondo de página*/	
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	
	width:980px;	
	height:700;  	
	margin:10px auto auto auto;	
	padding:0px;	
	background-color:#91979c;
}
img{	
	border:0px;
}
#mainContainer
{	
	width:980;	
	top:10px;	
	margin:auto;	
	height:700;	
	align:auto;	
	text-align:left;	
	borderColor:#000;   
}
#leftContainer
{ /*parte del menú de opciones*/	
	width:210px;	
	position:absolute;	
	z-index:1;	
	float:left;	
	height:700;	
	padding:0px;	
	background-repeat:no-repeat;
	
}
#contentContainer
{ /*cuerpo de la página*/	
	position:absolute;	
	z-index:0;	
	width:761px;	
	height:700px; 	
	margin:0 0 0 0;	
	padding:0px 0px 0px 210px;	
	background-color:#cdfcff;	
	border:0px solid #000;	
	border-right:3px solid #b24d57;	
	background-image: url('../Imagenes/lateral_izquierdo.png');	
	background-repeat:repeat-y;	
	overflow-y: scroll;	
	overflow-x: hidden;
	//-moz-border-radius: 10px;//border-radius: 10px;
}
