function fechar(div){
	document.getElementById(div).style.display = 'none';

}
