/* CSS SOLO BLOQUES PUBLICIDAD */
.anuncios-nativos {width:100%; margin:0 0 30px; position:relative; z-index:1;}
.bloque-dfp {width:100%;text-align:center;margin:0 0 30px;}
.the-content .bloque-dfp {margin:0 0 1em;}

#wrapper-itt {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);}
#wrapper-itt.activo {z-index:1000;}
#contenedor-itt {position: relative;}
#web-ed-itt-universal {}
#close-itt, #close-caluga {display: none; right: 10px; top: 10px; position: absolute; width: 40px; height: 40px; overflow: hidden; text-indent: -999px; cursor: pointer; background: url(../img/cancel-blanco.png) center center no-repeat rgba(0,0,0,0.66); background-size: 16px; border-radius: 50px; border: solid 2px #fff; box-sizing: border-box;}
#wrapper-itt.activo #close-itt {display:block;}

#wrapper-caluga {position: fixed; bottom: 0; left: 0; width:100%;}
#wrapper-caluga.activo {z-index: 1000; background: #fff; padding: 2px 0; margin: 0;}
#contenedor-caluga {position: relative; text-align: center;}
#web-ed-caluga {margin:0 auto;}
#close-caluga {top: 5px;}
#wrapper-caluga.activo #close-caluga {display:block;}
.clever_64700_pushdown {margin: 60px auto -65px;}


/* ios safari fix */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		/* header nav .menu {float: left; width: calc(100% - 52px);} */
	}
}


/* RESPONSIVE MOVILES HORIZONTAL / TABLET / NETBOOK */
@media only screen and (min-width:768px) {
}

/* RESPONSIVE DESKTOP 1024 / TABLET HORIZONTAL -> hasta 1139 */
@media only screen and (min-width:1240px) {

	.bloque-dfp {margin:0 0 50px;}
	/*#wrapper-caluga, #contenedor-caluga, #web-ed-caluga {display:none;}*/
	
	aside .contenedor-aside > .bloque-dfp {margin-bottom: 30px;}
	
	body.header-expandido header {height: 164px;}
	.wrapper-overheader {height: 100px;}
	.wrapper-overheader .container {padding: 5px 0;}
	.wrapper-overheader #web-ed-overheader {width: 970px; height: 90px;}
	
	body.header-expandido #busqueda {margin-top: 164px;}
	body.header-expandido aside .contenedor-aside {top:180px;}
	body.header-expandido.logged-in aside .contenedor-aside {top:210px;}
	
	.clever_64700_pushdown {margin: 60px auto -55px;}
}

