// Show or hide parts of a form 
function carregando() {
	document.getElementById('carregador_pai').style.display = "none";
}

