@charset "utf-8";

/**** Reset ****/
*{
	margin:0;
	padding: 0;
}

@font-face {
	font-family: aquarion;
	src: url("../fuente/aquarion.eot");	
}

@font-face {
	font-family: aquarion;
	src: url("../fuente/aquarion.ttf") format('truetype');
}

img {
	border:none;
}

/* Necesario para formatear correctamente HTML5 en todos los navegadores */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

a{
	text-decoration:none;
}

body{
	background-color: #eeece1;
}

/*para poner cuadrado y ajustar al ancho necesario*/
#contenedor{
	margin-left:auto;/*4em*/
	margin-top:-10em;
	margin-right:auto;/*4em*/
	width:980px;
	height: auto !important;
}

#fotos{
	margin-top:15em;
	height:600px;
	background-image:url("../img/fondo3.jpg");
}

#titulo{
	font-family:aquarion;
	font-weight:bold;
	margin-left:0.5em;
	font-size:3.8em;
	color:#cc3300;
}

#construccion{
	position:relative;
	left:30.25em;
	top:-5.25em;
	font-family:aquarion;
	font-size:1.3em;
	width:400px;	
}

#construccion p{
	text-align:center;
	color:#595959;
	font-style: italic;
}

#online{
	position:relative;
	left:52em;
	top:-5em;
	background-image:url("../img/bocadillo2.png");
	width:150px;
	height:90px;	
	color:#984807;
}

#online p{
	padding-top:0.25em;
	margin-left:0.2em;
	margin-top:0.75em;
	text-align:center;
	width:140px;
	font-family:aquarion;
	font-size:1.5em;
	font-style: italic;	
}

#online a{
	color:#984807;
}

#pie{
	/*background-color:#7f7f7f;*/
	width:100%;
	height:170px;
	position:relative;
	margin-top:0em;
}

#pie2{
	margin-left:auto;
	margin-right:auto;
	margin-top:0.9em;
	width:980px;
	font-family: aquarion;

}

#pie2 h2{
	height:30px;
	top:0.2em;
	position:relative;
	font-weight:bold;
	font-size:1.15em;
	color:#595959;
}

#pie2 h3{
	top:0.2em;
	height:30px;
	position:relative;
	font-size:1.2em;
	color:#595959;	
}

#pie2 .especial{
	margin-top:1.5em;
	font-size:1.2em;	
}

#contac{
	padding-top:10em;
}

#contac p{
	font-family: aquarion;
    font-size: 18px;
    color:#ffffff;
    margin-left: 1em;
    margin-top:1.5em;
    text-align: justify;
}

#formul{
	position:relative;
	width:550px;
	height:650px;
	background-image:url("../img/contacto.png");	
	top:3em;
	left:2em;
}


