@charset "utf-8";

/* =============================
        ESTILOS COMUNES
============================= */
html, body {margin:0; padding:0; width:100%; height:100%; text-align:left;font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; overflow-x:hidden; height:100%;}

.clearfix:after { clear:both; content:"."; display:block; height:0; visibility:hidden;}
.clearfix { display:inline-block;}
.clearfix { display:block;}
* html .clearfix { height:1px;}

img, a img, embed, iframe{ border:none; vertical-align:bottom;}
a, button{ outline:none; }
form, fieldset{ border:none;}
ol, ul{ list-style:none;}
abbr{ cursor:help;}
hr{ display:none;}

h1 {
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
}

h2 {
	color: #CCCCCC;
	padding-left: 20px;
}

h3 {
	color: #CCCCCC;
	padding-left: 25px;
}

h4 {
	color: #CCCCCC;
	padding-left: 30px;
}

.precio {
	font-weight: bold;
	text-align: center;
}

label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block
}

iframe {
	margin-left: 150px;
}

html { 
	background: url(../images/background-page.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#page-wrap { width: 400px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }

/* =============================
        ESTILOS CAPAS
============================= */

/* ----------------------------- */
/*         CABECERA              */
/* ----------------------------- */

div#logotipo {
	background: url(../images/logotipo.png) no-repeat;
	width:493px;
	height: 489px;
	position: absolute;
	z-index:10;
}

div#contenido {
	background: url(../images/background-contenido.png) repeat-x; 
	margin-left: 350px;
	margin-top:0px;
	height: 100%;
	padding: 30px;
	width: 800px;
	position: absolute;
	min-height: 100%;
}

div#contenido2 {
	background: url(../images/background-contenido.png) repeat-x; 
	margin-left: 350px;
	margin-top:0px;
	padding: 0px 30px 30px 30px;
	width: 800px;
	position: absolute;
	min-height: 100%;
}

div#idiomas {
	width:650px;
	text-align: right;
	color: #FFFFFF;
	font-size: 20px;
	font-family: sans-serif;
	margin-bottom: 20px;
	margin-top: 150px;
}

div#idiomas a{
	color: #FFFFFF;
	text-decoration: none;
}

div#siguenos {
	width:650px;
	text-align: right;
	color: #FFFFFF;
	font-size: 40px;
	font-family: sans-serif;
}

div#cartel_central {
	margin-left: 130px;
}

div#descarga_menu {
	width: 355px;
	height: 66px;
	text-align: center;
	margin-left: 230px;
	margin-top: 50px;
}

div.oculta{
	display:none;
}

div#descarga_menu a{
	background: url(../images/bg_boton_descargar.jpg) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 30px;
	width: 355px;
	height: 66px;
	padding-top: 30px;
	display: block;
}

div#descarga_menu a:hover{
	color: #efba87;
}

div#footer {
	background: url(../images/bg_footer.jpg) no-repeat top right;
	padding-top: 10px;
	margin-top: 100px;
	width:100%;
	text-align: right;
	color: #462607;
	font-size:16px;
	
}

div#galeria {
	width: 355px;
	height: 66px;
	text-align: center;
	margin-left: 230px;
	margin-top: 50px;
}

div#galeria a{
	background: url(../images/bg_boton_galeria.jpg) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 30px;
	width: 355px;
	height: 76px;
	padding-top: 10px;
	display: block;
}

div#galeria a:hover{
	color: #efba87;
}

div#footer a{
	color: #462607;
	text-decoration: none;
}

div#footer a:hover{
	color: #704012;
}

div#ofertas {
	width: 555px;
	height: 66px;
	text-align: center;
	margin-left: 130px;
	margin-top: 50px;
	z-index: -150005;
}

div#ofertas a{
	float: left;
	display: inline-block;
}

div#ofertas img{
	float: left;
	padding: 10px;
	width: 250px;
}


div#envio{ /*float:right*/ position: absolute; right: 170px;}

.clear:after {
    content:'';
    display:block;
    clear: both;
}
