/* Layout Stylesheet */ 
body {
 margin: 0px; 
 padding:0px;
 background:url(../img/fondo_lateral.gif) repeat-y;
 color:#FFF;
}
#content{
 margin: 0px; 
 padding:0px;
}
div#cabecera{ 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:url(../img/fondo_cabecera.gif);
	height:65px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:65px;
	}
html>body #cabecera{
	height:65px; /* ie5win fudge ends */
	}
div#menu_superior{ 
	position:absolute;
	top:65px;
	left:0px;
	width:100%;
	height:33px;
	background:url(../img/fondo_menu.gif);
	voice-family: "\"}\"";
	voice-family:inherit;
	height:33px;
	}
html>body #menu_superior{
	height:33px; /* ie5win fudge ends */
	}
div#medio{ 
	background:url(../img/fondo_central.gif) repeat-x;
	position:absolute; 
	top:98px;
	left:0; 
	width:100%; 
}
div#menu_izquierdo{ 
	width:142px; 
	height:100%;
	float:left;
	background:url(../img/fondo_lateral.gif) repeat-y;
}
div#top_cuerpo{
	background-color:#415767;
	margin-left:10em;
	margin-right:2em;
	margin-top:1em;
}
div#cuerpo{
	background:url(../img/fondo_central.gif) repeat-x bottom #415767;
	padding:1.5em;
	margin-left:10em;
	margin-right:2em;
	padding-bottom:3em;
}
div#footer{
	margin-top:4em;
	margin-left:12em;
	padding:2px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
