function ponFotoGrande(url) {
	oFoto=document.getElementById('foto');
	oFoto.style.backgroundImage='url('+url+')';	
}
