function over(img,ruta) {
  img.src=ruta;
}
function out(img,ruta) {
  img.src=ruta;
}