@charset "UTF-8";
#fondos {
	position: absolute;
	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	background-image: url(../fotos/fondo1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 2;
}
#cabecera {
	background-color: #000;
	height: 230px;
	width: 100%;
	position: fixed;
	opacity: 0.5;
	z-index: 1000;
	clear: both;
}
#header {
	height: 230px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#logo {
	height: 105px;
	width: 340px;
	position: absolute;
}
#linea_header {
	background-color: #FFF;
	height: 1px;
	width: 1000px;
	position: absolute;
	top: 110px;
}
#botonera {
	height: 95px;
	width: 1000px;
	position: absolute;
	top: 125px;
}
