function carregando(){
	document.getElementById('carrega').style.display = "block";
}
function ncarregando(){
	document.getElementById('carrega').style.display = "none";
}
