/********************
Estilos de Estructura 
********************/
body {
	background-color: #A3A38F;
	
	/*MARRÓ*/
	/*background-color: #CC9;*/
	margin: 0 3em;
	font-size:90%;
	}
	
div#header {
	width: 100%;
	margin: auto auto 0 auto;
	padding: 0 0 0 0;
	background-color:#FFFFFF;
	border: 4px solid #FFF;	
	}

div#header-box{
}

div#header-izquierda{
	float: left;
}

div#header-derecha{
	float: right;
}
		
div#cuerpo {
	width: auto;
	margin:	auto auto 0 auto;	
/*	background-color: #BEC0EB; */
	background-color: #FFFFFF;
	border: 4px solid #FFF;
	border-top: 0px;	
	}
	
div#footer {
	width: 100%;
	/*width: 755px;*/
	margin:	0.5em auto 0 auto;	

	text-align: left !important;
	}
	
div#izquierda {
	float: left;
	/*width: 615px;*/
	width: 75%;
/*	background-image: url(../../img/background_columnes.jpg); */
}
	
p.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

div#central {
	width: 77%;
	float: right;
	background-color: transparent;
	/*
	border: 4px solid #FFF;
	border-top: 0px;
	*/
	}
	
div#menus-izquierda {
	float: left;
	width: 19%;
	background-color: transparent;
	margin-top:7px;
	}
	
div#menus-derecha {
	float: right;
	width: 22%;
/*	background-color: #BEC0EB; */
	background-color: #FFFFFF;
	}

div#capaAdresa {
	left: 10%;
	bottom: 0;
	width: 200px;
	text-align: left;
	color: #1B4298;
	font-size: 1em;
}

div#capaAdresa a {
	color: #1B4298;
}