/* ipad 768 x 1024 */
@media screen and (max-width: 1258px) {

body { min-width:928px; }
#contenidoALL, #submenuIN, #pubIN, #pubGRPIN { width:908px; }
#menuIN, #bannerGA, #bannerGRP, #bannerFT, #footerIN, #loggingIN, #buscangingIN {
	padding-left:180px;
	padding-right:0px;
}
#FD {
	display:none;
}
.menuRollizq {
	width: calc(50% - 150px);
}
.menuRollder {
	width: calc(50% + 150px);
}

}

@media screen and (max-width: 928px) {

body { min-width:748px; }
#contenidoALL, #submenuIN, #pubIN, #pubGRPIN { width:728px; }
#menuIN, #bannerGA, #bannerGRP, #bannerFT, #footerIN, #loggingIN, #buscangingIN {
	padding-left:0px;
	padding-right:0px;
}
#FI {
	display:none!important;
}
#flotadorCLOSE {
	left:680px;
}
/* overall foto grande*/
#veloFOTO {
	left:10px;
	top:10px;
}
#overallIMG {
	width:100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	touch-action:pan-x;
}
#fotoBIG {
	z-index:0;
}
.menuRollizq {
	width: calc(50% - 240px);
}
.menuRollder {
	width: calc(50% + 240px);
}
/* para adblocks */
.stopT {
	height:90px;
	margin-bottom:20px;
	background:url(https://img.eldefinido.cl/img/stop/perroT.jpg) no-repeat top center;
}

}