	function change_foto(id_cont, path){
	  document.getElementById(id_cont).src = path;
	}
