body{
	margin:0; padding:0;
	background-image: URL("imagenes/fdo_body.jpg");
	/*overflow: hidden;*/
 	
}


	/************  lateral izquierdo  ***********/

div#latIzquierdo{
	width: 199px;
	height:1200px;
	background-image: url("imagenes/fdo_latIzq.jpg");
	background-color: #EAE3DD;
	border-right: 1px solid #333333;
	
	position: absolute;
	/*position: fixed;*/
	left:0;
	top:0;
	margin-left: 0;
	margin-top:0;
	

}

/*************** cabecera  ****************/
 div#cabecera{
 	height: 80px;
 	background-image: url("imagenes/logotip.png"); 
 	background-repeat: no-repeat;
 	background-position:0 43px;
 	margin-left:200px;
 	margin-top: 0;
 	top:0;
 }

 /************** menu  *****************/

 div#menu{
	/*width:100%;*/
	height:30px;
	margin-left:200px;
	background-color: #DAD1CC;
	border-bottom:1px solid #000;
	padding-left:0;
	margin-top: 32px;
	/*border-bottom:1px solid #000;*/
 	 	

	
	}


div#contenidos{
	width: 720px;
	height: 100%;
	/*border: 1px solid black;*/

	margin-left: 200px;
	margin-left: 213px;
	/*background-color:#FFF000;*/
}

div#flash{
	width:782px;
	height:1000px;
	/*border:1px solid black;*/
	position:absolute;
	margin:0;padding:0;
	left:0;
	z-index:30;
}
	
