function sustituirImagen( id_imagen, fuente ){
				document.getElementById( id_imagen ).src = fuente;
}