/*

	#2 LAYOUT

*/





/* #2 LAYOUT */



html {
	position: relative;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}



body {
	margin: 0;
}

header {
	/*background-color: #007480;*/
	/* background-color: #003e53; */
	position: relative;
	z-index: 101;
}

header.portada, header.compromisos {
	background-color: transparent;
}

/*header.portada nav#menu{*/
/*	position: absolute;*/
/*	top: 101px;*/
/*	left: 6%;*/
/*}*/

.header-container {
	height: 150px;
	max-width: 1200px;
	margin: 0 auto;
}


#container {
	width: 100%;
	/*lo centramos*/
	margin-left: auto;
	margin-right: auto;

}



#banner {
	position: absolute;
	top: 140px;
	height: 575px; /*425*/
	left: 0;
	right: 0;
}



footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
}
