/********************
Estilos de Estructura 
********************/
body {
	background-color: #A3A38F;
	
	/*MARRÓ*/
	/*background-color: #CC9;*/
	}
	
div#header {
	width: 755px;
	margin: auto auto 0 auto;
	padding: 0 0 0 0;
	background-color:#2E338F;
	border: 4px solid #FFF;	
	}

div#header-box{
}

div#header-izquierda{
	float: left;
}

div#header-derecha{
	float: right;
}
		
div#cuerpo {
	width: 755px;
	margin:	auto auto 0 auto;	
	background-color: #BEC0EB;
	border: 4px solid #FFF;
	border-top: 0px;	
	}
	
div#footer {
	width: 755px;
	margin:	0.5em auto 0 auto;	
	}
	
div#izquierda {
	float: left;
	width: 615px;
	background: url(../img/background_columnes.jpg) top left repeat-y;
}
	
p.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

div#central {
	width: 467px;
	float: right;
	background-color: transparent;
	border: 4px solid #FFF;
	border-top: 0px;
	}
	
div#menus-izquierda {
	float: left;
	width: 140px;
	background-color: transparent;
	}
	
div#menus-derecha {
	float: right;
	width: 140px;
	background-color: #BEC0EB;
	}