﻿function cambiaImagen(imagen){
	document.getElementById('foto').src = 'img/' + imagen;
}