﻿function CambiaImagen(elem, ruta) 
{
    elem.src = ruta;
}
