function cerrar_ventana()
{
	document.getElementById('sqz').style.display = 'none';
	
}

