/* GOOGLE DFP STYLES */
.adcontainer {margin: 0 auto 15px; text-align: center;}

/*#ed-itt {width: 100%; height:100%; background: rgba(255,255,255,0.5); position: fixed; top: 0; left: 0; z-index: 999999999; display:none;}
#ed-contenedor {}
.contenedor-ittfalso {margin: 10% auto 0; text-align: center;position: relative;width:inherit; opacity:0; transition: opacity 200ms;} /* OJO CON EL OPACITY 0 -> SE LE AGREGA VISIBLE CUANDO CARGA */
/*
#close-ittfalso {position:absolute;background: url("../img/x.png") 0 0 no-repeat;width: 64px; height: 64px; display: block; text-indent: -999px; overflow: hidden; cursor: pointer; top: 0; right: -69px;}
#ed-itt_ad_container {float:left;}
*/

#ed-itt {width: 100%; height: 100%; background: rgba(255,255,255,0.85);  position: fixed; top: 0;  left: 0;  z-index: 999999999;}
.contenedor-ittfalso {margin: 60px auto 0; text-align: center; position: relative;}
#close-ittfalso {background: url("../img/x.png") 0 0 no-repeat; width: 36px; height: 36px; background-size: 100%;  position: absolute; top: 10px; right: 10px; text-indent: -999px; overflow: hidden;display:block;}

.oreja-izquierda, .oreja-derecha {position: absolute; top: 0;}
.oreja-izquierda { left: -130px;}
.oreja-derecha { right: -130px;}

.oreja-izquierda.fixed, .oreja-derecha.fixed {position:fixed;top:50px; left:0 !important; right:auto !important;}

.addesktop {display:block; text-align:center;}
.admovil {display:none;}

/*#banner-fijo-abajo {position: fixed; bottom: 0; z-index: 999; width: 100%; background: #555;}
.contenedor-fijo-abajo {margin: 0 auto; max-width: 980px; text-align: center;}
.contenedor-fijo-abajo .cerrar-fijo {position:absolute;background: url("../img/xblanca.png") 0 0 no-repeat;width: 64px; height: 64px; display: block; overflow: hidden; cursor: pointer; top: 0; right: -69px;}
.contenedor-fijo-abajo .banner-fijo-abajo {position: relative;}*/


@media only screen and (max-width: 680px) {
	.addesktop {display:none !important;}
	.admovil {display:block;text-align:center;width:100%;}

	#ed-anchorad { z-index: 999999; position: fixed; bottom: 0; padding-top: 3px;  background: #F44336; width: 100%; text-align: center;  height: 53px;}
	#cerrar-anchorad {position: absolute; top: -18px; height: 26px; display: block; background: black; border: solid 1px #fff; color: #fff;line-height: 26px; padding: 0 10px; font-size: 12px; text-transform: uppercase; font-family: "Open Sans", sans-serif; font-weight: 600;}
	
	#ed-movil-itt {width: 100%; height: 100%; background: rgba(0,0,0,0.85);  position: fixed; top: 0;  left: 0;  z-index: 999999999;}
	.contenedor-ittmovil {margin: 60px auto 0; text-align: center; position: relative;}
	#close-ittmovil {background: url("../img/xblanca.png") 0 0 no-repeat; width: 36px; height: 36px; background-size: 100%;  position: absolute; top: 10px; right: 10px; text-indent: -999px; overflow: hidden;display:block;}
}