www.riu.com Open in urlscan Pro
104.18.36.211  Public Scan

Submitted URL: https://www.riu.com/
Effective URL: https://www.riu.com/es/home.jsp
Submission: On July 14 via manual from ES — Scanned from ES

Form analysis 8 forms found in the DOM

Name: frm

<form name="frm" class="login-form ng-pristine ng-invalid ng-invalid-required" novalidate="" ng-submit="submitted=true;login()">
  <div class="form-group">
    <label> Nº de Riu Class </label>
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Nº de Riu Class " required="" id="usr" name="usr" ng-model="FormUsr.usr">
    <a ng-click="sendHeOlvidadoRedirectRC()" href="javascript:void(0)" class="forgot-item">
He olvidado mi nº Riu Class
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.usr.$error.required)">
      <span class="error">Campo obligatorio</span>
    </div>
  </div>
  <div class="form-group">
    <label> Contraseña </label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Contraseña" required="" id="psw" name="psw" ng-model="FormUsr.psw">
    <input type="hidden" id="url" ng-model="FormUsr.url" value="" class="ng-pristine ng-untouched ng-valid ng-empty">
    <a ng-click="sendContrasenaRedirectRC()" href="javascript:void(0)" class="forgot-item">
He olvidado mi contraseña
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.psw.$error.required)">
      <span class="error">Campo obligatorio</span>
    </div>
  </div>
  <div class="form-group">
    <input type="submit" class="btn btn-primary" value="Entrar">
  </div>
</form>

Name: frm

<form name="frm" class="login-form ng-pristine ng-invalid ng-invalid-required" novalidate="" ng-submit="submitted=true;login()">
  <div class="form-group">
    <label> Nº de Riu Class </label>
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Nº de Riu Class " required="" id="usr" name="usr" ng-model="FormUsr.usr">
    <a ng-click="sendHeOlvidadoRedirectRC()" href="javascript:void(0)" class="forgot-item">
He olvidado mi nº Riu Class
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.usr.$error.required)">
      <span class="error">Campo obligatorio</span>
    </div>
  </div>
  <div class="form-group">
    <label> Contraseña </label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Contraseña" required="" id="psw" name="psw" ng-model="FormUsr.psw">
    <input type="hidden" id="url" ng-model="FormUsr.url" value="" class="ng-pristine ng-untouched ng-valid ng-empty">
    <a ng-click="sendContrasenaRedirectRC()" href="javascript:void(0)" class="forgot-item">
He olvidado mi contraseña
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.psw.$error.required)">
      <span class="error">Campo obligatorio</span>
    </div>
  </div>
  <div class="form-group">
    <input type="submit" class="btn btn-primary" value="Entrar">
  </div>
  <div class="new-account">
    <a href="/es/riu-class/alta/alta.jsp" class="">Crear cuenta</a>
  </div>
</form>

Name: hotelFormPOST

<form id="buscador1" ng-class="Stipo === 'ficha' || Stipo === 'mixScroll' ? 'buscador desktop-form' : 'buscador'" ng-submit="submit($event)" name="hotelForm" method="POST" novalidate="" class="ng-pristine ng-valid ng-scope buscador">
  <!-- BUSCADOR DESTINO -->
  <!-- ngIf: Sbuscador==='destino' -->
  <!-- F BUSCADOR DESTINO -->
  <!-- BUSCADOR MIX -->
  <!-- ngIf: Sbuscador==='mix' -->
  <div ng-if="Sbuscador==='mix'" class="form-group listHotels ng-scope">
    <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) --><label ng-if="Stipo === 'home' || Stipo === 'consulta' || (sizeMobile &amp;&amp; (Stipo === 'ficha' || Stipo === 'mixScroll'))"
      for="" class="ng-scope">Elige dónde quieres ir</label><!-- end ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
    <div class="buscador-mix-wrapper">
      <!-- ngIf: !iPad && !sizeMobile --><input ng-if="!iPad &amp;&amp; !sizeMobile" class="input-group ng-pristine ng-untouched ng-valid ng-scope ng-empty" name="hotelinput" type="text" ng-model="global.hotelInput"
        placeholder="Seleccione un destino o un hotel" ng-keydown="addOnWriteDown($event);" ng-keyup="addOnWrite($event);" ng-click="addOnClick($event)" uib-tooltip="Seleccione un destino o un hotel"
        tooltip-is-open="!$parent.destinoValido &amp;&amp; $parent.validador" tooltip-trigger="'none'" tooltip-placement="top" autocomplete="off" ng-readonly="$parent.iPad"><!-- end ngIf: !iPad && !sizeMobile -->
      <!-- ngIf: iPad || sizeMobile -->
      <div class="buscador-mix-box">
        <!-- ngIf: $root.resultados !== 0 -->
        <div class="paises ng-scope" ng-if="$root.resultados !== 0">
          <h3>Elige un país</h3>
          <div class="paises-list">
            <!-- ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS" style="">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Alemania</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Aruba</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Bahamas</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Bulgaria</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Cabo Verde</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Costa Rica</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Emiratos Árabes Unidos</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">España</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Irlanda</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Jamaica</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Maldivas</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Marruecos</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mauricio</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">México</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Panamá</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Portugal</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">R. Dominicana</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Reino Unido</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Senegal</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Sri Lanka</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Tanzania</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">USA</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
          </div>
        </div><!-- end ngIf: $root.resultados !== 0 -->
        <!-- ngIf: $root.resultados !== 0 -->
        <div class="destinos ng-scope" ng-if="$root.resultados !== 0">
          <h3>Elige un destino</h3>
          <div class="destinos-list">
            <!-- ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index" style="">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Agadir</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ahungalla</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Andalucía</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Aruba-Palm Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Berlín</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Boa Vista</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Cancún</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ciudad de Panamá</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dhaalu Atoll</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dublín</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dubái</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Formentera</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Fuerteventura</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Gran Canaria</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Guadalajara</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Guanacaste</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Isla de Sal</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Lanzarote</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Londres</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Los Cabos</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Madeira</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Madrid</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mallorca</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Marrakech</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mazatlán</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Miami Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Montego Bay</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Morne Brabant</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Negril</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Nueva York</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Obzor</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ocho Rios</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Paradise Island</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Playa Blanca</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Playa del Carmen</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Pointe Sarène</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Punta Cana</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Riviera Nayarit-Vallarta</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">San Francisco</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Sunny Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Tenerife</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Zanzíbar</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
          </div>
        </div><!-- end ngIf: $root.resultados !== 0 -->
        <div ng-class="$root.resultados !== 0 ? 'hoteles' : 'paises'" class="hoteles">
          <!-- ngIf: $root.resultados !== 0 -->
          <h3 ng-if="$root.resultados !== 0" class="ng-binding ng-scope">Elige un hotel </h3><!-- end ngIf: $root.resultados !== 0 -->
          <!-- ngIf: $root.resultados === 0 -->
          <div class="hoteles-list">
            <!-- ngIf: $root.cHotelesView.length !== 1 && (global.hotelInput === $root.cHotelesView[0].DESTINO || $root.cDestinosView.length == 1) -->
            <!-- ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index" style="">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Antillas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Arecas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Aruba</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Atoll</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Baja California</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Bambu</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Baobab</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Bavaro</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Berlin</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Boavista</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Bravo</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Buenavista</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Cabo San Lucas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Cabo Verde</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Calypso</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Cancun</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Caribe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Chiclana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Concordia</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Costa del Sol</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Costa Mujeres</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Costa Rica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Creole</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Dubai</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Dunamar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Emerald Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza España</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Festival</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Fisherman's Wharf</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Funana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Garoe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Gran Canaria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Guadalajara</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Guanacaste</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios Paradise</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Jalisco</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Jamaica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Jambo</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Jandia</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Karamboa</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu La Mola</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Las Americas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Latino</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Le Morne</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza London Victoria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Lupita</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Macao</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Madeira</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Maldivas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Manhattan Times Square</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Maspalomas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Meloneras</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Mexico</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Miami Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Monica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Montego Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Naiboa</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Nautilus</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Negril</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza New York Times Square</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Oasis</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Ocho Rios</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Oliva Beach Resort</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Pacifico</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Palmeras</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Panama</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Papayas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Paradise Island</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Paraiso Lanzarote</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Peninsula</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playa Blanca</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playa Park</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playacar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Punta Cana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Reggae</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Republica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Riviera Maya</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu San Francisco</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Santa Fe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Santa Maria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Sri Lanka</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Sunny Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tenerife</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tequila</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza The Gresham Dublin</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tikida Agadir</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Dunas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Garden</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Palmeraie</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tikida Taghazout</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Touareg</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tres Islas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tropical Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Vallarta</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Vistamar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Yucatan</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Zanzibar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
          </div>
        </div>
        <div class="acciones-buscador">
          <a class="mostrar-todos-ext" ng-click="clickMostrarTodos($event);">Borrar selección</a>
          <a onclick="ocultarBuscadorPaisDestinoHotel()" class="mostrar-todos">Seleccionar</a>
        </div>
      </div>
      <div class="hidden-trigger" ng-click="showDialog()"></div>
    </div>
  </div><!-- end ngIf: Sbuscador==='mix' -->
  <!-- F BUSCADOR MIX -->
  <!-- BUSCADOR LANDING -->
  <!-- ngIf: Sbuscador==='landing' -->
  <!-- F BUSCADOR LANDING -->
  <!-- CALENDARIO -->
  <div ng-init="$parent.$parent.diasPromo='Días en promoción'"></div>
  <input type="hidden" name="etiquetaDiasPromocion" ng-value="idPais">
  <div class="form-group checkIn" id="calendario1">
    <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || Stipo === 'oferta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) --><label
      ng-if="Stipo === 'home' || Stipo === 'consulta' || Stipo === 'oferta' || (sizeMobile &amp;&amp; (Stipo === 'ficha' || Stipo === 'mixScroll'))" for="" class="ng-scope">Fechas de estancia
      <!-- ngIf: nochesEstancia --></label><!-- end ngIf: Stipo === 'home' || Stipo === 'consulta' || Stipo === 'oferta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
    <!--<input ng-if="!iPad" class="input-group calendario"
            type="text"
            ng-model="global.calendario"
            name="datefilter"
            ng-attr-placeholder="{{fechaFormateada}}"
            uib-tooltip="Debes elegir un período de menos de 30 días"
            tooltip-is-open="fechaValida && validador"
            tooltip-placement='{{::ptooltip}}'
            tooltip-trigger="'none'" ng-init="init();" showTip="true"
            readonly>-->
    <div class="input-group calendario" name="datefilter" uib-tooltip="Debes elegir un período de menos de 30 días" tooltip-is-open="(fechaValida &amp;&amp; validador &amp;&amp; !fechaVacia) || noHotelSelected &amp;&amp; fechaValida"
      tooltip-placement="top" tooltip-trigger="'none'" ng-init="init();" showtip="true" ng-click="scrollBuscadorModal()" id="divCalendario1">
      <!-- ngIf: Stipo!='mixScroll' && Stipo!='oferta' --><span ng-if="Stipo!='mixScroll' &amp;&amp; Stipo!='oferta'" ng-bind-html="$root.calendario" class="ng-binding ng-scope"><strong>Entrada</strong> -
        <strong>Salida</strong></span><!-- end ngIf: Stipo!='mixScroll' && Stipo!='oferta' -->
      <!-- ngIf: Stipo=='oferta' -->
      <!-- ngIf: Stipo=='mixScroll' -->
    </div>
  </div>
  <!-- F CALENDARIO -->
  <div class="advanced-items">
    <!-- HUESPEDES -->
    <div class="form-group guest-wrap" ng-show="Shuespedes !== 'no'">
      <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) --><label
        ng-if="Stipo === 'home' || Stipo === 'consulta' || (sizeMobile &amp;&amp; (Stipo === 'ficha' || Stipo === 'mixScroll'))" for="" class="ng-scope"> Habitaciones y huéspedes
      </label><!-- end ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
      <div class="input-group guest" ng-click="mostrarSelectorHuespedes()">
        <ng-pluralize count="global.habitaciones" when="{
                        '1': '1 Habitación',
                        'other': '1 habitaciones'
                     }">1 Habitación</ng-pluralize>/ <ng-pluralize count="adultosTotal()" when="{
                        '1': '2 Adulto', 
                        'other': '2 Adultos'
                     }">2 Adultos</ng-pluralize>
        <ng-pluralize count="ninosTotal()" when="{
                        '0': '',
                        '1': ', 0 Niño', 
                        'other': ', 0 Niños'
                     }"></ng-pluralize>
      </div>
      <div class="guest-box" id="huespedes1">
        <div class="form-group rooms">
          <div class="rooms-counter ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="global.habitaciones">
            <label> Habitaciones : <span count="global.habitaciones" class="ng-binding">1</span>
            </label>
            <div class="rooms-counter-buttons">
              <button type="button" ng-click="restHabitacion()"> <i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i> </button>
              <button type="button" ng-click="addHabitacion()"> <i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i> </button>
            </div>
          </div>
          <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.numeroHabitaciones" ng-value="global.habitaciones" value="1">
        </div>
        <div class="form-group guests">
          <!-- ngRepeat: n in huespedes | filter:byRange(global.habitaciones) track by $index -->
          <div class="guest-in-room ng-scope" ng-repeat="n in huespedes | filter:byRange(global.habitaciones) track by $index">
            <label for="" class="ng-binding"> Habitación 1</label>
            <div class="adults-in-room ng-pristine ng-untouched ng-valid ng-not-empty" ng-init="$parent.global.adultos[n]=$parent.global.adultos[n]?$parent.global.adultos[n]:2" ng-model="$parent.global.adultos[n]">
              <span class="counter-guest"> Adultos : <span count="$parent.global.adultos[n]" class="ng-binding">2</span>
              </span>
              <div class="guest-buttons">
                <button type="button" ng-click="restAdulto(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i></button>
                <button type="button" ng-click="addAdulto(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i></button>
              </div>
              <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.habitaciones[0].numeroAdultos" ng-value="$parent.global.adultos[n]" value="2">
            </div>
            <div class="childs-in-room ng-pristine ng-untouched ng-valid ng-not-empty" ng-init="$parent.global.ninos[n]=$parent.global.ninos[n]?$parent.global.ninos[n]:0" ng-model="$parent.global.ninos[n]" name="habitaciones[0].numeroNinos" id="">
              <span class="counter-guest"> Niños : <span count="$parent.global.ninos[n]" class="ng-binding">0</span>
              </span>
              <div class="guest-buttons">
                <button type="button" ng-click="restNino(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i></button>
                <button type="button" ng-click="addNino(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i></button>
              </div>
              <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.habitaciones[0].numeroNinos" ng-value="$parent.global.ninos[n]" value="0">
            </div>
            <!-- ngRepeat: m in mninos | filter:byRange($parent.global.ninos[n]) track by $index -->
          </div><!-- end ngRepeat: n in huespedes | filter:byRange(global.habitaciones) track by $index -->
        </div>
        <a class="btn-aceptar-huespedes" onclick="ocultarSelectorHuespedes()">Seleccionar</a>
      </div>
    </div>
    <!-- F HUESPEDES -->
    <!-- PROMOCODE  -->
    <!-- ngIf: Spromocode !== false -->
    <div ng-if="Spromocode !== false" class="form-group promocode-wrap ng-scope" ng-hide="ocultar_promocode">
      <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) --><label
        ng-if="Stipo === 'home' || Stipo === 'consulta' || (sizeMobile &amp;&amp; (Stipo === 'ficha' || Stipo === 'mixScroll'))" for="" class="ng-scope">Código
        promocional</label><!-- end ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
      <input class="input-group promocode ng-pristine ng-untouched ng-valid ng-empty" type="text" id="inputPromoCode" placeholder="Promocode" ng-model="$root.Spromocode" name="cajaBusquedaEnHomeForm.codigoPromocional">
    </div><!-- end ngIf: Spromocode !== false -->
    <!-- F PROMOCODE -->
  </div>
  <!-- Tipo de busqueda -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.tipoBusqueda" id="tipoBusqueda" ng-value="tipoBusqueda">
  <input type="hidden" name="dateFormat.formato" id="dateFormat" ng-value="dateFormat.formato" value="DD/MM/YYYY">
  <!-- ???? -->
  <input type="hidden" name="v" id="categoriaLateral" ng-value="version" value="home">
  <input type="hidden" name="v1" id="categoriaLateral" ng-value="version1" value="home-principal">
  <input type="hidden" name="vtl" id="categoriaLateral" ng-value="version" value="home">
  <input type="hidden" name="v1tl" id="categoriaLateral" ng-value="version1" value="home-principal">
  <!-- Fecha entrada -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.fechas.fechaEntradaAsString" id="datepicker-calendarInH" ng-value="global.fechaEntrada" value="">
  <!-- Fecha salida -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.fechas.fechaSalidaAsString" id="datepicker-calendarOutH" ng-value="global.fechaSalida" value="">
  <!-- Pais -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.pais" ng-value="idPais">
  <!-- Destino -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.destino" ng-value="idDestino">
  <!-- Hotel -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.hotel" ng-value="idHotel">
  <!-- RC -->
  <!-- ngIf: RC -->
  <!-- ngIf: RC -->
  <div class="form-group cta">
    <input id="submitBuscador" ng-click="hideModalSearcher()" class="btn btn-primary btn-block AB-event_cta-buscador" type="submit" value="Buscar ">
  </div>
</form>

Name: hotelFormPOST

<form id="buscador2" ng-class="Stipo === 'ficha' || Stipo === 'mixScroll' ? 'buscador desktop-form' : 'buscador'" ng-submit="submit($event)" name="hotelForm" method="POST" novalidate="" class="ng-pristine ng-valid ng-scope buscador desktop-form">
  <!-- BUSCADOR DESTINO -->
  <!-- ngIf: Sbuscador==='destino' -->
  <!-- F BUSCADOR DESTINO -->
  <!-- BUSCADOR MIX -->
  <!-- ngIf: Sbuscador==='mix' -->
  <div ng-if="Sbuscador==='mix'" class="form-group listHotels ng-scope">
    <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
    <div class="buscador-mix-wrapper">
      <!-- ngIf: !iPad && !sizeMobile --><input ng-if="!iPad &amp;&amp; !sizeMobile" class="input-group ng-pristine ng-untouched ng-valid ng-scope ng-empty" name="hotelinput" type="text" ng-model="global.hotelInput"
        placeholder="Seleccione un destino o un hotel" ng-keydown="addOnWriteDown($event);" ng-keyup="addOnWrite($event);" ng-click="addOnClick($event)" uib-tooltip="Seleccione un destino o un hotel"
        tooltip-is-open="!$parent.destinoValido &amp;&amp; $parent.validador" tooltip-trigger="'none'" tooltip-placement="bottom" autocomplete="off" ng-readonly="$parent.iPad"><!-- end ngIf: !iPad && !sizeMobile -->
      <!-- ngIf: iPad || sizeMobile -->
      <div class="buscador-mix-box">
        <!-- ngIf: $root.resultados !== 0 -->
        <div class="paises ng-scope" ng-if="$root.resultados !== 0">
          <h3>Elige un país</h3>
          <div class="paises-list">
            <!-- ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS" style="">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Alemania</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Aruba</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Bahamas</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Bulgaria</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Cabo Verde</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Costa Rica</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Emiratos Árabes Unidos</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">España</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Irlanda</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Jamaica</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Maldivas</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Marruecos</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mauricio</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">México</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Panamá</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Portugal</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">R. Dominicana</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Reino Unido</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Senegal</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Sri Lanka</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Tanzania</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">USA</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
          </div>
        </div><!-- end ngIf: $root.resultados !== 0 -->
        <!-- ngIf: $root.resultados !== 0 -->
        <div class="destinos ng-scope" ng-if="$root.resultados !== 0">
          <h3>Elige un destino</h3>
          <div class="destinos-list">
            <!-- ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index" style="">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Agadir</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ahungalla</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Andalucía</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Aruba-Palm Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Berlín</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Boa Vista</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Cancún</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ciudad de Panamá</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dhaalu Atoll</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dublín</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dubái</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Formentera</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Fuerteventura</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Gran Canaria</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Guadalajara</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Guanacaste</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Isla de Sal</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Lanzarote</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Londres</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Los Cabos</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Madeira</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Madrid</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mallorca</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Marrakech</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mazatlán</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Miami Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Montego Bay</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Morne Brabant</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Negril</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Nueva York</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Obzor</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ocho Rios</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Paradise Island</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Playa Blanca</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Playa del Carmen</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Pointe Sarène</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Punta Cana</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Riviera Nayarit-Vallarta</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">San Francisco</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Sunny Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Tenerife</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Zanzíbar</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
          </div>
        </div><!-- end ngIf: $root.resultados !== 0 -->
        <div ng-class="$root.resultados !== 0 ? 'hoteles' : 'paises'" class="hoteles">
          <!-- ngIf: $root.resultados !== 0 -->
          <h3 ng-if="$root.resultados !== 0" class="ng-binding ng-scope">Elige un hotel </h3><!-- end ngIf: $root.resultados !== 0 -->
          <!-- ngIf: $root.resultados === 0 -->
          <div class="hoteles-list">
            <!-- ngIf: $root.cHotelesView.length !== 1 && (global.hotelInput === $root.cHotelesView[0].DESTINO || $root.cDestinosView.length == 1) -->
            <!-- ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index" style="">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Antillas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Arecas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Aruba</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Atoll</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Baja California</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Bambu</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Baobab</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Bavaro</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Berlin</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Boavista</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Bravo</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Buenavista</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Cabo San Lucas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Cabo Verde</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Calypso</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Cancun</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Caribe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Chiclana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Concordia</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Costa del Sol</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Costa Mujeres</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Costa Rica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Creole</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Dubai</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Dunamar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Emerald Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza España</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Festival</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Fisherman's Wharf</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Funana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Garoe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Gran Canaria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Guadalajara</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Guanacaste</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios Paradise</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Jalisco</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Jamaica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Jambo</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Jandia</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Karamboa</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu La Mola</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Las Americas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Latino</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Le Morne</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza London Victoria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Lupita</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Macao</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Madeira</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Maldivas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Manhattan Times Square</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Maspalomas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Meloneras</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Mexico</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Miami Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Monica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Montego Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Naiboa</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Nautilus</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Negril</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza New York Times Square</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Oasis</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Ocho Rios</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Oliva Beach Resort</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Pacifico</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Palmeras</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Panama</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Papayas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Paradise Island</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Paraiso Lanzarote</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Peninsula</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playa Blanca</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playa Park</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playacar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Punta Cana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Reggae</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Republica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Riviera Maya</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu San Francisco</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Santa Fe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Santa Maria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Sri Lanka</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Sunny Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tenerife</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tequila</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza The Gresham Dublin</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tikida Agadir</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Dunas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Garden</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Palmeraie</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tikida Taghazout</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Touareg</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tres Islas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tropical Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Vallarta</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Vistamar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Yucatan</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Zanzibar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
          </div>
        </div>
        <div class="acciones-buscador">
          <a class="mostrar-todos-ext" ng-click="clickMostrarTodos($event);">Borrar selección</a>
          <a onclick="ocultarBuscadorPaisDestinoHotel()" class="mostrar-todos">Seleccionar</a>
        </div>
      </div>
      <div class="hidden-trigger" ng-click="showDialog()"></div>
    </div>
  </div><!-- end ngIf: Sbuscador==='mix' -->
  <!-- F BUSCADOR MIX -->
  <!-- BUSCADOR LANDING -->
  <!-- ngIf: Sbuscador==='landing' -->
  <!-- F BUSCADOR LANDING -->
  <!-- CALENDARIO -->
  <div ng-init="$parent.$parent.diasPromo='Días en promoción'"></div>
  <input type="hidden" name="etiquetaDiasPromocion" ng-value="idPais">
  <div class="form-group checkIn" id="calendario2">
    <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || Stipo === 'oferta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
    <!--<input ng-if="!iPad" class="input-group calendario"
            type="text"
            ng-model="global.calendario"
            name="datefilter"
            ng-attr-placeholder="{{fechaFormateada}}"
            uib-tooltip="Debes elegir un período de menos de 30 días"
            tooltip-is-open="fechaValida && validador"
            tooltip-placement='{{::ptooltip}}'
            tooltip-trigger="'none'" ng-init="init();" showTip="true"
            readonly>-->
    <div class="input-group calendario" name="datefilter" uib-tooltip="Debes elegir un período de menos de 30 días" tooltip-is-open="(fechaValida &amp;&amp; validador &amp;&amp; !fechaVacia) || noHotelSelected &amp;&amp; fechaValida"
      tooltip-placement="bottom" tooltip-trigger="'none'" ng-init="init();" showtip="true" ng-click="scrollBuscadorModal()" id="divCalendario2">
      <!-- ngIf: Stipo!='mixScroll' && Stipo!='oferta' -->
      <!-- ngIf: Stipo=='oferta' -->
      <!-- ngIf: Stipo=='mixScroll' --><span ng-if="Stipo=='mixScroll'" ng-bind-html="$root.calendarioCorto" class="ng-binding ng-scope"><strong>Entrada</strong> - <strong>Salida</strong></span><!-- end ngIf: Stipo=='mixScroll' -->
    </div>
  </div>
  <!-- F CALENDARIO -->
  <div class="advanced-items">
    <!-- HUESPEDES -->
    <div class="form-group guest-wrap" ng-show="Shuespedes !== 'no'">
      <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
      <div class="input-group guest" ng-click="mostrarSelectorHuespedes()">
        <ng-pluralize count="global.habitaciones" when="{
                        '1': '1 Habitación',
                        'other': '1 habitaciones'
                     }">1 Habitación</ng-pluralize>/ <ng-pluralize count="adultosTotal()" when="{
                        '1': '2 Adulto', 
                        'other': '2 Adultos'
                     }">2 Adultos</ng-pluralize>
        <ng-pluralize count="ninosTotal()" when="{
                        '0': '',
                        '1': ', 0 Niño', 
                        'other': ', 0 Niños'
                     }"></ng-pluralize>
      </div>
      <div class="guest-box" id="huespedes2">
        <div class="form-group rooms">
          <div class="rooms-counter ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="global.habitaciones">
            <label> Habitaciones : <span count="global.habitaciones" class="ng-binding">1</span>
            </label>
            <div class="rooms-counter-buttons">
              <button type="button" ng-click="restHabitacion()"> <i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i> </button>
              <button type="button" ng-click="addHabitacion()"> <i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i> </button>
            </div>
          </div>
          <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.numeroHabitaciones" ng-value="global.habitaciones" value="1">
        </div>
        <div class="form-group guests">
          <!-- ngRepeat: n in huespedes | filter:byRange(global.habitaciones) track by $index -->
          <div class="guest-in-room ng-scope" ng-repeat="n in huespedes | filter:byRange(global.habitaciones) track by $index">
            <label for="" class="ng-binding"> Habitación 1</label>
            <div class="adults-in-room ng-pristine ng-untouched ng-valid ng-not-empty" ng-init="$parent.global.adultos[n]=$parent.global.adultos[n]?$parent.global.adultos[n]:2" ng-model="$parent.global.adultos[n]">
              <span class="counter-guest"> Adultos : <span count="$parent.global.adultos[n]" class="ng-binding">2</span>
              </span>
              <div class="guest-buttons">
                <button type="button" ng-click="restAdulto(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i></button>
                <button type="button" ng-click="addAdulto(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i></button>
              </div>
              <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.habitaciones[0].numeroAdultos" ng-value="$parent.global.adultos[n]" value="2">
            </div>
            <div class="childs-in-room ng-pristine ng-untouched ng-valid ng-not-empty" ng-init="$parent.global.ninos[n]=$parent.global.ninos[n]?$parent.global.ninos[n]:0" ng-model="$parent.global.ninos[n]" name="habitaciones[0].numeroNinos" id="">
              <span class="counter-guest"> Niños : <span count="$parent.global.ninos[n]" class="ng-binding">0</span>
              </span>
              <div class="guest-buttons">
                <button type="button" ng-click="restNino(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i></button>
                <button type="button" ng-click="addNino(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i></button>
              </div>
              <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.habitaciones[0].numeroNinos" ng-value="$parent.global.ninos[n]" value="0">
            </div>
            <!-- ngRepeat: m in mninos | filter:byRange($parent.global.ninos[n]) track by $index -->
          </div><!-- end ngRepeat: n in huespedes | filter:byRange(global.habitaciones) track by $index -->
        </div>
        <a class="btn-aceptar-huespedes" onclick="ocultarSelectorHuespedes()">Seleccionar</a>
      </div>
    </div>
    <!-- F HUESPEDES -->
    <!-- PROMOCODE  -->
    <!-- ngIf: Spromocode !== false -->
    <div ng-if="Spromocode !== false" class="form-group promocode-wrap ng-scope" ng-hide="ocultar_promocode">
      <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
      <input class="input-group promocode ng-pristine ng-untouched ng-valid ng-empty" type="text" id="inputPromoCode" placeholder="Promocode" ng-model="$root.Spromocode" name="cajaBusquedaEnHomeForm.codigoPromocional">
    </div><!-- end ngIf: Spromocode !== false -->
    <!-- F PROMOCODE -->
  </div>
  <!-- Tipo de busqueda -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.tipoBusqueda" id="tipoBusqueda" ng-value="tipoBusqueda">
  <input type="hidden" name="dateFormat.formato" id="dateFormat" ng-value="dateFormat.formato" value="DD/MM/YYYY">
  <!-- ???? -->
  <input type="hidden" name="v" id="categoriaLateral" ng-value="version" value="landing">
  <input type="hidden" name="v1" id="categoriaLateral" ng-value="version1" value="landing-scroll">
  <input type="hidden" name="vtl" id="categoriaLateral" ng-value="version" value="landing">
  <input type="hidden" name="v1tl" id="categoriaLateral" ng-value="version1" value="landing-scroll">
  <!-- Fecha entrada -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.fechas.fechaEntradaAsString" id="datepicker-calendarInH" ng-value="global.fechaEntrada" value="">
  <!-- Fecha salida -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.fechas.fechaSalidaAsString" id="datepicker-calendarOutH" ng-value="global.fechaSalida" value="">
  <!-- Pais -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.pais" ng-value="idPais">
  <!-- Destino -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.destino" ng-value="idDestino">
  <!-- Hotel -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.hotel" ng-value="idHotel">
  <!-- RC -->
  <!-- ngIf: RC -->
  <!-- ngIf: RC -->
  <div class="form-group cta">
    <input id="submitBuscador" ng-click="hideModalSearcher()" class="btn btn-primary btn-block AB-event_cta-buscador" type="submit" value="Buscar ">
  </div>
  <div class="daterangepicker dropdown-menu ltr show-calendar openscenter">
    <div class="calendar left">
      <div class="daterangepicker_input"><input class="input-mini form-control" type="text" name="daterangepicker_start" value=""><i class="fa fa-calendar glyphicon glyphicon-calendar"></i>
        <div class="calendar-time" style="display: none;">
          <div></div><i class="fa fa-clock-o glyphicon glyphicon-time"></i>
        </div>
      </div>
      <div class="calendar-table"></div>
    </div>
    <div class="calendar right">
      <div class="daterangepicker_input"><input class="input-mini form-control" type="text" name="daterangepicker_end" value=""><i class="fa fa-calendar glyphicon glyphicon-calendar"></i>
        <div class="calendar-time" style="display: none;">
          <div></div><i class="fa fa-clock-o glyphicon glyphicon-time"></i>
        </div>
      </div>
      <div class="calendar-table"></div>
    </div>
    <div class="ranges" style="display: none;">
      <div class="range_inputs"><button class="applyBtn btn btn-sm btn-success" disabled="disabled" type="button">Apply</button> <button class="cancelBtn btn btn-sm btn-default" type="button">Cancel</button></div>
    </div>
  </div>
</form>

<form ng-submit="showNLPopup()" class="ng-pristine ng-valid">
  <div class="col-sm-3 text-right">
    <h3>Recibe nuestras <br> ofertas en tu email</h3>
  </div>
  <div class="col-sm-7">
    <div class="form-group">
      <input type="text" ng-model="emailNL" class="input-group ng-pristine ng-untouched ng-valid ng-empty" placeholder="Introduce tu email">
    </div>
  </div>
  <div class="col-sm-2">
    <div class="form-group">
      <input type="submit" class="btn btn-primary" value="Enviar">
    </div>
  </div>
  <div class="col-sm-12 padding-0">
    <div class="legal-link">
      <p class="small">Al enviar acepta nuestra <a ng-click="showPoliticas()" href="javascript:void(0);">declaración de Privacidad</a></p>
    </div>
  </div>
</form>

Name: registrarNews

<form name="registrarNews" id="registrarNews" class="formRegistroNL registrarNews ng-pristine ng-invalid ng-invalid-required ng-valid-email" ng-submit="suscripcionNL()" data-toggle="validator" novalidate="true" role="form">
  <input type="hidden" name="origen" value="">
  <div class="form-group col-sm-6 nombre" ng-class=" submitted  &amp;&amp; registrarNews.name.$error.required? 'has-error' : ''">
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="name" value="" ng-model="newsLetter.name" placeholder="Nombre" title="Nombre" required="">
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.name.$error.required">Este campo es obligatorio </span>
    </div>
  </div>
  <div class="form-group col-sm-6 apellidos" ng-class=" submitted  &amp;&amp; registrarNews.surname.$error.required? 'has-error' : ''">
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="surname" value="" ng-model="newsLetter.surname" placeholder="Apellidos" title="Apellidos" required="">
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.surname.$error.required">Este campo es obligatorio </span>
    </div>
  </div>
  <div class="form-group col-sm-12 email" ng-class=" submitted  &amp;&amp; (registrarNews.email.$error.required || registrarNews.email.$invalid)? 'has-error' : ''">
    <input type="email" class="form-control email ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="email" value="" ng-model="newsLetter.emailNLPopup" placeholder="E-mail" title="E-mail" required="">
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.email.$error.required" "="">Este campo es obligatorio </span>
<span class=" error ng-hide" ng-show="submitted &amp;&amp; registrarNews.email.$invalid &amp;&amp; !registrarNews.email.$error.required">Compruebe que la dirección de email es correcta</span>
    </div>
  </div>
  <div class="form-group col-sm-6 paisCombo" ng-class=" submitted  &amp;&amp; registrarNews.paises.$error.required? 'has-error' : ''">
    <select class="form-control ng-pristine ng-untouched ng-not-empty ng-valid ng-valid-required" required="" id="paises" name="paises" ng-model="newsLetter.pais" select-menu-refresh=""
      ng-options="p.value as p.label for p in paises | orderBy: 'label' " ng-change="newsLetter.provincia=' ';loadProvinciasPais(newsLetter.pais);" style="">
      <option value="" class="" selected="selected">Seleccione país</option>
      <option label="Afganistán" value="string:AF">Afganistán</option>
      <option label="Albania" value="string:AL">Albania</option>
      <option label="Alemania" value="string:DE">Alemania</option>
      <option label="Andorra" value="string:AD">Andorra</option>
      <option label="Angola" value="string:AO">Angola</option>
      <option label="Anguila" value="string:AI">Anguila</option>
      <option label="Antartida" value="string:AQ">Antartida</option>
      <option label="Antigua y Barbuda" value="string:AG">Antigua y Barbuda</option>
      <option label="Antillas Holandesas" value="string:AN">Antillas Holandesas</option>
      <option label="Arabia Saudi" value="string:SA">Arabia Saudi</option>
      <option label="Argelia" value="string:DZ">Argelia</option>
      <option label="Argentina" value="string:AR">Argentina</option>
      <option label="Armenia" value="string:AM">Armenia</option>
      <option label="Aruba" value="string:AW">Aruba</option>
      <option label="Australia" value="string:AU">Australia</option>
      <option label="Austria" value="string:AT">Austria</option>
      <option label="Azerbaiyán" value="string:AZ">Azerbaiyán</option>
      <option label="Bahamas" value="string:BS">Bahamas</option>
      <option label="Bangladés" value="string:BD">Bangladés</option>
      <option label="Barbados" value="string:BB">Barbados</option>
      <option label="Baréin" value="string:BH">Baréin</option>
      <option label="Belgica" value="string:BE">Belgica</option>
      <option label="Belice" value="string:BZ">Belice</option>
      <option label="Benín" value="string:BJ">Benín</option>
      <option label="Bermuda" value="string:BM">Bermuda</option>
      <option label="Bielorusia" value="string:BY">Bielorusia</option>
      <option label="Bolívia" value="string:BO">Bolívia</option>
      <option label="Bonaire" value="string:BQ">Bonaire</option>
      <option label="Bosnia" value="string:BA">Bosnia</option>
      <option label="Botsuana" value="string:BW">Botsuana</option>
      <option label="Bouvet" value="string:BV">Bouvet</option>
      <option label="Brasil" value="string:BR">Brasil</option>
      <option label="Brunei" value="string:BN">Brunei</option>
      <option label="Bulgaria" value="string:BG">Bulgaria</option>
      <option label="Burkina Faso" value="string:BF">Burkina Faso</option>
      <option label="Burundi" value="string:BI">Burundi</option>
      <option label="Bután" value="string:BT">Bután</option>
      <option label="Cabo Verde" value="string:CV">Cabo Verde</option>
      <option label="Camboya" value="string:KH">Camboya</option>
      <option label="Camerún" value="string:CM">Camerún</option>
      <option label="Canadá" value="string:CA">Canadá</option>
      <option label="Catar" value="string:QA">Catar</option>
      <option label="Chad" value="string:TD">Chad</option>
      <option label="Chile" value="string:CL">Chile</option>
      <option label="China" value="string:CN">China</option>
      <option label="Chipre" value="string:CY">Chipre</option>
      <option label="Ciudad del Vaticano" value="string:VA">Ciudad del Vaticano</option>
      <option label="Colombia" value="string:CO">Colombia</option>
      <option label="Comores" value="string:KM">Comores</option>
      <option label="Corea Del Norte" value="string:KP">Corea Del Norte</option>
      <option label="Corea del Sur" value="string:KR">Corea del Sur</option>
      <option label="Costa de Marfil" value="string:CI">Costa de Marfil</option>
      <option label="Costa Rica" value="string:CR">Costa Rica</option>
      <option label="Croacia" value="string:HR">Croacia</option>
      <option label="Cuba" value="string:CU">Cuba</option>
      <option label="Curaçao" value="string:CW">Curaçao</option>
      <option label="Dinamarca" value="string:DK">Dinamarca</option>
      <option label="Djibouti" value="string:DJ">Djibouti</option>
      <option label="Dominica" value="string:DM">Dominica</option>
      <option label="Ecuador" value="string:EC">Ecuador</option>
      <option label="Egipto" value="string:EG">Egipto</option>
      <option label="El Salvador" value="string:SV">El Salvador</option>
      <option label="Emiratos Árabes Unidos" value="string:AE">Emiratos Árabes Unidos</option>
      <option label="Eritrea" value="string:ER">Eritrea</option>
      <option label="Eslovenia" value="string:SI">Eslovenia</option>
      <option label="España" value="string:ES" selected="selected">España</option>
      <option label="Estonia" value="string:EE">Estonia</option>
      <option label="Etiopía" value="string:ET">Etiopía</option>
      <option label="Fiji" value="string:FJ">Fiji</option>
      <option label="Filipinas" value="string:PH">Filipinas</option>
      <option label="Finlandia" value="string:FI">Finlandia</option>
      <option label="Francia" value="string:FR">Francia</option>
      <option label="Gabón" value="string:GA">Gabón</option>
      <option label="Gambia" value="string:GM">Gambia</option>
      <option label="Georgia" value="string:GE">Georgia</option>
      <option label="Ghana" value="string:GH">Ghana</option>
      <option label="Gibraltar" value="string:GI">Gibraltar</option>
      <option label="Granada" value="string:GD">Granada</option>
      <option label="Grecia" value="string:GR">Grecia</option>
      <option label="Groenlandia" value="string:GL">Groenlandia</option>
      <option label="Guadalupe" value="string:GP">Guadalupe</option>
      <option label="Guam" value="string:GU">Guam</option>
      <option label="Guatemala" value="string:GT">Guatemala</option>
      <option label="Guayana" value="string:GY">Guayana</option>
      <option label="Guayana Francesa" value="string:GF">Guayana Francesa</option>
      <option label="Guernsey" value="string:GG">Guernsey</option>
      <option label="Guinea" value="string:GN">Guinea</option>
      <option label="Guinea Ecuatorial" value="string:GQ">Guinea Ecuatorial</option>
      <option label="Guinea-Bissau" value="string:GW">Guinea-Bissau</option>
      <option label="Haití" value="string:HT">Haití</option>
      <option label="Holanda" value="string:NL">Holanda</option>
      <option label="Honduras" value="string:HN">Honduras</option>
      <option label="Hong Kong, SAR" value="string:HK">Hong Kong, SAR</option>
      <option label="Hungría" value="string:HU">Hungría</option>
      <option label="India" value="string:IN">India</option>
      <option label="Indonesia" value="string:ID">Indonesia</option>
      <option label="Irak" value="string:IQ">Irak</option>
      <option label="Irlanda" value="string:IE">Irlanda</option>
      <option label="Irán" value="string:IR">Irán</option>
      <option label="Isla de Cocos" value="string:CC">Isla de Cocos</option>
      <option label="Isla de Man" value="string:IM">Isla de Man</option>
      <option label="Isla de Navidad" value="string:CX">Isla de Navidad</option>
      <option label="Isla Heard e Islas Mcdonald" value="string:HM">Isla Heard e Islas Mcdonald</option>
      <option label="Isla Jorge y la Isla Sandwich del sur" value="string:GS">Isla Jorge y la Isla Sandwich del sur</option>
      <option label="Isla Norfolk" value="string:NF">Isla Norfolk</option>
      <option label="Islandia" value="string:IS">Islandia</option>
      <option label="Islas Caimán" value="string:KY">Islas Caimán</option>
      <option label="Islas Cook" value="string:CK">Islas Cook</option>
      <option label="Islas Falkland (Malvinas)" value="string:FK">Islas Falkland (Malvinas)</option>
      <option label="Islas Faroe" value="string:FO">Islas Faroe</option>
      <option label="Islas Mariana del Norte" value="string:MP">Islas Mariana del Norte</option>
      <option label="Islas Marshall" value="string:MH">Islas Marshall</option>
      <option label="Islas Salomón" value="string:SB">Islas Salomón</option>
      <option label="Islas Svalbard y Jan Mayen" value="string:SJ">Islas Svalbard y Jan Mayen</option>
      <option label="Islas Turcas y Caicos" value="string:TC">Islas Turcas y Caicos</option>
      <option label="Islas ultramarinas de Estados Unidos" value="string:UM">Islas ultramarinas de Estados Unidos</option>
      <option label="Islas Vírgenes Británicas" value="string:VG">Islas Vírgenes Británicas</option>
      <option label="Islas Vírgenes USA" value="string:VI">Islas Vírgenes USA</option>
      <option label="Islas Wallis y Futuna" value="string:WF">Islas Wallis y Futuna</option>
      <option label="Israel" value="string:IL">Israel</option>
      <option label="Italia" value="string:IT">Italia</option>
      <option label="Jamaica" value="string:JM">Jamaica</option>
      <option label="Japón" value="string:JP">Japón</option>
      <option label="Jersey" value="string:JE">Jersey</option>
      <option label="Jordania" value="string:JO">Jordania</option>
      <option label="Kazajstán" value="string:KZ">Kazajstán</option>
      <option label="Kenia" value="string:KE">Kenia</option>
      <option label="Kirguistán" value="string:KG">Kirguistán</option>
      <option label="Kiribati" value="string:KI">Kiribati</option>
      <option label="Kuwait" value="string:KW">Kuwait</option>
      <option label="Laos" value="string:LA">Laos</option>
      <option label="Lesoto" value="string:LS">Lesoto</option>
      <option label="Letonia" value="string:LV">Letonia</option>
      <option label="Liberia" value="string:LR">Liberia</option>
      <option label="Libia" value="string:LY">Libia</option>
      <option label="Liechtenstein" value="string:LI">Liechtenstein</option>
      <option label="Lituania" value="string:LT">Lituania</option>
      <option label="Luxemburgo" value="string:LU">Luxemburgo</option>
      <option label="Líbano" value="string:LB">Líbano</option>
      <option label="Macao, SAR" value="string:MO">Macao, SAR</option>
      <option label="Macedonia" value="string:MK">Macedonia</option>
      <option label="Madagascar" value="string:MG">Madagascar</option>
      <option label="Malasia" value="string:MY">Malasia</option>
      <option label="Malawi" value="string:MW">Malawi</option>
      <option label="Maldivas" value="string:MV">Maldivas</option>
      <option label="Malta" value="string:MT">Malta</option>
      <option label="Marruecos" value="string:MA">Marruecos</option>
      <option label="Martinica" value="string:MQ">Martinica</option>
      <option label="Mauricio" value="string:MU">Mauricio</option>
      <option label="Mauritania" value="string:MR">Mauritania</option>
      <option label="Mayotte" value="string:YT">Mayotte</option>
      <option label="Micronesia" value="string:FM">Micronesia</option>
      <option label="Moldavia" value="string:MD">Moldavia</option>
      <option label="Mongolia" value="string:MN">Mongolia</option>
      <option label="Montenegro" value="string:ME">Montenegro</option>
      <option label="Montserrat" value="string:MS">Montserrat</option>
      <option label="Mozambique" value="string:MZ">Mozambique</option>
      <option label="Myanmar" value="string:MM">Myanmar</option>
      <option label="México" value="string:MX">México</option>
      <option label="Mónaco" value="string:MC">Mónaco</option>
      <option label="Namibia" value="string:NA">Namibia</option>
      <option label="Nauru" value="string:NR">Nauru</option>
      <option label="Nepal" value="string:NP">Nepal</option>
      <option label="Nicaragua" value="string:NI">Nicaragua</option>
      <option label="Niger" value="string:NE">Niger</option>
      <option label="Nigeria" value="string:NG">Nigeria</option>
      <option label="Niue" value="string:NU">Niue</option>
      <option label="Noruega" value="string:NO">Noruega</option>
      <option label="Nueva Caledonia" value="string:NC">Nueva Caledonia</option>
      <option label="Nueva Zelanda" value="string:NZ">Nueva Zelanda</option>
      <option label="Omán" value="string:OM">Omán</option>
      <option label="Pakistán" value="string:PK">Pakistán</option>
      <option label="Palau" value="string:PW">Palau</option>
      <option label="Palestina" value="string:PS">Palestina</option>
      <option label="Panamá" value="string:PA">Panamá</option>
      <option label="Papua Nueva Guinea" value="string:PG">Papua Nueva Guinea</option>
      <option label="Paraguay" value="string:PY">Paraguay</option>
      <option label="Perú" value="string:PE">Perú</option>
      <option label="Pitcairn" value="string:PN">Pitcairn</option>
      <option label="Polinesia Francesa" value="string:PF">Polinesia Francesa</option>
      <option label="Polonia" value="string:PL">Polonia</option>
      <option label="Portugal" value="string:PT">Portugal</option>
      <option label="Puerto Rico" value="string:PR">Puerto Rico</option>
      <option label="R. Checa" value="string:CZ">R. Checa</option>
      <option label="R. De Mali" value="string:ML">R. De Mali</option>
      <option label="R. Dominicana" value="string:DO">R. Dominicana</option>
      <option label="R. Eslovaquia" value="string:SK">R. Eslovaquia</option>
      <option label="R. Ucraniana" value="string:UA">R. Ucraniana</option>
      <option label="Reino Unido" value="string:GB">Reino Unido</option>
      <option label="República Centroafricana" value="string:CF">República Centroafricana</option>
      <option label="República del Congo" value="string:CG">República del Congo</option>
      <option label="República Democrática del Congo" value="string:CD">República Democrática del Congo</option>
      <option label="Reunión" value="string:RE">Reunión</option>
      <option label="Ruanda" value="string:RW">Ruanda</option>
      <option label="Rumania" value="string:RO">Rumania</option>
      <option label="Rusia" value="string:RU">Rusia</option>
      <option label="Sahara Occidental" value="string:EH">Sahara Occidental</option>
      <option label="Saint Martin" value="string:MF">Saint Martin</option>
      <option label="Saint Pierre y Miquelón" value="string:PM">Saint Pierre y Miquelón</option>
      <option label="Samoa" value="string:WS">Samoa</option>
      <option label="Samoa Americana" value="string:AS">Samoa Americana</option>
      <option label="San Bartolomé" value="string:BL">San Bartolomé</option>
      <option label="San Cristóbal y Nieves" value="string:KN">San Cristóbal y Nieves</option>
      <option label="San Marino" value="string:SM">San Marino</option>
      <option label="San Vicente y Granadinas" value="string:VC">San Vicente y Granadinas</option>
      <option label="Santa Elena" value="string:SH">Santa Elena</option>
      <option label="Santa Lucía" value="string:LC">Santa Lucía</option>
      <option label="Santo Tomé y Principe" value="string:ST">Santo Tomé y Principe</option>
      <option label="Senegal" value="string:SN">Senegal</option>
      <option label="Serbia" value="string:RS">Serbia</option>
      <option label="Seychelles" value="string:SC">Seychelles</option>
      <option label="Sierra Leona" value="string:SL">Sierra Leona</option>
      <option label="Singapur" value="string:SG">Singapur</option>
      <option label="Sint Maarten" value="string:SX">Sint Maarten</option>
      <option label="Siria" value="string:SY">Siria</option>
      <option label="Somalia" value="string:SO">Somalia</option>
      <option label="Sri Lanka" value="string:LK">Sri Lanka</option>
      <option label="Sudáfrica" value="string:ZA">Sudáfrica</option>
      <option label="Sudán" value="string:SD">Sudán</option>
      <option label="Suecia" value="string:SE">Suecia</option>
      <option label="Suiza" value="string:CH">Suiza</option>
      <option label="Surinam" value="string:SR">Surinam</option>
      <option label="Swaziland" value="string:SZ">Swaziland</option>
      <option label="Tailandia" value="string:TH">Tailandia</option>
      <option label="Taiwan, China" value="string:TW">Taiwan, China</option>
      <option label="Tajikistán" value="string:TJ">Tajikistán</option>
      <option label="Tanzania" value="string:TZ">Tanzania</option>
      <option label="Territorio Britanico del Oceano Índico" value="string:IO">Territorio Britanico del Oceano Índico</option>
      <option label="Territorios Franceses del Sur" value="string:TF">Territorios Franceses del Sur</option>
      <option label="Timor Oriental" value="string:TL">Timor Oriental</option>
      <option label="Togo" value="string:TG">Togo</option>
      <option label="Tokelau" value="string:TK">Tokelau</option>
      <option label="Tonga" value="string:TO">Tonga</option>
      <option label="Trinidad Y Tobago" value="string:TT">Trinidad Y Tobago</option>
      <option label="Turkmenistán" value="string:TM">Turkmenistán</option>
      <option label="Turquía" value="string:TR">Turquía</option>
      <option label="Tuvalu" value="string:TV">Tuvalu</option>
      <option label="Túnez" value="string:TN">Túnez</option>
      <option label="Uganda" value="string:UG">Uganda</option>
      <option label="Uruguay" value="string:UY">Uruguay</option>
      <option label="USA" value="string:US">USA</option>
      <option label="Uzbekistán" value="string:UZ">Uzbekistán</option>
      <option label="Vanuatu" value="string:VU">Vanuatu</option>
      <option label="Venezuela" value="string:VE">Venezuela</option>
      <option label="Vietnám" value="string:VN">Vietnám</option>
      <option label="Yemen" value="string:YE">Yemen</option>
      <option label="Zambia" value="string:ZM">Zambia</option>
      <option label="Zimbabwe" value="string:ZW">Zimbabwe</option>
      <option label="Åland" value="string:AX">Åland</option>
    </select>
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.paises.$error.required">Este campo es obligatorio </span>
    </div>
  </div>
  <div class="form-group col-sm-6 provinciaCombo" ng-class=" submitted  &amp;&amp; registrarNews.provincia.$error.required? 'has-error' : ''">
    <select class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="" id="provincia" name="provincia" ng-model="newsLetter.provincia" select-menu-refresh=""
      ng-options="p as p.label for p in provincias track by p.value">
      <option value="" class="" selected="selected">Elija provincia </option>
      <option label="Álava" value="01">Álava</option>
      <option label="Albacete" value="02">Albacete</option>
      <option label="Alicante" value="03">Alicante</option>
      <option label="Almería" value="04">Almería</option>
      <option label="Ávila" value="05">Ávila</option>
      <option label="Badajoz" value="06">Badajoz</option>
      <option label="Islas Baleares" value="07">Islas Baleares</option>
      <option label="Barcelona" value="08">Barcelona</option>
      <option label="Burgos" value="09">Burgos</option>
      <option label="Cáceres" value="10">Cáceres</option>
      <option label="Cádiz" value="11">Cádiz</option>
      <option label="Castellón" value="12">Castellón</option>
      <option label="Ciudad Real" value="13">Ciudad Real</option>
      <option label="Córdoba" value="14">Córdoba</option>
      <option label="A Coruña" value="15">A Coruña</option>
      <option label="Cuenca" value="16">Cuenca</option>
      <option label="Girona" value="17">Girona</option>
      <option label="Granada" value="18">Granada</option>
      <option label="Guadalajara" value="19">Guadalajara</option>
      <option label="Guipúzcoa" value="20">Guipúzcoa</option>
      <option label="Huelva" value="21">Huelva</option>
      <option label="Huesca" value="22">Huesca</option>
      <option label="Jaén" value="23">Jaén</option>
      <option label="León" value="24">León</option>
      <option label="Lleida" value="25">Lleida</option>
      <option label="La Rioja" value="26">La Rioja</option>
      <option label="Lugo" value="27">Lugo</option>
      <option label="Madrid" value="28">Madrid</option>
      <option label="Málaga" value="29">Málaga</option>
      <option label="Murcia" value="30">Murcia</option>
      <option label="Navarra" value="31">Navarra</option>
      <option label="Ourense" value="32">Ourense</option>
      <option label="Asturias" value="33">Asturias</option>
      <option label="Palencia" value="34">Palencia</option>
      <option label="Las Palmas" value="35">Las Palmas</option>
      <option label="Pontevedra" value="36">Pontevedra</option>
      <option label="Salamanca" value="37">Salamanca</option>
      <option label="Santa Cruz de Tenerife" value="38">Santa Cruz de Tenerife</option>
      <option label="Cantabria" value="39">Cantabria</option>
      <option label="Segovia" value="40">Segovia</option>
      <option label="Sevilla" value="41">Sevilla</option>
      <option label="Soria" value="42">Soria</option>
      <option label="Tarragona" value="43">Tarragona</option>
      <option label="Teruel" value="44">Teruel</option>
      <option label="Toledo" value="45">Toledo</option>
      <option label="Valencia" value="46">Valencia</option>
      <option label="Valladolid" value="47">Valladolid</option>
      <option label="Vizcaya" value="48">Vizcaya</option>
      <option label="Zamora" value="49">Zamora</option>
      <option label="Zaragoza" value="50">Zaragoza</option>
      <option label="Ceuta" value="51">Ceuta</option>
      <option label="Melilla" value="52">Melilla</option>
    </select>
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.provincia.$error.required">Este campo es obligatorio </span>
    </div>
  </div>
  <div class="form-group col-sm-12 button-wrap">
    <input ng-click="submitted=true" class="btn btn-primary suscripcionNL null dyMonitor" type="submit" value="Suscribirse " data-adid="180945||3493|||">
    <p class="note">Al enviar acepta nuestra <a href="#" ng-click="showPoliticas()" class="tdu openAjax" id="link_politicas_toast" tooltip="declaración de Privacidad" alt="declaración de Privacidad" tooltipenable="true">declaración de Privacidad</a>
    </p>
  </div>
</form>

Name: frm

<form name="frm" class="login-form ng-pristine ng-invalid ng-invalid-required" novalidate="" ng-submit="submitted=true;login()">
  <div class="form-group">
    <label> Nº de Riu Class </label>
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Nº de Riu Class " required="" id="usr" name="usr" ng-model="FormUsr.usr">
    <a ng-click="sendHeOlvidadoRedirectRC()" href="javascript:void(0)" class="forgot-item">
He olvidado mi nº Riu Class
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.usr.$error.required)">
      <span class="error">Campo obligatorio</span>
    </div>
  </div>
  <div class="form-group">
    <label> Contraseña </label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Contraseña" required="" id="psw" name="psw" ng-model="FormUsr.psw">
    <input type="hidden" id="url" ng-model="FormUsr.url" value="" class="ng-pristine ng-untouched ng-valid ng-empty">
    <a ng-click="sendContrasenaRedirectRC()" href="javascript:void(0)" class="forgot-item">
He olvidado mi contraseña
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.psw.$error.required)">
      <span class="error">Campo obligatorio</span>
    </div>
  </div>
  <div class="form-group">
    <input type="submit" class="btn btn-primary" value="Entrar">
  </div>
  <div class="new-account">
    <a href="/es/riu-class/alta/alta.jsp" class="">Crear cuenta</a>
  </div>
</form>

POST https://www.riu.com/login.jsp

<form method="POST" action="https://www.riu.com/login.jsp"><input type="hidden" name="j_username" value=""> <br><input type="password" name="j_password" placeholder="Contraseña" value=""> <br><input type="hidden" name="v" value="mov"><input
    type="hidden" name="metodo" value="html"><input type="hidden" name="idioma" value="es"><input id="submitLoginForm" type="submit" name="submit" value="Entrar"></form>

Text Content

COVID-19
Información para nuestros clientes   

>>

×


RIU HOTELS & RESORTS EN LOS MEJORES DESTINOS DEL MUNDO

 * Hoteles
 * Vuelo+Hotel
 * Riu Class
 * Riu Party

Con nuestro programa de fidelidad podrá disfrutar de beneficios y descuentos
exclusivos. Crear cuenta Mi cuenta
Nº de Riu Class He olvidado mi nº Riu Class
Campo obligatorio
Contraseña He olvidado mi contraseña
Campo obligatorio

 * Hoteles
 * Vuelo+Hotel
 * Riu Class
 * Riu Party


RIU HOTELS & RESORTS EN LOS MEJORES DESTINOS DEL MUNDO

 * Check-in
 * Mi reserva
 * Contáctenos
    * ESPAÑA - 871 930 290
    * Alemania0 800 723 4360
    * Argentina0 800 444 2021
    * Australia1 800 669 201
    * Austria0 800 802 960
    * Belgica0 800 26091
    * Brasil0 800 892 3280
    * Canadá1 866 845 3765
    * Chile0 800 914 268
    * Colombia01 800 752 2201
    * Costa Rica506 2681 2350
    * USA1 888 RIU 4990
    * Ecuador01 800 000 039
    * Emiratos Árabes Unidos0 42310998
    * España871 930 290
    * Francia0800 73 69 95
    * Guatemala1 800 835 0350
    * Holanda* 0 800 445 50 05
    * India000 800 050 2004
    * Reino Unido0 800 086 8982
    * Irlanda1 800 777 777
    * Italia800 976 304
    * Jamaica1 876 940 8019
    * Luxemburgo800 26 517
    * Marruecos0 528 38 48 60
    * Mauricio230 650 4209
    * México800 225 5748
    * Panamá507 282 0460
    * Paraguay009 800 521 0023
    * Perú0 800 54881
    * Polonia801 080 996
    * Portugal808 780 809
    * R. Dominicana809 731 6823
    * Reunión02 62 66 80 42
    * Rusia8 800 100 6350
    * Senegal+221 339 890 989
    * Sri Lanka0 915 22 00 22
    * Sudáfrica800 981 824
    * Suiza0 800 723 436
    * Uruguay0 004 0521 0121
    * Venezuela0 800 100 4916
    * Genérico América00 52 33 3880 7577
    * Internacional00 34 871 966296
   
   Llamar al
   
   871 930 290
   Otros teléfonos
    * Alemania0 800 723 4360
    * Argentina0 800 444 2021
    * Australia1 800 669 201
    * Austria0 800 802 960
    * Belgica0 800 26091
    * Brasil0 800 892 3280
    * Canadá1 866 845 3765
    * Chile0 800 914 268
    * Colombia01 800 752 2201
    * Costa Rica506 2681 2350
    * USA1 888 RIU 4990
    * Ecuador01 800 000 039
    * Emiratos Árabes Unidos0 42310998
    * España871 930 290
    * Francia0800 73 69 95
    * Guatemala1 800 835 0350
    * Holanda* 0 800 445 50 05
    * India000 800 050 2004
    * Reino Unido0 800 086 8982
    * Irlanda1 800 777 777
    * Italia800 976 304
    * Jamaica1 876 940 8019
    * Luxemburgo800 26 517
    * Marruecos0 528 38 48 60
    * Mauricio230 650 4209
    * México800 225 5748
    * Panamá507 282 0460
    * Paraguay009 800 521 0023
    * Perú0 800 54881
    * Polonia801 080 996
    * Portugal808 780 809
    * R. Dominicana809 731 6823
    * Reunión02 62 66 80 42
    * Rusia8 800 100 6350
    * Senegal+221 339 890 989
    * Sri Lanka0 915 22 00 22
    * Sudáfrica800 981 824
    * Suiza0 800 723 436
    * Uruguay0 004 0521 0121
    * Venezuela0 800 100 4916
    * Genérico América00 52 33 3880 7577
    * Internacional00 34 871 966296

 * Idiomas
   * Idiomas
   * Deutsch
   * Español
   * English
   * Français
   * Italiano
   * Nederlands
   * Português
   * Русский
   * 中文
 * Mi Riu Class
    * * Acceso a Riu Class
      Nº de Riu Class He olvidado mi nº Riu Class
      Campo obligatorio
      Contraseña He olvidado mi contraseña
      Campo obligatorio
      
      Crear cuenta


IT'S RIU TIME ¡POR FIN JUNTOS DE NUEVO!

 * Hotel
 * Vuelo + Hotel

¿Cómo funciona el buscador?
Anterior Siguiente Cerrar tour
1 / 5 Empieza a escribir para ver los posibles destinos
2 / 5 Puedes mostrar todos los destinos y navegar sin tener que escribir
3 / 5 Elige las fecha de entrada y salida que desees.
4 / 5 Mostrar u ocultar la búsqueda avanzada.
5 / 5 Busca en los mejores destinos con tus preferencias
Elige dónde quieres ir


ELIGE UN PAÍS

Alemania
Aruba
Bahamas
Bulgaria
Cabo Verde
Costa Rica
Emiratos Árabes Unidos
España
Irlanda
Jamaica
Maldivas
Marruecos
Mauricio
México
Panamá
Portugal
R. Dominicana
Reino Unido
Senegal
Sri Lanka
Tanzania
USA


ELIGE UN DESTINO

Agadir
Ahungalla
Andalucía
Aruba-Palm Beach
Berlín
Boa Vista
Cancún
Ciudad de Panamá
Dhaalu Atoll
Dublín
Dubái
Formentera
Fuerteventura
Gran Canaria
Guadalajara
Guanacaste
Isla de Sal
Lanzarote
Londres
Los Cabos
Madeira
Madrid
Mallorca
Marrakech
Mazatlán
Miami Beach
Montego Bay
Morne Brabant
Negril
Nueva York
Obzor
Ocho Rios
Paradise Island
Playa Blanca
Playa del Carmen
Pointe Sarène
Punta Cana
Riviera Nayarit-Vallarta
San Francisco
Sunny Beach
Tenerife
Zanzíbar


ELIGE UN HOTEL

Hotel Riu Palace Antillas
Hotel Riu Arecas
Hotel Riu Palace Aruba
Hotel Riu Atoll
Hotel Riu Palace Baja California
Hotel Riu Bambu
Hotel Riu Baobab
Hotel Riu Palace Bavaro
Hotel Riu Plaza Berlin
Hotel Riu Palace Boavista
Hotel Riu Bravo
Hotel Riu Buenavista
Hotel Riu Palace Cabo San Lucas
Hotel Riu Cabo Verde
Hotel Riu Calypso
Hotel Riu Cancun
Hotel Riu Caribe
Hotel Riu Chiclana
Hotel Riu Concordia
Hotel Riu Costa del Sol
Hotel Riu Palace Costa Mujeres
Hotel Riu Palace Costa Rica
Hotel Riu Creole
Hotel Riu Dubai
Hotel Riu Dunamar
Hotel Riu Emerald Bay
Hotel Riu Plaza España
Hotel Riu Festival
Hotel Riu Plaza Fisherman's Wharf
Hotel Riu Funana
Hotel Riu Garoe
Hotel Riu Gran Canaria
Hotel Riu Plaza Guadalajara
Hotel Riu Guanacaste
Hotel Riu Helios
Hotel Riu Helios Bay
Hotel Riu Helios Paradise
Hotel Riu Jalisco
Hotel Riu Palace Jamaica
Hotel Riu Jambo
Hotel Riu Palace Jandia
Hotel Riu Karamboa
Hotel Riu La Mola
Hotel Riu Palace Las Americas
Hotel Riu Latino
Hotel Riu Le Morne
Hotel Riu Plaza London Victoria
Hotel Riu Lupita
Hotel Riu Palace Macao
Hotel Riu Madeira
Hotel Riu Palace Maldivas
Hotel Riu Plaza Manhattan Times Square
Hotel Riu Palace Maspalomas
Hotel Riu Palace Meloneras
Hotel Riu Palace Mexico
Hotel Riu Plaza Miami Beach
Hotel Riu Monica
Hotel Riu Montego Bay
Hotel Riu Naiboa
Hotel Riu Nautilus
Hotel Riu Negril
Hotel Riu Plaza New York Times Square
Hotel Riu Palace Oasis
Hotel Riu Ocho Rios
Hotel Riu Oliva Beach Resort
Hotel Riu Palace Pacifico
Hotel Riu Palace Palmeras
Hotel Riu Plaza Panama
Hotel Riu Papayas
Hotel Riu Palace Paradise Island
Hotel Riu Paraiso Lanzarote
Hotel Riu Palace Peninsula
Hotel Riu Playa Blanca
Hotel Riu Playa Park
Hotel Riu Playacar
Hotel Riu Palace Punta Cana
Hotel Riu Reggae
Hotel Riu Republica
Hotel Riu Palace Riviera Maya
Hotel Riu San Francisco
Hotel Riu Santa Fe
Hotel Riu Palace Santa Maria
Hotel Riu Sri Lanka
Hotel Riu Palace Sunny Beach
Hotel Riu Palace Tenerife
Hotel Riu Tequila
Hotel Riu Plaza The Gresham Dublin
Hotel Riu Palace Tikida Agadir
Hotel Riu Tikida Beach
Hotel Riu Tikida Dunas
Hotel Riu Tikida Garden
Hotel Riu Tikida Palmeraie
Hotel Riu Palace Tikida Taghazout
Hotel Riu Touareg
Hotel Riu Palace Tres Islas
Hotel Riu Palace Tropical Bay
Hotel Riu Vallarta
Hotel Riu Vistamar
Hotel Riu Yucatan
Hotel Riu Palace Zanzibar
Borrar selección Seleccionar


Fechas de estancia
Entrada - Salida
Habitaciones y huéspedes
1 Habitación/ 2 Adultos
Habitaciones : 1

Habitación 1
Adultos : 2

Niños : 0

Seleccionar
Código promocional

Búsqueda avanzada Mejor precio garantizado
Descubrir más sobre RIU
Vuelo + Hotel
¿Cómo funciona el buscador?
Anterior Siguiente Cerrar tour
1 / 5 Empieza a escribir para ver los posibles destinos
2 / 5 Puedes mostrar todos los destinos y navegar sin tener que escribir
3 / 5 Elige las fecha de entrada y salida que desees.
4 / 5 Mostrar u ocultar la búsqueda avanzada.
5 / 5 Busca en los mejores destinos con tus preferencias


ELIGE UN PAÍS

Alemania
Aruba
Bahamas
Bulgaria
Cabo Verde
Costa Rica
Emiratos Árabes Unidos
España
Irlanda
Jamaica
Maldivas
Marruecos
Mauricio
México
Panamá
Portugal
R. Dominicana
Reino Unido
Senegal
Sri Lanka
Tanzania
USA


ELIGE UN DESTINO

Agadir
Ahungalla
Andalucía
Aruba-Palm Beach
Berlín
Boa Vista
Cancún
Ciudad de Panamá
Dhaalu Atoll
Dublín
Dubái
Formentera
Fuerteventura
Gran Canaria
Guadalajara
Guanacaste
Isla de Sal
Lanzarote
Londres
Los Cabos
Madeira
Madrid
Mallorca
Marrakech
Mazatlán
Miami Beach
Montego Bay
Morne Brabant
Negril
Nueva York
Obzor
Ocho Rios
Paradise Island
Playa Blanca
Playa del Carmen
Pointe Sarène
Punta Cana
Riviera Nayarit-Vallarta
San Francisco
Sunny Beach
Tenerife
Zanzíbar


ELIGE UN HOTEL

Hotel Riu Palace Antillas
Hotel Riu Arecas
Hotel Riu Palace Aruba
Hotel Riu Atoll
Hotel Riu Palace Baja California
Hotel Riu Bambu
Hotel Riu Baobab
Hotel Riu Palace Bavaro
Hotel Riu Plaza Berlin
Hotel Riu Palace Boavista
Hotel Riu Bravo
Hotel Riu Buenavista
Hotel Riu Palace Cabo San Lucas
Hotel Riu Cabo Verde
Hotel Riu Calypso
Hotel Riu Cancun
Hotel Riu Caribe
Hotel Riu Chiclana
Hotel Riu Concordia
Hotel Riu Costa del Sol
Hotel Riu Palace Costa Mujeres
Hotel Riu Palace Costa Rica
Hotel Riu Creole
Hotel Riu Dubai
Hotel Riu Dunamar
Hotel Riu Emerald Bay
Hotel Riu Plaza España
Hotel Riu Festival
Hotel Riu Plaza Fisherman's Wharf
Hotel Riu Funana
Hotel Riu Garoe
Hotel Riu Gran Canaria
Hotel Riu Plaza Guadalajara
Hotel Riu Guanacaste
Hotel Riu Helios
Hotel Riu Helios Bay
Hotel Riu Helios Paradise
Hotel Riu Jalisco
Hotel Riu Palace Jamaica
Hotel Riu Jambo
Hotel Riu Palace Jandia
Hotel Riu Karamboa
Hotel Riu La Mola
Hotel Riu Palace Las Americas
Hotel Riu Latino
Hotel Riu Le Morne
Hotel Riu Plaza London Victoria
Hotel Riu Lupita
Hotel Riu Palace Macao
Hotel Riu Madeira
Hotel Riu Palace Maldivas
Hotel Riu Plaza Manhattan Times Square
Hotel Riu Palace Maspalomas
Hotel Riu Palace Meloneras
Hotel Riu Palace Mexico
Hotel Riu Plaza Miami Beach
Hotel Riu Monica
Hotel Riu Montego Bay
Hotel Riu Naiboa
Hotel Riu Nautilus
Hotel Riu Negril
Hotel Riu Plaza New York Times Square
Hotel Riu Palace Oasis
Hotel Riu Ocho Rios
Hotel Riu Oliva Beach Resort
Hotel Riu Palace Pacifico
Hotel Riu Palace Palmeras
Hotel Riu Plaza Panama
Hotel Riu Papayas
Hotel Riu Palace Paradise Island
Hotel Riu Paraiso Lanzarote
Hotel Riu Palace Peninsula
Hotel Riu Playa Blanca
Hotel Riu Playa Park
Hotel Riu Playacar
Hotel Riu Palace Punta Cana
Hotel Riu Reggae
Hotel Riu Republica
Hotel Riu Palace Riviera Maya
Hotel Riu San Francisco
Hotel Riu Santa Fe
Hotel Riu Palace Santa Maria
Hotel Riu Sri Lanka
Hotel Riu Palace Sunny Beach
Hotel Riu Palace Tenerife
Hotel Riu Tequila
Hotel Riu Plaza The Gresham Dublin
Hotel Riu Palace Tikida Agadir
Hotel Riu Tikida Beach
Hotel Riu Tikida Dunas
Hotel Riu Tikida Garden
Hotel Riu Tikida Palmeraie
Hotel Riu Palace Tikida Taghazout
Hotel Riu Touareg
Hotel Riu Palace Tres Islas
Hotel Riu Palace Tropical Bay
Hotel Riu Vallarta
Hotel Riu Vistamar
Hotel Riu Yucatan
Hotel Riu Palace Zanzibar
Borrar selección Seleccionar


Entrada - Salida
1 Habitación/ 2 Adultos
Habitaciones : 1

Habitación 1
Adultos : 2

Niños : 0

Seleccionar


Apply Cancel




DESTINOS MÁS RESERVADOS




CÁDIZ - CHICLANA
DESDE 88EUR

Guía de Cádiz - Chiclana Ofertas en Cádiz - Chiclana


GRAN CANARIA
DESDE 93EUR

Guía de Gran Canaria Ofertas en Gran Canaria


NUEVA YORK
DESDE 228EUR

Guía de Nueva York Ofertas en Nueva York


MALDIVAS - DHAALU ATOLL
DESDE 154EUR

Guía de Maldivas - Dhaalu Atoll Ofertas en Maldivas - Dhaalu Atoll


TENERIFE
DESDE 71EUR

Guía de Tenerife Ofertas en Tenerife


DUBÁI
DESDE 133EUR

Guía de Dubái Ofertas en Dubái


MÁLAGA - TORREMOLINOS
DESDE 61EUR

Guía de Málaga - Torremolinos Ofertas en Málaga - Torremolinos


MADRID
DESDE 129EUR

Guía de Madrid Ofertas en Madrid


FORMENTERA
DESDE 78EUR

Guía de Formentera Ofertas en Formentera


ZANZÍBAR
DESDE 120EUR

Guía de Zanzíbar Ofertas en Zanzíbar
Ver más destinos
    
 1. 
    
 2. 
    
 3. 
    
 4. 
    
 5. 
    
 6. 
    




¡ESTRENAMOS NUEVA APP!


Descubre más



OFERTAS DE LA SEMANA



Consulte aquí condiciones
Madrid, España


HOTEL RIU PLAZA ESPAÑA

DELUXE CAMAS DOBLES - DESAYUNO

desde 129 EUR Hab. / Noche Pers. / Noche
   
   
   
   
 * 
   
   
   
   
   

de 1620 opiniones

Más información
Cádiz, España


HOTEL RIU CHICLANA 4*

DOBLE ESTÁNDAR - TODO INCLUIDO

desde 200 EUR 170 EUR Hab. / Noche Pers. / Noche
   
   
 * 
   
   
   
 * 
   
   
   
   
 * 
   
   

de 1519 opiniones

Más información
Málaga, España


HOTEL RIU COSTA DEL SOL 4*

DOBLE ESTÁNDAR - TODO INCLUIDO

desde 116 EUR Hab. / Noche Pers. / Noche
   
   
 * 
   
   
   
 * 
   
   
   
   
 * 
   
   

de 6175 opiniones

Más información
Gran Canaria, España


HOTEL RIU PALACE MASPALOMAS

DOBLE ESTÁNDAR - MEDIA PENSIÓN

desde 105 EUR 94 EUR Hab. / Noche Pers. / Noche
   
   
   
 * 
   
   
 * 
   
   
   
   
   

de 2652 opiniones

Más información
Gran Canaria, España


HOTEL RIU GRAN CANARIA 4*

DOBLE ESTÁNDAR - TODO INCLUIDO

desde 121 EUR Hab. / Noche Pers. / Noche
   
   
 * 
   
   
   
 * 
   
   
   
   
 * 
   
   

de 4765 opiniones

Más información
Ver todas


VENTAJAS EXCLUSIVAS CON RIU CLASS



Con el programa Riu Class serás cliente preferente y te premiaremos por tu
fidelidad. Desde hoy mismo ya puedes entrar a formar parte de Riu Class y
disfrutar de beneficios y descuentos en exclusiva.

 * Acumularás puntos
 * Disfrutarás de ofertas especiales
 * Gestionar mis reservas futuras
 * Enviar deseos a los hoteles
 * Ventajas exclusivas

Date de alta ahora



¿POR QUÉ ELEGIRNOS?

EXPERIENCIA Y PASIÓN POR EL SERVICIO

RIU Hotels & Resorts es una cadena hotelera que nació en 1953 con un pequeño
hotel en Playa de Palma, España. Nuestros más de 60 años de experiencia cuidando
a nuestros clientes en los mejores destinos del mundo avalan el principal
objetivo de la compañía: el bienestar de los huéspedes.

CERCA DE 100 HOTELES EN 19 PAÍSES

Trabajamos día a día para seguir ofreciendo las mejores facilidades y servicios
exclusivos en los cerca de 100 hoteles ubicados en 19 países. Todos ellos,
además, cuentan con una garantía de calidad y estándar de servicio que
convertirán tus vacaciones en auténticas experiencias únicas.

¡Sigue navegando y descubre lo mejor de RIU Hotels & Resorts!


RIU Y SU RESPONSABILIDAD SOCIAL Y AMBIENTAL

La compañía centra su trabajo de Responsabilidad Social Corporativa en el
bienestar de la infancia, la comunidad local y la protección de la
biodiversidad.

 * 6.300 beneficiarios con proyectos de acción social
 * 2100 colonias de coral trasplantado
 * 60.000 horas de formación
 * 500 toneladas de plástico reducidas


Visita la web


¡RIU EN LAS REDES!

Nos encanta estar cerca de nuestros clientes, por eso compartimos los mejores
momentos RIU en nuestras redes sociales. ¡Únete y muéstranos tus experiencias
RIU!

   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   


PRODUCTOS RIU



Los Hoteles Plaza, son hoteles urbanos, siempre ubicados en puntos neurálgicos
de grandes metrópolis. En ellos encontraras los mejores servicios tanto si
viajas por negocios o placer.

Saber más »

Los Hoteles Riu Palace suman un extra de lujo, excelencia y sofisticación a la
estancia de nuestros huéspedes. Son hoteles siempre ubicados a pie de playa, con
los mejores servicios para garantizar una estancia inmejorable.

Saber más »

Los hoteles “Solo Adultos” están ideados para aquellas personas que buscan
relajarse y disfrutar de unas vacaciones en pareja o amigos en un ambiente
exclusivo.

Saber más »

Riu Hotels & Resorts se caracteriza por tener un servicio exclusivo de “Todo
incluido” en muchos de sus hoteles vacacionales. Un servicio en el que todo está
ideado para que nuestros clientes se olviden de su día a día y se dediquen
simplemente a disfrutar.

Saber más »


APP RIU HOTELS & RESORTS


¡DESCÁRGATE NUESTRA NUEVA APP!




RECIBE NUESTRAS
OFERTAS EN TU EMAIL




Al enviar acepta nuestra declaración de Privacidad


RECIBA NUESTRAS MEJORES OFERTAS Y PROMOCIONES
DIRECTAMENTE EN SU EMAIL

MEJOR PRECIO ONLINE GARANTIZADO

NOVEDADES SOBRE NUESTROS MÁS DE 100 HOTELES ALREDEDOR DEL MUNDO.
INFORMACIÓN DE PRIMERA MANO SOBRE NUEVOS DESTINOS DE LOS QUE DISFRUTAR CON RIU
HOTELS.


¡SUSCRIPCIÓN OK!

Suscripción realizada correctamente

Cerrar
Este campo es obligatorio
Este campo es obligatorio
Este campo es obligatorio Compruebe que la dirección de email es correcta
Seleccione paísAfganistánAlbaniaAlemaniaAndorraAngolaAnguilaAntartidaAntigua y
BarbudaAntillas HolandesasArabia
SaudiArgeliaArgentinaArmeniaArubaAustraliaAustriaAzerbaiyánBahamasBangladésBarbadosBaréinBelgicaBeliceBenínBermudaBielorusiaBolíviaBonaireBosniaBotsuanaBouvetBrasilBruneiBulgariaBurkina
FasoBurundiButánCabo VerdeCamboyaCamerúnCanadáCatarChadChileChinaChipreCiudad
del VaticanoColombiaComoresCorea Del NorteCorea del SurCosta de MarfilCosta
RicaCroaciaCubaCuraçaoDinamarcaDjiboutiDominicaEcuadorEgiptoEl SalvadorEmiratos
Árabes
UnidosEritreaEsloveniaEspañaEstoniaEtiopíaFijiFilipinasFinlandiaFranciaGabónGambiaGeorgiaGhanaGibraltarGranadaGreciaGroenlandiaGuadalupeGuamGuatemalaGuayanaGuayana
FrancesaGuernseyGuineaGuinea EcuatorialGuinea-BissauHaitíHolandaHondurasHong
Kong, SARHungríaIndiaIndonesiaIrakIrlandaIránIsla de CocosIsla de ManIsla de
NavidadIsla Heard e Islas McdonaldIsla Jorge y la Isla Sandwich del surIsla
NorfolkIslandiaIslas CaimánIslas CookIslas Falkland (Malvinas)Islas FaroeIslas
Mariana del NorteIslas MarshallIslas SalomónIslas Svalbard y Jan MayenIslas
Turcas y CaicosIslas ultramarinas de Estados UnidosIslas Vírgenes
BritánicasIslas Vírgenes USAIslas Wallis y
FutunaIsraelItaliaJamaicaJapónJerseyJordaniaKazajstánKeniaKirguistánKiribatiKuwaitLaosLesotoLetoniaLiberiaLibiaLiechtensteinLituaniaLuxemburgoLíbanoMacao,
SARMacedoniaMadagascarMalasiaMalawiMaldivasMaltaMarruecosMartinicaMauricioMauritaniaMayotteMicronesiaMoldaviaMongoliaMontenegroMontserratMozambiqueMyanmarMéxicoMónacoNamibiaNauruNepalNicaraguaNigerNigeriaNiueNoruegaNueva
CaledoniaNueva ZelandaOmánPakistánPalauPalestinaPanamáPapua Nueva
GuineaParaguayPerúPitcairnPolinesia FrancesaPoloniaPortugalPuerto RicoR. ChecaR.
De MaliR. DominicanaR. EslovaquiaR. UcranianaReino UnidoRepública
CentroafricanaRepública del CongoRepública Democrática del
CongoReuniónRuandaRumaniaRusiaSahara OccidentalSaint MartinSaint Pierre y
MiquelónSamoaSamoa AmericanaSan BartoloméSan Cristóbal y NievesSan MarinoSan
Vicente y GranadinasSanta ElenaSanta LucíaSanto Tomé y
PrincipeSenegalSerbiaSeychellesSierra LeonaSingapurSint MaartenSiriaSomaliaSri
LankaSudáfricaSudánSueciaSuizaSurinamSwazilandTailandiaTaiwan,
ChinaTajikistánTanzaniaTerritorio Britanico del Oceano ÍndicoTerritorios
Franceses del SurTimor OrientalTogoTokelauTongaTrinidad Y
TobagoTurkmenistánTurquíaTuvaluTúnezUgandaUruguayUSAUzbekistánVanuatuVenezuelaVietnámYemenZambiaZimbabweÅland
Este campo es obligatorio
Elija provincia ÁlavaAlbaceteAlicanteAlmeríaÁvilaBadajozIslas
BalearesBarcelonaBurgosCáceresCádizCastellónCiudad RealCórdobaA
CoruñaCuencaGironaGranadaGuadalajaraGuipúzcoaHuelvaHuescaJaénLeónLleidaLa
RiojaLugoMadridMálagaMurciaNavarraOurenseAsturiasPalenciaLas
PalmasPontevedraSalamancaSanta Cruz de
TenerifeCantabriaSegoviaSevillaSoriaTarragonaTeruelToledoValenciaValladolidVizcayaZamoraZaragozaCeutaMelilla
Este campo es obligatorio

Al enviar acepta nuestra declaración de Privacidad

'

ACERCA DE RIU

 * Acerca de RIU
 * Experiencia Única
 * Responsabilidad Social Corporativa
 * Riu Magazine
 * Comunicación
 * Portal de Transparencia

SERVICIOS RIU

 * RIU PARTY
 * RIU Class
 * RIU Pro
 * RIU PartnerClub
 * RIU Shop
 * Profesionales
 * Trabaja en RIU
 * Trabaja en animación
 * FAQ's
 * Contactar

RESERVAS

 * Reserva tu hotel
 * Código corporativo
 * RIU Bodas
 * Reuniones y Eventos

HOTELES Y DESTINOS

 * Nuevas Aperturas
 * Gastronomía
 * Reuniones en ciudad
 * Animación para niños
 * RIU Wellness & Spa
 * RIU Hoteles & Golf
 * RIU Hoteles & Ciclismo
 * NUEVO: Hotel Riu Plaza Manhattan Times Square
 * NUEVO DESTINO: Senegal

© Reservation Shop S.L.U - I-AV-0000886.1· NIF B35978311· 871 930 290

Declaración de Privacidad Términos y Condiciones Política de Cookies

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


RIU HOTELS & RESORTS EN LOS MEJORES DESTINOS DEL MUNDO

 * Check-in
 * Mi reserva
 * Contáctenos
    * ESPAÑA - 871 930 290
    * Alemania0 800 723 4360
    * Argentina0 800 444 2021
    * Australia1 800 669 201
    * Austria0 800 802 960
    * Belgica0 800 26091
    * Brasil0 800 892 3280
    * Canadá1 866 845 3765
    * Chile0 800 914 268
    * Colombia01 800 752 2201
    * Costa Rica506 2681 2350
    * USA1 888 RIU 4990
    * Ecuador01 800 000 039
    * Emiratos Árabes Unidos0 42310998
    * España871 930 290
    * Francia0800 73 69 95
    * Guatemala1 800 835 0350
    * Holanda* 0 800 445 50 05
    * India000 800 050 2004
    * Reino Unido0 800 086 8982
    * Irlanda1 800 777 777
    * Italia800 976 304
    * Jamaica1 876 940 8019
    * Luxemburgo800 26 517
    * Marruecos0 528 38 48 60
    * Mauricio230 650 4209
    * México800 225 5748
    * Panamá507 282 0460
    * Paraguay009 800 521 0023
    * Perú0 800 54881
    * Polonia801 080 996
    * Portugal808 780 809
    * R. Dominicana809 731 6823
    * Reunión02 62 66 80 42
    * Rusia8 800 100 6350
    * Senegal+221 339 890 989
    * Sri Lanka0 915 22 00 22
    * Sudáfrica800 981 824
    * Suiza0 800 723 436
    * Uruguay0 004 0521 0121
    * Venezuela0 800 100 4916
    * Genérico América00 52 33 3880 7577
    * Internacional00 34 871 966296
   
   Llamar al
   
   871 930 290
   Otros teléfonos
    * Alemania0 800 723 4360
    * Argentina0 800 444 2021
    * Australia1 800 669 201
    * Austria0 800 802 960
    * Belgica0 800 26091
    * Brasil0 800 892 3280
    * Canadá1 866 845 3765
    * Chile0 800 914 268
    * Colombia01 800 752 2201
    * Costa Rica506 2681 2350
    * USA1 888 RIU 4990
    * Ecuador01 800 000 039
    * Emiratos Árabes Unidos0 42310998
    * España871 930 290
    * Francia0800 73 69 95
    * Guatemala1 800 835 0350
    * Holanda* 0 800 445 50 05
    * India000 800 050 2004
    * Reino Unido0 800 086 8982
    * Irlanda1 800 777 777
    * Italia800 976 304
    * Jamaica1 876 940 8019
    * Luxemburgo800 26 517
    * Marruecos0 528 38 48 60
    * Mauricio230 650 4209
    * México800 225 5748
    * Panamá507 282 0460
    * Paraguay009 800 521 0023
    * Perú0 800 54881
    * Polonia801 080 996
    * Portugal808 780 809
    * R. Dominicana809 731 6823
    * Reunión02 62 66 80 42
    * Rusia8 800 100 6350
    * Senegal+221 339 890 989
    * Sri Lanka0 915 22 00 22
    * Sudáfrica800 981 824
    * Suiza0 800 723 436
    * Uruguay0 004 0521 0121
    * Venezuela0 800 100 4916
    * Genérico América00 52 33 3880 7577
    * Internacional00 34 871 966296

 * Idiomas
   * Idiomas
   * Deutsch
   * Español
   * English
   * Français
   * Italiano
   * Nederlands
   * Português
   * Русский
   * 中文
 * Mi Riu Class
    * * Acceso a Riu Class
      Nº de Riu Class He olvidado mi nº Riu Class
      Campo obligatorio
      Contraseña He olvidado mi contraseña
      Campo obligatorio
      
      Crear cuenta



Apply Cancel


En riu.com utilizamos cookies propias y de terceros para mejorar tu experiencia
con nosotros. Al “Aceptar todas las cookies”, consientes que se guarden en tu
dispositivo para mejorar la navegación en la web, analizar el uso de la misma y
colaborar con nuestros estudios para marketing.
Si quieres más información, consulta nuestra Política de cookies.

Aceptar todas las cookies
Configuración de cookies



CENTRO DE PREFERENCIA DE LA PRIVACIDAD




 * SU PRIVACIDAD


 * COOKIES ESTRICTAMENTE NECESARIAS


 * COOKIES DE RENDIMIENTO


 * COOKIES DE FUNCIONALIDAD


 * COOKIES DIRIGIDAS

SU PRIVACIDAD

Cuando visitas cualquier web, esta podría obtener o guardar información en tu
navegador, generalmente mediante el uso de cookies. Esta información puede ser
acerca de ti, de tus preferencias o de tu dispositivo, y se usa principalmente
para que el sitio funcione según lo esperado. Por lo general, la información no
te identifica directamente, pero puede proporcionarte una experiencia web más
personalizada. Como respetamos tu derecho a la privacidad, puedes no permitirnos
usar ciertas cookies. Accede a cada categoría para tener más información y
cambiar las configuraciones predeterminadas. Ten en cuenta que el bloqueo de
algunos tipos de cookies puede afectar a tu experiencia en la web y a los
servicios que te ofrecemos.
Declaración de privacidad.

COOKIES ESTRICTAMENTE NECESARIAS

Activas siempre

Estas cookies son necesarias para que el sitio web funcione y no se pueden
desactivar en nuestros sistemas. Usualmente están configuradas para responder a
acciones hechas por usted para recibir servicios, tales como ajustar sus
preferencias de privacidad, iniciar sesión en el sitio, o llenar formularios.
Usted puede configurar su navegador para bloquear o alertar la presencia de
estas cookies, pero algunas partes del sitio web no funcionarán. Estas cookies
no guardan ninguna información personal identificable.

Ver detalles del proveedor‎

COOKIES DE RENDIMIENTO

Cookies de rendimiento


Estas cookies nos permiten contar las visitas y fuentes de circulación para
poder medir y mejorar el desempeño de nuestro sitio. Nos ayudan a saber qué
páginas son las más o menos populares, y ver cuántas personas visitan el sitio.
Toda la información que recogen estas cookies es agregada y, por lo tanto,
anónima. Si no permite estas cookies no sabremos cuándo visitó nuestro sitio, y
por lo tanto no podremos saber cuándo lo visitó.

Ver detalles del proveedor‎

COOKIES DE FUNCIONALIDAD

Cookies de funcionalidad


Estas cookies permiten que el sitio ofrezca una mejor funcionalidad y
personalización. Pueden ser establecidas por nosotros o por terceras partes
cuyos servicios hemos agregado a nuestras páginas. Si no permite estas cookies
algunos de nuestros servicios no funcionarán correctamente.

Ver detalles del proveedor‎

COOKIES DIRIGIDAS

Cookies dirigidas


Estas cookies pueden estar en todo el sitio web, colocadas por nuestros socios
publicitarios. Estos negocios pueden utilizarlas para crear un perfil de sus
intereses y mostrarle anuncios relevantes en otros sitios. No almacenan
información personal directamente, sino que se basan en la identificación única
de su navegador y dispositivo de acceso al Internet. Si no permite estas
cookies, tendrá menos publicidad dirigida.

Ver detalles del proveedor‎
Back Button


BACK

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * View Third Party Cookies
    * Name
      cookie name


Clear
checkbox label label
Apply Cancel
Confirmar mis preferencias
Permitirlas todas




Vive Madrid desde las alturas, en la mejor terraza
Descubre la nueva web


+

Accede a RIU Class


¡HOLA !

Vuelve a iniciar sesión en tu cuenta Riu Class nº