function CambiaImagen(id, ruta)
{
	document.getElementById(id).src=ruta
}

