/* Generales */

body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h2 { margin-top: 0px; font-weight: 300;  font-size:36px; line-height:1.1em;}
.separador { clear:both; display:block; width:100%; height:80px; margin-bottom:80px; border-bottom:1px solid #999; opacity: 0;}
#contenedor {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(fondo.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.columna1 { text-align:right; padding-right:10px; font-weight:bold;}
#header h1 {
	display:none;
}
#header {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#header img {
	max-width:300px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}
.headerFunctionChico {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.headerFunctionGrande {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.headerFunctionCursor {cursor:pointer;}
#nav {
	max-width:1000px;
	margin:50px auto 0px auto;
	text-align:center;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li {
	display:inline-block;
}
#nav ul li a {
	padding: 15px 15px 15px 15px;
	margin-top: 20px;
	text-decoration:none;
	cursor:pointer;
	color: #FFF;
	font-size: 14px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #FFF;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #333;
	background-color:#FFF;
}
.botoneraColorNegro {color:#333 !important;}
.btnActivo { border-bottom:3px solid #333;}
.btnPasivo { border-bottom:none;}
.section {
	padding:106px 0px 0px 0px;
	/* max-width:850px; */
	margin:auto;
}
.interior { max-width:850px; margin:auto; }
.sacarFondo { background:none !important; color:#333 !important; }
.logos {    margin-top: 107px;}
.negativo { margin-left:-140px;}
.negativo2 {  margin-left: 0px;}
.uno, .dos, .tres, .cuatro, .cinco, .seis {
	display:none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.uno a, .dos a, .tres a, .cuatro a, .cinco a, .seis a {
	color:#000;
}
.blanco {
    margin-top: -81px;
    padding-top: 81px;
    color: #fff;
    background-image: url(fondo-madera.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.blanco-imagen {
	float:left;
	max-width:380px;
	margin-right:40px;
	width: 380px;
}
.blanco-texto {
    font-size: 19px;
    line-height: 1.6em;
    float: left;
    margin-left: 5%;
    margin-top: 1.5%;
    max-width: 45%;
    color: #000;
}

.dorado {
    background-image: url(../index_files/propuesta-enmarcaciones.jpg);
    margin-top: -81px;
    padding-top: 81px;
    color: #fff;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
		background-size: cover;
}
.dorado-imagen {
	float:left;
	max-width:380px;
	/* margin-right:40px; */
	width: 380px;
}
.dorado-texto {
    font-size: 19px;
    line-height: 1.6em;
    float: left;
    margin-right: 10%;
    margin-top: 1.5%;
    max-width: 45%;
    color:#fff;
}



.cliar { clear:both;}
#footer {
	text-align: center;	
}
.uno-texto p {
	font-size: 18px;
}
#footer p {
	font-weight:400;
	font-size: 16px;
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #fff;
    margin-top: -80px;
    clear:both;
    display:block;
    margin-bottom: -10px;
	color:#333;
    /*
	background-image: url(fondo-footer.jpg);
	background-repeat: repeat;
	background-position: center top;
    */
}
/* Slide de imagenes */

/* 1 */
#foto-fondo-1 {
    background-image: url(fondo-1.jpg);
}
#foto-fondo-2 {
    background-image: url(fondo-2.jpg);
}
#foto-fondo-3 {
    background-image: url(fondo-3.jpg);
}
#foto-fondo-4 {
    background-image: url(fondo-4.jpg);
}
#foto-fondo-5 {
    background-image: url(fondo-5.jpg);
}
#foto-fondo-6 {
    background-image: url(fondo-6.jpg);
}
#foto-fondo-7 {
    background-image: url(fondo-7.jpg);
}
#foto-fondo-8 {
    background-image: url(fondo-8.jpg);
}
#background_cycler{padding:0;margin:0;width:100%;height:400px;position:absolute;top:0px;left:0; z-index:1;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 700ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#background_cycler div{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:white;background-size:cover;background-position:center center}
#background_cycler div.active{z-index:3}

/* CONTACTO */
.contacto label{
    display: block;
    font-weight: bold;
}
.contacto div{
    margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea{
    padding: 7px 6px;
    width: 294px;
    border: 1px solid #CED5D7;
    resize: none;
    box-shadow:0 0 0 3px #EEF5F7;
    margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
    outline: none;
    box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='submit']{
    border: 1px solid #CED5D7;
    box-shadow:0 0 0 3px #EEF5F7;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0px white;
    background: #e4f1f6;
    background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:hover{
    background: #edfcff;
    background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:active{
    background: #cfe6ef;
    background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
    background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}
.logos-clientes { text-align:center;}
.logos-ventas { text-align:center;}



/** AGREGADO POR AZUAX **/
.nuevo-delivery {
    text-align: center;
}
.nuevo-delivery .interior {
    max-width: 1000px;
}
.nuevo-delivery p {
    margin: 0;
}
.nuevo-delivery .izquierda,
.nuevo-delivery .derecha {
    display: inline-block;
    vertical-align: top;
}
.nuevo-delivery .izquierda img {
    width: 100%;
}
.nuevo-delivery .izquierda .margin-delivery {
    margin-top: 50px;
}
.nuevo-delivery .derecha {
    text-align: left;
}
.nuevo-delivery .derecha h3 {
    margin: 0 0 10px 0;
    font-size: 21px;
}
.nuevo-delivery .derecha .precio {
    float: right;
}
.nuevo-delivery .derecha .pack {
    margin-bottom: 30px;
}
.nuevo-delivery .derecha .sopa-cebolla {
    font-size: 21px;
    margin-top: -23px;
}
.nuevo-delivery .derecha .btn-enviar[disabled],
.nuevo-delivery .derecha .btn-enviar:hover[disabled] {
    background: #d1410d;
    color: white;
}
.nuevo-delivery .derecha .btn-enviar {
    font-size: 14px;
    padding: 10px;
    float: right;
    margin-right: -5px;
    border: none;
    color: white;
    background: #ff3333;
    cursor: pointer;
}
.nuevo-delivery .derecha .btn-enviar:hover {
    background: #cccc66;
    color: #666;
}
@media only screen and (min-width: 500px) { 
    .nuevo-delivery .izquierda img {
        width: 400px;
    }
}
@media only screen and (min-width: 768px) { 
    .nuevo-delivery .izquierda img {
        width: 400px;
    }
}
@media only screen and (min-width: 1200px) { 
    .nuevo-delivery .izquierda img {
        width: 470px;
    }
}
.mas-texto-1 {
    overflow: hidden;
    height: 1px;
    -webkit-transition: height 1s; /* Safari */
    transition: height 1s;
}
.ver-mas-1 {
    cursor: pointer;
}
.ver-mas-1:hover {
    text-decoration: underline;
}
.capa_oscura {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 2;
	/*background-color: #000;
	opacity: 0.2;*/
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 700ms ease-in-out;
	transition: all 500ms ease-in-out;
	
	background: black; /* For browsers that do not support gradients */
  background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0)); /* Standard syntax (must be last) */
}
.boton_home { position: fixed; top: 0; cursor: pointer; z-index: 2}
.boton_home_contenedor {
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}