galeria = {
	mostraImagem : function(imagem){
		document.getElementById('imgPrincipal').src = imagem;
	}
}