       function busqueda(){
        valor=document.getElementById("txtbuscar").value;
        valorN=document.getElementById("txttag").value;
        if(valor==textoBuscador) valor=valorN;
        else valor=encode(valor);
          window.location.href="/guia/"+valor;
       }
