function newVentana(URL,nombre,features) { 
  window.open(URL,nombre,features);
}
