// JavaScript Document
function fechar_propaganda(){
	document.getElementById("propaganda").style.display = 'none';
}
