function fechar() {
	var jan = document.getElementById("chamada_hotsite_2");
	jan.style.display = 'none';
};