@font-face {
    font-family: 'aller';
    src: url('../fonts/aller_lt-webfont.woff2') format('woff2'),
         url('../fonts/aller_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller-bold';
    src: url('../fonts/aller_bd-webfont.woff2') format('woff2'),
         url('../fonts/aller_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body { padding:0; margin:0; position: relative; font-family: "aller"; }
.contenedor { position: relative; width: 100%; min-width: 1200px;/* border: 1px solid #ccc;*/ margin:auto; overflow: hidden;   }
header { 
	position: relative;
    z-index: 10;
    /*height: 182px;*/
    /*width: 950px;*/
    overflow: hidden;
    width: 100%;
}
footer { 
	position: absolute; 
	bottom: 0px; 
	z-index: 10; 
	/*height: 106px;*/
	/*width: 950px;*/
	width: 100%;
}
.headerImg { width: 100%; position: absolute; left: 0; top: 0; z-index: 10; }
.logo{
	position: absolute;
    z-index: 100;
    top: 8%;
    left: 30px;
    width: 170px;
}
.footerImg {
	width: 100%; bottom: 0; left: 0; z-index: 10;
}
.imgFull{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.menu{
	position: absolute;
	z-index: 99;
	right: 30px;
}

.menu li {
	display: inline-block;
	font-size: 1.3em;
	line-height: 80px;
	margin-left: 10px;
	margin-right: 10px;
}

.menu li a{
	text-decoration: none;
	color: #e8aaad;
}

.menu li a:hover, .menu li a.active {
	color: #FFF;
}

.avisoPrivacidadFooter{
	display: block;
	position: absolute;
	z-index: 99;
	top: 40%;
    right: 8%;
    text-align: center;
    font-size: 1em;
}
.cursorPointer{
	cursor: pointer;
}

/*seccion caracteristicas*/
.infoIzquierda{
	position: absolute;
    left: 42px;
    width: 200px;
    height: 300px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    /*background: #ccc;*/
    font-size: 0.9em;
    text-align: center;
    color: #FFF;
    text-shadow: 2px 2px 1px #000;
}

.bullet{
	display: inline-block;
	background: #cfdf6b;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	margin-bottom: 2px;
}

.separador{
	margin-bottom: 10px;
}

.infoDerechaFood{
	position: absolute;
	top: 152px;
	right: 40px;
	width: 375px;
	height: auto;
	font-size: 0.97em;
	text-align: justify;
	text-shadow: 1px 1px 1px #ccc;
	
}



.infoDerechaFood2{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    font-size: 0.97em;
    text-align: justify;
    padding: 140px 20px 300px 50px;
    color: #000;
    height: 100%;
    overflow: scroll;

}



.infoDerechaFood2 img{
	margin: 10px auto;
    display: block;
}

.infoDerechaFood2 p {
    font-weight: bold;
    font-size: 1.2em;
}


.infoDerechaFood2 .negritas {
    font-weight: bold;
    font-size: 2em;
    width: 100%;
    text-align: center;
}

.cRojo {
	text-decoration: none;
	color: #c42a32;
}
.textAlCenter{
	text-align: center;
}
.negritas{
	font-weight: bold;
	font-family: "aller-bold";
}

.recetas_home{
	margin-top: 40px;
	margin-bottom:40px;
}

.header_recetas{
	position: relative;
	margin-top: -180px;
}

.header_recetas img {
	float: right;
	width: 40%;
	margin-top:90px;
	margin-right: 30px;
}

.footer_recetas{
	position: relative;
}

.footer_recetas img {
	width: 40%;
	margin-left: 30px;
}

.tituloRecetas{
	float: right;
	color: #08430e;
	font-size: 30px;
	margin-right: 30px;
	text-align: center;
}

.infoDerechaRecetas{
	position: absolute;
	width: 350px;
	background: rgba(0,0,0,0.7);
	right: 0;
	color: #FFF;
	top: 80px;
	height: 95%;
	font-size: 11.5px;
	text-shadow: 2px 2px 2px #000;
}

.titleInfoRecetas{
	font-size: 20px;
	text-transform: uppercase;
	width: 60%;
	margin:auto;
	text-align: center;
	margin-top: 40px;
}

.titleInfoRecetas span {
	font-size: 25px;
}

.detalleReceta{
	width: 95%;
	margin: auto;
}

.titleDetalle, .ingredientes, .preparacion{
	font-size: 16px;
	text-indent: 30px;
}

.alineado{
	padding-left: 30px;
}

/**
	RECETAS
**/
.elementSliderRecetas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.elementSliderRecetas.activeR {
	display: block;
}

.toRigth {
	position: absolute;
	height: 60px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	cursor: pointer;
	z-index: 50;
	font-size: 40px;
	color: #ccc;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	border-radius: 40px;
	opacity: 0.5;
}
.toRigth:hover{
	transition: 1s;
	opacity: 1;
}


.toLeft {
	position: absolute;
	height: 60px;
	left: 10px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	cursor: pointer;
	z-index: 50;
	font-size: 40px;
	color: #ccc;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	border-radius: 40px;
	opacity: 0.5;
}
.toLeft:hover{
	transition: 1s;
	opacity: 1;
}

hr {
	margin-top: 10px;
    margin-bottom: 10px;
}

.pdleft{
	padding-left: 30px;
}

.mt10{
	margin-top: 9px;
}

@media screen and (min-width: 1300px) {
	.infoDerechaRecetas {
		width: 400px;
		font-size: 12.2px;
	}
	.titleInfoRecetas {
		margin-top: 19%;
	}
    .logo {
        top: 9%;
        left: 4%;
        width: 186px;
    }
    .menu {
    	top: 5%;
    }

    .infoDerechaFood {
		top: 23%;
		font-size: 1.1em;
		width: 420px;
	}

	 .infoDerechaFood2 {
		top: 2%;
		font-size: 1.1em;
		width: 50%;
	}
}


@media screen and (min-width: 1500px) {
    .logo {
        top: 10%;
        left: 6%;
        width: 220px;
    }
    .infoIzquierda {
    	width: 340px;
    	font-size: 1.3em;
    	height: 380px;
    }
    .avisoPrivacidadFooter {
    	font-size: 1.2em;
    }
    .menu {
    	top: 9%;
    }

    .titleInfoRecetas {
		margin-top: 28%;
	}
	.titleDetalle, .ingredientes{
		font-size: 18px;
	}
	.infoDerechaRecetas {
	    width: 400px;
	    font-size: 14px;
	}

	.infoDerechaFood {
		top: 22%;
    	font-size: 1.2em;
    	width: 500px;
    	right: 100px;
	}
	.infoDerechaFood2 {
		top: 21%;
    	font-size: 1.2em;
    	width: 50%;
    	right: 100px;
    	padding: 20px 20px 500px 20px;
	}
}

@media screen and (min-width: 1700px) {
	.logo {
        top: 12%;
        left: 8%;
        width: 233px;
    }

    .titleInfoRecetas {
		margin-top: 32%;
	}
}