// JavaScript Document
	function sacar_modulo() {
		//ESTE ES PARA SABER EL ANCHO DE LA VENTANA
		//anchoVent=document.all?document.body.offsetWidth:window.innerWidth; 
		//alert(screen.width+"Flaco cambia la resolución");
		if (screen.width <= '1000'){
			document.getElementById('estrenos_noticias').style.visibility = 'hidden';
			document.getElementById('bottoms_tops').style.width= '100%';
			
			//alert(screen.width+"Flaco cambia la resolución");
		}
	}
	
