/* Media queries */
@import url('media-queries.css');

/* Fuentes */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,300italic,400italic,700italic,600italic');

html,body{padding:0;margin: 0;}
html,body,*{box-sizing:border-box !important;text-rendering: optimizeLegibility !important;}
.axs-canvas{margin: 0;width: auto !important;}


/* BODY */
body.loymer{
    /*background-color  : #ecf0ee;*/
    font-family : "Open Sans", Arial, sans-serif;
    font-weight : 100;
    color       : #222;
    font-size   : 14px;
    padding-top : 160px;
}body.loymer.is-index{
     padding-top : 700px;
 }body.loymer.no-index{
      /*background-image: url('http://dev12.activexsoft.net/axs_gallery/_thumb/banners/36-argentina-ofcorse.png') !important;*/
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: cover;
      background-attachment: fixed;
  }body.loymer.no-index .loymer-web-container{
       margin-top: 20px;
   }

body.loymer .limited-width,
.axs-responsive-slider-with-aniated-captions.anim-slider .caption{
    width: 70%;
    margin: 0 auto;
}

body.loymer .bg-cherry{
    background-color: rgb(71, 124, 173);
}body.loymer .bg-cherry-alpha{
     background-color: rgba(71, 124, 173, 0.7);
 }body.loymer .bg-cherry-alpha8{
      background-color: rgba(71, 124, 173, 0.9);
  }body.loymer .cherry-text-color,
   body.loymer a.cherry-text-color,
   body.loymer .axs-txt-color-predominante,
   body.loymer a.axs-txt-color-predominante,
   body.loymer .axs-contenido-listado-en-linea .axs-item-listado .axs-contenedor-botones-item-listado a,
   body.loymer .axs-contenedor-paginador a,
   body.loymer .axs-contenedor-paginador a:hover,
   body.loymer .axs-form-contacto .contLOPD a,
   body.loymer .axs-panel-login .contBotones a.axs-remember-password-button,
   body.loymer .loymer-listado-exp .axs-titulo-contenido,
   body.loymer .infExpVsViajes .lbl,
   body.loymer  .axs-detalle-expediente-vsviajes .axs-titulo-contenido{
       color: #477CAD;
   }

.loymer a.boton,
.loymer a.axs-boton,
.axs-canvas .axsPanelLoginWeb a.axs-button,
body.loymer .axs-detalle-expediente-vsviajes .axs-contenedor-listado-adjuntos .axs-item-descarga a,
body.loymer .axs-detalle-expediente-vsviajes .axs-cont-form-reservar-vsviajes .btns .axs-boton,
body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .btnsrsrvar .axs-boton{
    background-color        : #477CAD;
    display                 : block;
    padding                 : 5px 8px;
    color                   : #fff;
    font-size               : 13px;
    font-weight             : normal;
    -moz-border-radius      : 2px;
    -webkit-border-radius   : 2px;
    border-radius           : 2px;
    border                  : none !important;
}.loymer .axs-botones-detalle-paquete .axs-boton{
     display: initial;
 }.loymer .axs-botones-detalle-paquete .axs-boton img{
      display: none;
  }.loymer a.boton:hover,
   .loymer a.axs-boton:hover,
   .axs-canvas .axsPanelLoginWeb a.axs-button:hover,
   body.loymer .axs-detalle-expediente-vsviajes .axs-contenedor-listado-adjuntos .axs-item-descarga a:hover,
   body.loymer .axs-detalle-expediente-vsviajes .axs-cont-form-reservar-vsviajes .btns .axs-boton:hover,
   body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .btnsrsrvar .axs-boton:hover{
       cursor           : pointer;
       background-color : #DC911B;
       text-decoration  : none;
   }.loymer a.axs-boton:hover,
    .axs-canvas .axsPanelLoginWeb a.axs-button:hover,
    body.loymer .axs-detalle-expediente-vsviajes .axs-contenedor-listado-adjuntos .axs-item-descarga a:hover,
    body.loymer .axs-detalle-expediente-vsviajes .axs-cont-form-reservar-vsviajes .btns .axs-boton:hover,
    body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .btnsrsrvar .axs-boton:hover{
        text-decoration: none;
    }

body.loymer a{
    text-decoration: none;
}body.loymer a:hover{
     text-decoration: underline;
 }

.loymer .loymer-header{
    position: absolute;
    z-index: 98;
    width: 100%;
    top:0;
    left: 0;
    margin-top: 15px;
}

/* ELEMENTOS DE FORMULARIO */
input.axs-form-input-text,
select.axs-form-select,
textarea.axs-form-textarea{
  /*  padding     : 4px;
    background  : #fff;
    background-color: #dff4fd;
    border: 1px solid #003784;*/
}input.axs-form-input-text,
 select.axs-form-select{
  /*   width : 157px;*/
 }.axs-canvas .axs-contenedor-contenido-seccion.conCol2Col input.axs-form-input-text,
  .axs-canvas .axs-contenedor-contenido-seccion.conCol2Col select.axs-form-select{
      /* CON DOS COLUMNAS */
      width : 148px;
  }select.axs-form-select{
       width   : 166px;
       padding : 3px;
   }.axs-canvas .axs-contenedor-contenido-seccion.conCol2Col select.axs-form-select{
        /* CON DOS COLUMNAS */
        width : 158px;
    }input.axs-form-input-text:focus,
     select.axs-form-select:focus,
     textarea.axs-form-textarea:focus{
         border-color : #999;
     }input.axs-form-input-button{
          padding     : 3px 5px;
          border      : 1px solid #ccc;
          color       : #333;
          font-weight : bold;
          cursor      : pointer;
          background  : #eee;
      }input.axs-form-input-button:hover{
           border-color : #bbb;
       }input.axs-form-input-button:active{
            position : relative;
            top      : 1px;
        }

/* header 1 */
.loymer .loymer-header .loymer-header-wrapper .loymer-header-1{
    margin-bottom: 15px;
}.loymer .loymer-header .loymer-header-wrapper .loymer-header-1 .loymer-header-1-wrapper{

 }.loymer .loymer-header .loymer-header-wrapper .loymer-header-1 .loymer-header-1-wrapper a.accssage{
      display: block;
      padding: 4px 0 1px 8px;
      color : #fff;
  }.loymer .loymer-header .loymer-header-wrapper .loymer-header-1 .loymer-header-1-wrapper a.accssage .txt{
       position: relative;
       top:3px;
   }.loymer .loymer-header .loymer-header-wrapper .loymer-header-1 .loymer-header-1-wrapper a.accssage .ico{
        margin-left: 8px;
    }.loymer .loymer-header .loymer-header-wrapper .loymer-header-1 .caja-saludo-usu-web,
     .loymer .loymer-header .loymer-header-wrapper .loymer-header-1 .caja-saludo-usu-vsviajes{
         color: #fff;
         margin-left: 30px;
         padding: 8px;
     }.loymer .loymer-header .loymer-header-wrapper .loymer-header-1 .caja-saludo-usu-web a,
      .loymer .loymer-header .loymer-header-wrapper .loymer-header-1 .caja-saludo-usu-vsviajes a{
          font-weight: 400;
          color : #fff;
      }

/* header 2 */
.loymer .loymer-header .loymer-header-wrapper .loymer-header-2{

}.loymer .loymer-header .loymer-header-wrapper .loymer-header-2.aero{
     width : 100%;
     top : 0;
     left: 0;
     position: fixed;

     -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
     -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
     -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
     -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
 }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper{

  }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .lang-buttons-wrapper{

   }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .lang-buttons-wrapper img{
        height: 15px !important;
        width: auto !important;
    }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .lang-buttons-wrapper a,
     .loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .lang-buttons-wrapper a img{
         cursor: pointer;
     }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .logo{
          position         : absolute;
          z-index          : 1;
          padding          : 0;
      }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal{
           margin-left: 270px;
           margin-top: 63px;
       }

/* Boton, ver menú principal */
.loymer .loymer-header .loymer-header-wrapper .menu-principal .axs-boton-ver-menu{
    width: 30px;
    margin: 19px 23px;
    cursor: pointer;
    display: none;
}.loymer .loymer-header .loymer-header-wrapper .menu-principal .axs-boton-ver-menu .row{
     border-bottom: 3px solid #477CAD;
     height: 0;
     margin-bottom: 5px;
 }.loymer .loymer-header .loymer-header-wrapper .menu-principal .axs-boton-ver-menu .row:last-child{
      margin-bottom: 0;
  }.loymer .loymer-header .loymer-header-wrapper .menu-principal .axs-boton-ver-menu:hover .row,
   .loymer .loymer-header .loymer-header-wrapper .menu-principal .axs-boton-ver-menu.active .row{
       border-color: #DC911B !important;
   }

/* menú */
.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul{
    margin      : 0;
    padding     : 0;
    font-weight : normal;
}.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul li.loymer-menu-item,
 .loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul li.loymer-menu-item-lang-wrapper{
     display: inline-block;
 }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul li.loymer-menu-item a{
      font-size   : 18px;
      display     : block;
      padding     : 6px 8px;
      color       : #0A7DB0;
      font-weight : 900;
  }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal > ul > li.loymer-menu-item > a{
       /*text-shadow : 0 0 3px rgba(0, 0, 0, 0.9);*/
   }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul li.loymer-menu-item a:hover{
        color           : #477CAD;
        text-decoration : none;
    }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul li.loymer-menu-item ul{
         position: absolute;
         background-color: rgba(255, 255, 255, 0.9);
         visibility:hidden;

         -moz-transition: all 0.2s;
         -webkit-transition: all 0.2s;
         -o-transition: all 0.2s;
         transition: all 0.2s;

         -moz-transform-origin: top;
         -webkit-transform-origin: top;
         -ms-transform-origin: top;
         transform-origin: top;

         -moz-transform: scaleY(0);
         -webkit-transform: scaleY(0);
         -ms-transform: scaleY(0);
         transform: scaleY(0);
     }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal > ul > li.loymer-menu-item:hover > ul{
          position:fixed;
          visibility: visible;
          -moz-transform: scaleY(1);
          -webkit-transform: scaleY(1);
          transform: scaleY(1);
          background-color: rgba(255, 255, 255, 0.9);
      }

.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul li.loymer-menu-item
ul li.loymer-menu-item{
    display: block;
}


.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul li.loymer-menu-item
ul li.loymer-menu-item a{
    font-size : 15px;
    padding   : 5px 5px;
    min-width : 250px;
    max-width : 445px;
}


.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal  ul li.loymer-menu-item
ul li.loymer-menu-item a:hover{
    background-color: rgba(255, 255, 255, 0.9);
}


.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal  > ul > li.loymer-menu-item
> ul > li.loymer-menu-item > ul{
    -moz-transform: scaleY(1) translateX(100%);
    -webkit-transform: scaleY(1) translateX(100%);
    -ms-transform: scaleY(1) translateX(100%);
    transform: scaleY(1) translateX(100%);
    margin-top: -32px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal  > ul > li.loymer-menu-item:hover
> ul > li.loymer-menu-item:hover > ul{
    visibility: visible;
}

.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul li.loymer-menu-item
ul li.loymer-menu-item
ul li.loymer-menu-item{
    display: block;
}

.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal ul li.loymer-menu-item
ul li.loymer-menu-item
ul li.loymer-menu-item a{
    font-size : 15px;
    padding   : 5px 5px;
    min-width : 250px;
    max-width : 445px;
}

.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal  ul li.loymer-menu-item
ul li.loymer-menu-item
ul li.loymer-menu-item a:hover{
    background-color: rgba(255, 255, 255, 0.9);
}


.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal  > ul > li.loymer-menu-item
> ul > li.loymer-menu-item
> ul > li.loymer-menu-item > ul{
    -moz-transform: scaleY(1) translateX(-100%);
    -webkit-transform: scaleY(1) translateX(-100%);
    -ms-transform: scaleY(1) translateX(-100%);
    transform: scaleY(1) translateX(-100%);
    margin-top: -50px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.9);

}


.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal > ul > li.loymer-menu-item:hover
> ul > li.loymer-menu-item:hover
> ul > li.loymer-menu-item:hover > ul{
    visibility: visible;
}

/* SLIDER */
.loymer .loymer-slider{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
}.loymer .loymer-slider,
 .loymer .axs-responsive-slider-with-aniated-captions.anim-slider{
     height: 700px;
 }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider{
      background: #ecf0ee;
  }.loymer .axs-responsive-slider-with-aniated-captions .anim-dots{
       bottom: 37px;
       display: none;
   }.loymer .axs-responsive-slider-with-aniated-captions nav.anim-arrows > span{
        top:85% !important;
    }.loymer .axs-responsive-slider-with-aniated-captions nav.anim-arrows>span.anim-arrows-prev:after,
     .loymer .axs-responsive-slider-with-aniated-captions nav.anim-arrows>span.anim-arrows-next:after {
         color: #fff;
     }.loymer .axs-responsive-slider-with-aniated-captions nav.anim-arrows>span.anim-arrows-prev:hover::after,
      .loymer .axs-responsive-slider-with-aniated-captions nav.anim-arrows>span.anim-arrows-next:hover::after {
          color : #477CAD !important;
      }.loymer .axs-responsive-slider-with-aniated-captions nav.anim-arrows>span.anim-arrows-prev,
       .loymer .axs-responsive-slider-with-aniated-captions nav.anim-arrows>span.anim-arrows-next {
           -webkit-box-shadow: 0 0 0 2px #477CAD;
           -moz-box-shadow: 0 0 0 2px #477CAD;
           box-shadow: 0 0 0 2px #477CAD;
       }.loymer .axs-responsive-slider-with-aniated-captions .anim-slider:hover>nav.anim-arrows>span:hover,
        .anim-slider:hover>nav.anim-arrows>span:hover{
            -webkit-box-shadow: 0 0 0 3px #fff !important;
            -moz-box-shadow: 0 0 0 3px #fff !important;
            -ms-box-shadow: 0 0 0 3px #fff !important;
            -o-box-shadow: 0 0 0 3px #fff !important;
            box-shadow: 0 0 0 3px #fff !important;
        }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper{
             font-size : 50px;
             width     : 100%;
             display   : block;
         }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper h1,
          .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper h2,
          .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper h3,
          .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper h4{
              font-weight: 100 !important;
              padding: 3px 5px;
              display: inline-block;
              float: left;
              margin-top: 5px;
              clear: both;
              border:none !important;
              color : #fff;

              -moz-border-radius: 0 20px;
              -webkit-border-radius: 0 20px;
              -ms-border-radius: 0 20px;
              -o-border-radius: 0 20px;
              border-radius: 0 20px;
          }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper h1{
               font-size: 100%;
               margin-top: 0;
               /*background-color: rgba(255, 255, 255, 0.9) !important;*/
               padding-left: 10px !important;
               padding-right: 10px !important;
               text-shadow: 0 0 20px rgba(0, 0, 0, 0.95) !important;

               /*-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
               -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
               -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
               -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
               box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;*/
           }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper h2,
            .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper h3{
                font-size: 80%;
                /*background-color: rgba(255, 255, 255, 0.9) !important;*/
                padding-left: 8px !important;
                padding-right: 8px !important;
                text-shadow: 0 0 20px rgba(0, 0, 0, 0.95) !important;

                /*-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
                -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
                -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
                -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
                box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;*/
            }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper h3{
                 font-size: 70%;
             }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper h4{
                  font-size: 90%;
                  text-align: center;
                  line-height: 93%; /*42px;*/
                  /*background-color: rgba(255, 255, 255, 0.9) !important;*/
                  float: right !important;
                  font-weight: normal !important;
                  padding: 40px 21px !important;
                  text-shadow: 0 0 20px rgba(0, 0, 0, 0.95) !important;

                  /*-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
                  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
                  -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
                  -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;
                  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3) !important;*/

                  -moz-border-radius: 50%;
                  -webkit-border-radius: 50%;
                  -ms-border-radius: 50%;
                  -o-border-radius: 50%;
                  border-radius: 50%;
              }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.center-center h4,
               .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.center-up h4,
               .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.center-down h4,
               .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.left-center h4,
               .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.left-up h4,
               .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.left-down h4{
                   margin-top : -30px !important;
               }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-up h1,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-up h2,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-up h3,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-up h4,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-center h1,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-center h2,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-center h3,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-center h4,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-down h1,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-down h2,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-down h3,
                .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-down h4{
                    float: right;
                    text-align: right !important;
                }.loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.left-up,
                 .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.center-up,
                 .loymer .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-up{
                     top: 160px;
                 }.axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.left-down,
                  .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.center-down,
                  .axs-responsive-slider-with-aniated-captions.anim-slider .caption-wrapper.right-down{
                      bottom:6%;
                  }

/* MARQUESINA */
.loymer .loymer-marquesina{
    padding     : 8px 5px;
    position    : absolute;
    width       : 100%;
    z-index     : 9;
    color       : #fff;
    text-shadow : 0 0 3px rgba(0, 55, 132, 0.9);

    -moz-transform    : translateY(-100%);
    -webkit-transform : translateY(-100%);
    -ms-transform     : translateY(-100%);
    -o-transform      : translateY(-100%);
    transform         : translateY(-100%);
}

.loymer .loymer-page-container{
    position: relative;
    z-index: 9;
}

.loymer .loymer-section{
    padding: 30px 0;
    background-color: #fff;
}.loymer .loymer-section.even{
     background-color: #fff;
 }.loymer .loymer-section .loymer-section-wrapper{

  }

/* FONDO DE CUERPO PARA LAS SECCIONES "NO-INDEX" */
body.loymer.no-index .loymer-section-content-wrapper{
    border-bottom: none;
    font-size: 16px;
    position: relative;
    z-index: 99;
    min-height: 500px;
}body.loymer.no-index .loymer-section-content-wrapper .axs-paquete-info-wrapper{
     background-color: rgba(255, 255, 255, 0.95);
     padding: 15px 15px 60px 15px;
     margin-top: 60px;
 }body.loymer.no-index .loymer-section-content-wrapper .axs-paquete-info-wrapper .axs-tabs{
      margin-top: -54px;
  }

.axs-paquete-info-2cols{

}.axs-paquete-info-2cols .col{

 }.axs-paquete-info-2cols .col .col-wrapper{

  }.axs-paquete-info-2cols .col.col1{

   }.axs-paquete-info-2cols .col.col1 .col-wrapper{
        padding : 0 8px;
    }.axs-paquete-info-2cols .col.col1 .col-wrapper .layout,
     .axs-bloque-contenido-suelto.wbg{
         padding : 8px;
         background-color : rgba(255, 255, 255, 0.85);

         -moz-border-radius: 2px;
         -webkit-border-radius: 2px;
         -ms-border-radius: 2px;
         -o-border-radius: 2px;
         border-radius: 2px;

         -moz-border-bottom-left-radius: 0;
         -webkit-border-bottom-left-radius: 0;
         -ms-border-bottom-left-radius: 0;
         -o-border-bottom-left-radius: 0;
         border-bottom-left-radius: 0;

         -moz-border-bottom-right-radius: 0;
         -webkit-border-bottom-right-radius: 0;
         -ms-border-bottom-right-radius: 0;
         -o-border-bottom-right-radius: 0;
         border-bottom-right-radius: 0;

         -moz-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
         -webkit-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
         -ms-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
         -o-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
         box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
     }.axs-bloque-contenido-suelto.wbg.wppd{
          padding-bottom: 80px;
          margin-bottom: 0 !important;
      }.axs-paquete-info-2cols .col.col1 .col-wrapper .layout .axs-paquete-titulo{
           font-size     : 24px;
           font-weight   : bold;
           margin-bottom : 5px;
           color         : #477CAD;
           text-shadow   : 1px 1px 1px rgba(0, 0, 0, 0.2);
       }.axs-paquete-info-2cols .col.col1 .col-wrapper .layout .precio{
            margin     : 8px 0;
            text-align : left;
        }.axs-paquete-info-2cols .col.col1 .col-wrapper .layout .precio .txtprecio{
             font-weight : bold;
             font-size   : 20px;
             color       : #477CAD;
         }.axs-paquete-info-2cols .col.col1 .col-wrapper .layout .precio .valprecio{
              font-weight : bold;
              font-size   : 25px;
              text-shadow : 1px 1px 1px rgba(0, 0, 0, 0.2);
          }.axs-paquete-info-2cols .col.col1 .col-wrapper .layout .axs-paquete-desc{
               font-size   : 14px;
           }.axs-paquete-info-2cols .col.col2{

            }.axs-paquete-info-2cols .col.col2 .camera_target,
             .axs-paquete-info-2cols .col.col2 .camera_thumbs_cont .pix_thumb img{
                 -moz-border-radius: 2px;
                 -webkit-border-radius: 2px;
                 -ms-border-radius: 2px;
                 -o-border-radius: 2px;
                 border-radius: 2px;

                 -moz-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
                 -webkit-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
                 -ms-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
                 -o-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
                 box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.8);
             }.axs-contenedor-detalle-paquete .axs-tabs .ui-tabs-panel.axs-padding-cont-tab{
                  padding: 20px 8px !important;
              }

.axs-carrito .axs-boton-carrito-eliminar-linea{
    background: rgba(255, 255, 255, 0.9);
}.axs-carrito .axs-boton-carrito-eliminar-linea:hover{
     background: rgba(255, 255, 255, 1);
 }

.axs-reserva-panel-info-titu-y-pasajeros .contDatTit .rotulo h1{
    font-size: 28px;
}.axs-reserva-panel-info-titu-y-pasajeros .contDatOcu .rotulo h1{
     font-size: 20px;
 }.axs-reserva-panel-info-titu-y-pasajeros .contForm .row.nCols2 .col.seg{
      margin-right: 0 !important;
  }

.axs-reserva-formas-de-pago .itemTpv{
    background-color: #fff;
}

.axs-no-datos-carrito .contBoton{
    width: 300px !important;
}.axs-no-datos-carrito .icono{
     display: none;
 }.axs-no-datos-carrito .contBoton a{
      background-color: #477CAD;
      color : #fff;
      text-decoration: none;
      margin-left: 0;
      margin-right: 0;
  }

/* LISTADO DE PAQUETES */
.loymer .loymer-listado-paquetes{

}.loymer .loymer-listado-paquetes .item{
     width : 25%;
 }.loymer .loymer-listado-paquetes .item .item-wrapper{
      margin           : 5px;
      background-color : #fff;

      -moz-border-radius    : 3px;
      -webkit-border-radius : 3px;
      -ms-border-radius     : 3px;
      -o-border-radius      : 3px;
      border-radius         : 3px;

      -moz-box-shadow    : 0 0 4px 0px rgba(71, 124, 173, 0.2);
      -webkit-box-shadow : 0 0 4px 0px rgba(71, 124, 173, 0.2);
      -ms-box-shadow     : 0 0 4px 0px rgba(71, 124, 173, 0.2);
      -o-box-shadow      : 0 0 4px 0px rgba(71, 124, 173, 0.2);
      box-shadow         : 0 0 4px 0px rgba(71, 124, 173, 0.2);
  }.loymer .loymer-listado-paquetes .item .img{
       background-size: cover;
       background-repeat: no-repeat;
       background-position: 50% 50%;
       height: 150px;

       -moz-border-top-left-radius    : 4px;
       -webkit-border-top-left-radius : 4px;
       -ms-border-top-left-radius     : 4px;
       -o-border-top-left-radius      : 4px;
       border-top-left-radius         : 4px;

       -moz-border-top-right-radius    : 4px;
       -webkit-border-top-right-radius : 4px;
       -ms-border-top-right-radius     : 4px;
       -o-border-top-right-radius      : 4px;
       border-top-left-radius          : 4px;

   }.loymer .loymer-listado-paquetes .item .img .loymer-paq-oferta-check{
        padding: 5px 27px 5px 5px;
        color : #fff;
        background-color: #477CAD;
        background-image: url('../img/icono-garantizado.png');
        background-position: 95% 50%;
        background-repeat: no-repeat;
        -moz-box-shadow: -5px 5px 4px -5px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: -5px 5px 4px -5px rgba(0, 0, 0, 0.5);
        box-shadow: -5px 5px 4px -5px rgba(0, 0, 0, 0.5);
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    }.loymer .loymer-listado-paquetes .item .detalles{
         height: 180px;
         padding: 5px;
         position: relative;
     }.loymer .loymer-listado-paquetes .item .detalles .titulo{
          font-size: 20px;
          margin-bottom: 3px;
      }.loymer .loymer-listado-paquetes .item .detalles .fecha{
           font-size: 14px;
           color:#888;
       }.loymer .loymer-listado-paquetes .item .detalles .desc{
            font-size : 14px;
            margin-top : 3px;
            margin-bottom : 3px;
            overflow: hidden;
            max-height: 60px;
        }.loymer .loymer-listado-paquetes .item .detalles .fttr{
             bottom: 0;
             position: absolute;
             width: 96%;
         }.loymer .loymer-listado-paquetes .item .detalles .fttr .button{
              padding-top: 6px;
          }.loymer .loymer-listado-paquetes .item .detalles .fttr .button a{
               font-size: 18px;
               display: block;
               padding: 5px;
               color : #000;
           }.loymer .loymer-listado-paquetes .item .detalles .fttr .button a:hover{
                text-decoration: underline;
            }.loymer .loymer-listado-paquetes .item .detalles .fttr .button span{
                 position: relative;
                 top:9px;
             }.loymer .loymer-listado-paquetes .item .detalles .fttr .precio{
                  font-size: 30px;
                  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
              }.loymer .loymer-listado-paquetes .button-bar{
                   margin: 20px 5px 5px 5px;
               }.loymer .loymer-listado-paquetes .button-bar a.boton{

                }

/* LISTADO DE FOLLETOS */
.loymer .loymer-listado-folletos{

}.loymer .loymer-listado-folletos .item{
     width  : 25%;
     position: relative;
 }.loymer .loymer-listado-folletos .item .item-wrapper{
      margin : 5px;
  }.loymer .loymer-listado-folletos .item.text-item{
       font-size: 40px;
       text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
   }.loymer .loymer-listado-folletos .item.text-item.r{
        float: right;
        line-height: 60px;
        text-align: right;
    }.loymer .loymer-listado-folletos .item.text-item.t{
         width: auto;
         text-align: center;
         margin-bottom: 15px;
     }.loymer .loymer-listado-folletos .item a .mark{
          position: absolute;
          right: 5px;
          top: 5px;
          -moz-transform: translate(30%, -30%);
          -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
      }.loymer .loymer-listado-folletos .item a{
           display: block;
           -moz-transition: all .1s ease;
           -webkit-transition: all .1s ease;
           -o-transition: all .1s ease;
           transition: all .1s ease;
       }.loymer .loymer-listado-folletos .item:hover a{
            -moz-transform: scale(1.02);
            -webkit-transform: scale(1.02);
            transform: scale(1.02);
        }.loymer .loymer-listado-folletos .item:hover a,
         .loymer .loymer-listado-folletos .item a:hover{
             text-decoration: none !important;
         }.loymer .loymer-listado-folletos .item a > img{
              width: 100%;
              -moz-transition: all .1s ease;
              -webkit-transition: all .1s ease;
              -o-transition: all .1s ease;
              transition: all .1s ease;
          }.loymer .loymer-listado-folletos .item:hover a > img{
               -moz-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
               -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
               box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);
           }.loymer .loymer-listado-folletos .item a .nombre{
                text-align: center;
                margin-top: 8px;
                font-size: 18px;
                font-weight: normal;
                text-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
            }.loymer .loymer-listado-folletos .item a:hover .nombre{
                 text-decoration: underline;
             }

/* PIE DE PÁGINA */
.loymer .loymer-footer-container{
    background-color: #477CAD;
    border-top : 1px solid #356487;
    position: relative;
    z-index: 100;
    padding: 20px 0;
}.loymer .loymer-footer-container a{
     color : #fff !important;
 }.loymer .loymer-footer-container a:hover{
      color : #1E3E56 !important;
  }.loymer .loymer-footer-container .loymer-footer-wrapper{
       padding: 20px 0;
   }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer{

    }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .menu-legal{
         background-image: url('../img/logo-footer-loymertravel.png');
         background-repeat: no-repeat;
         background-position:  0 0;
         padding-left: 95px;
     }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .menu-legal ul{

      }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .menu-legal ul li{

       }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .menu-legal ul li a{
            display: block;
            padding: 3px 2px;
            font-size: 15px;
        }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .menu-legal ul li a:hover{
             color : #DC911B !important;
         }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .datos-contacto{
              padding-left: 0;
              font-weight: bold;
              min-height: 100px;
          }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .datos-contacto a{
               font-weight: 100;
           }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .datos-contacto .contact-row{
                margin-bottom: 13px;
            }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .datos-contacto .contact-row img{
                 vertical-align: middle;
             }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .txt-mini{
                  border-top: 1px solid #1E3E56;
                  color: #fff;
                  font-size: 12px;
                  margin-top: 40px;
                  padding-top: 20px;
                  text-align: justify;
              }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .txt-mini p{
                   padding-top: 5px;
               }.loymer .loymer-footer-container .loymer-footer-wrapper .loymer-footer .txt-mini p br{
                    display: block;
                    margin-top: 10px !important;
                }

/* FICHA DE DOCUMENTACIÓN */
.loymer .axs-titulo-detalle{
    font-size: 25px;
    margin-bottom: 10px;
}body.loymer .axs-botones-detalle{
     margin-top: 10px;
     margin-bottom: 10px;
 }

/* LISTADO DE CONTENIDO EN LÍNEA */
body.loymer .axs-contenido-listado-en-linea .axs-item-listado{
    padding          : 5px;
    background-color : #fff;
    margin-bottom    : 10px;
    border           : 1px solid transparent;

    -moz-border-radius    : 20px 0;
    -webkit-border-radius : 20px 0;
    -ms-border-radius     : 20px 0;
    -o-border-radius      : 20px 0;
    border-radius         : 20px 0;

    -moz-box-shadow    : 0 0 4px 0 rgba(136, 207, 236, 0.4);
    -webkit-box-shadow : 0 0 4px 0 rgba(136, 207, 236, 0.4);
    -ms-box-shadow     : 0 0 4px 0 rgba(136, 207, 236, 0.4);
    -o-box-shadow      : 0 0 4px 0 rgba(136, 207, 236, 0.4);
    box-shadow         : 0 0 4px 0 rgba(136, 207, 236, 0.4);
}body.loymer .axs-contenido-listado-en-linea .axs-item-listado:hover{
     background : #e2f7ff;
     border-color : #003784;
     cursor: pointer;
 }body.loymer .axs-contenido-listado-en-linea .axs-item-listado .axs-detalles-top-item-listado{
      padding : 5px;
      text-align : right;
      font-style : italic;
      margin-right : 10px;
      height       : 58px;
  }body.loymer .axs-contenido-listado-en-linea .axs-item-listado .axs-contenedor-imagen-item-listado{
       margin-right : 10px;
       margin-top   : 0;
       height       : 58px;
   }body.loymer .axs-contenido-listado-en-linea .axs-item-listado .axs-contenedor-imagen-item-listado img{
        width   : 78px;
        height  : 58px;
        border  : 1px solid #fff;

        -moz-box-shadow    : 0 0 4px 0 rgba(136, 207, 236, 0.4);
        -webkit-box-shadow : 0 0 4px 0 rgba(136, 207, 236, 0.4);
        -ms-box-shadow     : 0 0 4px 0 rgba(136, 207, 236, 0.4);
        -o-box-shadow      : 0 0 4px 0 rgba(136, 207, 236, 0.4);
        box-shadow         : 0 0 4px 0 rgba(136, 207, 236, 0.4);

        -moz-border-radius    : 20px 0 0 0;
        -webkit-border-radius : 20px 0 0 0;
        -ms-border-radius     : 20px 0 0 0;
        -o-border-radius      : 20px 0 0 0;
        border-radius         : 20px 0 0 0;
    }body.loymer .axs-contenido-listado-en-linea .axs-item-listado .axs-contenedor-contenido-item-listado{
         padding : 0 5px 5px 0;
     }body.loymer .axs-contenido-listado-en-linea .axs-item-listado .axs-contenedor-contenido-item-listado .axs-titulo-item-listado{
          font-weight : 400;
          margin-bottom : 2px;
          color : #003784;
          font-size: 16px;
      }body.loymer .axs-contenido-listado-en-linea .axs-item-listado .axs-contenedor-contenido-item-listado .axs-fecha-publicacion-item-listado{
           font-style  : italic;
           font-size   : 11px;
           font-weight : bold;
           color       : #555;
       }body.loymer .axs-contenido-listado-en-linea .axs-item-listado .axs-contenedor-botones-item-listado{
            text-align  : right;
            padding     : 5px;
            margin-top  : -17px;
        }body.loymer .axs-contenido-listado-en-linea .axs-item-listado .axs-contenedor-botones-item-listado a{
             text-decoration : none;
         }

/* PAGINADOR */
body.loymer .axs-contenedor-paginador{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color : #000;
}body.loymer .axs-contenedor-paginador a{
     background-color      : #fefefe;
     padding               : 3px;
     border                : 1px solid #ccc;
     -moz-border-radius    : 5px;
     -webkit-border-radius : 5px;
     border-radius         : 5px;
 }body.loymer .axs-contenedor-paginador a:hover{
      border-color : #000;
      text-decoration: none;
  }

/* BUSCADOR DE LISTADO DOCUMENTACIÓN */
body.loymer .axs-buscador-documentacion{

}body.loymer .axs-buscador-documentacion .axs-form-label{
     color : #477CAD;
 }body.loymer .axs-buscador-documentacion .axs-form-input-text{
      border: 1px solid #000;
      font-size: 15px;
      padding: 5px;
      width: 400px;
  }body.loymer .axs-buscador-documentacion .axs-form-input-button{
       background-color: #477CAD;
       border: medium none;
       color: #fff;
       font-size: 14px;
       padding: 5px 8px;
   }body.loymer .axs-buscador-documentacion .axs-form-input-button:hover{
        cursor: pointer;
        background-color: #ba0368;
    }

/* FICHA DOCUMENTACIÓN */
body.loymer .axs-vista-detalle-standart .axs-descrip-larga-detalle{
    text-align : justify;
    font-size  : 14px;
}

/* FORMULARIO DE CONTACTO */
body.loymer .axs-form-contacto{
    background-color: rgba(255, 255, 255, 0.95);
    padding: 8px;
}body.loymer .axs-form-contacto .col{
     width: 50%;
 }body.loymer .axs-form-contacto.axs-form-item{
      box-sizing: border-box !important;
  }body.loymer .axs-form-contacto .axs-form-input-text,
   body.loymer .axs-form-contacto .axs-form-input-text.wAll,
   body.loymer .axs-form-contacto .axs-form-textarea,
   .axs-canvas .axs-form-contacto .axs-observaciones-form-contacto .axs-form-textarea{
       font-family : "Open Sans", Arial, sans-serif;
       background : rgba(248, 248, 248, .7);
       border: 1px solid #003784;
       font-size: 15px;
       padding: 5px;
       width: 100% !important;
       resize: none;
   }body.loymer .axs-form-contacto .axs-form-input-text{
        margin-bottom: 8px;
    }body.loymer .axs-form-contacto .lbl label{
         color       : #477CAD;
         font-weight : normal;
     }body.loymer .axs-form-contacto .axs-boton{
          background-color: #477CAD;
          border: medium none;
          color: #fff;
          font-size: 14px;
          padding: 5px 8px;
      }body.loymer .axs-form-contacto .axs-boton:hover{
           cursor: pointer;
           background-color: #2e6190;
       }body.loymer .axs-form-contacto .axs-texto-previo-contacto{
            font-weight: 400;
        }body.loymer .axs-form-contacto .lbl img {
             position : relative;
             top      : -4px;
         }

/* PANEL DE LOGIN */
body.loymer .axs-panel-login{
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px;
    margin-top: 100px;
    max-width: 350px;
}body.loymer .axs-panel-login .titulo-subtitulo{
     padding-top: 15px;
 }body.loymer .axs-panel-login .cont-form .contInput input{
      width            : 100% !important;
      font-family      : "Open Sans", Arial, sans-serif;
      background-color : #dff4fd;
      border           : 1px solid #003784;
      font-size        : 15px;
      padding          : 5px;
      resize           : none;
  }body.loymer .axs-panel-login .contBotones input{
       background-color: #477CAD;
       border: medium none;
       color: #fff;
       font-size: 14px;
       padding: 5px 8px;
   }

/* BUSCADOR DE LISTADO DOCUMENTACIÓN */
body.loymer .axs-buscador-paquetes{

}body.loymer .axs-buscador-paquetes .axs-form-label{
     color : #477CAD;
 }body.loymer .axs-buscador-paquetes .axs-form-input-text,
  body.loymer .axs-contenedor-buscador-seccion .axs-form-input-text,
  body.loymer .axs-contenedor-buscador-seccion .axs-form-select{
      border: 1px solid #000;
      font-size: 15px;
      padding: 5px;
      width: 200px;
  }body.loymer .axs-buscador-paquetes .axs-form-input-button,
   body.loymer .axs-contenedor-buscador-seccion .axs-form-input-button{
       background-color: #477CAD;
       border: medium none;
       color: #fff;
       font-size: 14px;
       padding: 5px 8px;
   }body.loymer .axs-buscador-paquetes .axs-form-input-button:hover,
    body.loymer .axs-contenedor-buscador-seccion .axs-form-input-button:hover{
        cursor: pointer;
        background-color: #ba0368;
    }

/* FICHA DE PAQUETE */
body.loymer .axs-contenedor-detalle-paquete .axs-titulo-paquete{
    font-size: 25px;
    margin-bottom: 10px;
}body.loymer .axs-contenedor-detalle-paquete .axs-botones-detalle{
     margin-top: 10px;
     margin-bottom: 10px;
 }

/* MODAL WINDOW */
.ui-widget-overlay{
    opacity : 0.4;
}.ui-dialog{
     background: rgba(255, 255, 255, 0.95);
     border: 1px solid #000;
 }.ui-dialog .ui-widget-header {
      background  : none;
      border      : none;
      color       : #477CAD;
      font-weight : bold;
  }.ui-dialog .ui-dialog-buttonpane .ui-button{
       background: #477CAD !important;
       border : none !important;
       display: block !important;
       color : #fff !important;
       font-size: 16px !important;
       font-weight: normal !important;
       -moz-border-radius: 0 !important;
       -webkit-border-radius: 0 !important;
       border-radius: 0 !important;
   }.ui-dialog .ui-dialog-buttonpane .ui-button:hover{
        cursor: pointer !important;
        background-color: #DC911B !important;
    }.ui-dialog .ui-dialog-buttonpane .ui-button:hover{
         text-decoration: none !important;
     }

/* LISTADO DE EXPEDIENTES */
body.loymer .loymer-listado-exp{

}body.loymer .loymer-listado-exp .axs-titulo-contenido,
 body.loymer  .axs-detalle-expediente-vsviajes .axs-titulo-contenido{
     font-size: 28px;
     font-weight: 400;
 }

/* Formulario info expedientes vsviajes */
body.loymer .infExpVsViajes form > div.axs-left{
    width: 50%;
}body.loymer .infExpVsViajes .lbl{
     font-weight: 400;
 }

/* TABLA CON ESTILO AXS */
.axs-canvas table.axs-tabla{
    border : 1px solid #fff;
}.axs-canvas table.axs-tabla thead tr{
     background : #eee;
 }.axs-canvas table.axs-tabla thead tr.no-hover,
  .axs-canvas table.axs-tabla thead tr.no-hover:hover{
      background : #ebebeb;
  }.axs-canvas table.axs-tabla tbody tr:nth-child(odd){
       background : rgba(255, 255, 255, .7);
   }.axs-canvas table.axs-tabla tbody tr:nth-child(even){
        background : #f9f9f9;
    }.axs-canvas table.axs-tabla tbody td{
         border-top : 1px solid #ccc;
     }.axs-canvas table.axs-tabla tbody tr:hover{
          background : #ebebeb;
      }

/* Ficha de expediente vsViajes */
body.loymer .axs-detalle-expediente-vsviajes{

}body.loymer .axs-detalle-expediente-vsviajes .axs-descrp-exp-vsviajes .titu{
     font-size: 30px;
 }body.loymer .axs-detalle-expediente-vsviajes .axs-cont-precios-horarios{

  }body.loymer .axs-detalle-expediente-vsviajes .axs-cont-precios-horarios .col{
       width: 50% !important;
       margin-right: 0 !important;
   }body.loymer .axs-detalle-expediente-vsviajes .axs-cont-precios-horarios .col.col1 .col-wrapper{
        margin-right: 19px;
    }body.loymer .axs-detalle-expediente-vsviajes .axs-contenedor-listado-adjuntos .axs-titulo-apartado{
         font-size: 18px !important;
         font-weight: 400;
     }body.loymer .axs-detalle-expediente-vsviajes .axs-contenedor-listado-adjuntos .axs-titulo-apartado span{
          position: relative;
          top : -3px;
      }body.loymer .axs-detalle-expediente-vsviajes .axs-contenedor-listado-adjuntos .axs-item-descarga{
           background-color: rgba(255, 255, 255, .7);
       }body.loymer .axs-detalle-expediente-vsviajes .axs-contenedor-listado-adjuntos .axs-item-descarga:hover a{
            text-decoration: none !important;
        }body.loymer .axs-detalle-expediente-vsviajes .axs-contenedor-listado-adjuntos .axs-item-descarga .axs-left{
             padding-top : 2px;
             padding-bottom: 2px;
         }body.loymer .axs-detalle-expediente-vsviajes .axs-cont-form-reservar-vsviajes h1{
              font-size: 18px;
          }body.loymer .axs-detalle-expediente-vsviajes .axs-cont-form-reservar-vsviajes .selectorPlazas select{
               width: 200px !important;
               padding: 3px;
           }body.loymer .axs-detalle-expediente-vsviajes .axs-cont-form-reservar-vsviajes .btns .axs-boton{
                float: right;
                margin-right: 8px;
            }body.loymer .axs-detalle-expediente-vsviajes .bus-row{
                 display: none;
             }body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .axs-form-input-text,
              body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .axs-form-select{
                  width: 100% !important;
              }body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .cajaReserva .axs-form-textarea{
                   height: 100px !important;
                   width: 100% !important;
                   padding: 5px !important;
                   resize: none !important;
               }body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .axs-form-input-text,
                body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .axs-form-select,
                body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .cajaReserva .axs-form-textarea{
                    font-family : "Open Sans", Arial, sans-serif;
                    font-size: 14px;
                    background-color: #dff4fd;
                    border: 1px solid #003784;
                    font-size: 15px !important;
                    padding: 5px !important;
                }body.loymer .axs-canvas .axs-detalle-expediente-vsviajes .btnsrsrvar .axs-boton{
                     float: right;
                 }body.loymer .ui-dialog .ui-dialog-buttonset .ui-button{
                      float: left;
                  }body.loymer .axs-deta-reserva-vsviajes{

                   }body.loymer .axs-deta-reserva-vsviajes .botones-imprimir-volver .axs-boton{
                        margin-bottom: 8px;
                        float: left;
                        clear: both;
                        text-align: left;
                    }body.loymer .axs-deta-reserva-vsviajes .datEmpresa .lbl.w20,
                     body.loymer .axs-deta-reserva-vsviajes .datAgencia .lbl.w20{
                         width: 20%;
                     }body.loymer .axs-deta-reserva-vsviajes .mvl-lbl{
                          display: none;
                      }

/* Titulo del login vsViajes */
body.loymer .axsPanelLoginVsViajes .titulo-subtitulo .titulo{
    font-size: 30px;
    font-weight: 400;
}

.axs-tabla.loymer-tabla-listado-vsviajes-reservas thead tr th{
    background: rgba(165, 35, 76, 0.7) !important;
    border-bottom-color: rgba(165, 35, 76, 1) !important;
    color : #fff !important;
}.axs-canvas tr.row-separador-vsviajes-mis-reservas td,
 .axs-canvas tr.row-separador-vsviajes-mis-reservas:hover td{
     background-color: rgba(165, 35, 76, 0.3);
     color : #000;
 }

/* LISTADO DE RESERVAS VSVIAJES */
.axs-listado-mis-reservas-vsviajes-wrapper .axs-titulo-listado-mis-reservas-vsviajes{
    font-size: 18px;
}.axs-listado-mis-reservas-vsviajes-wrapper table th.colNumExp,
 .axs-listado-mis-reservas-vsviajes-wrapper table td.colNumExp{
     display: none;
 }

/* FORMULARIO COTIZACIONES */
body.loymer .axs-vsviajes-form-cotizacion-grupos-wrapper .axs-form-input-text,
body.loymer .axs-vsviajes-form-cotizacion-grupos-wrapper .axs-form-input-text.wAll,
body.loymer .axs-vsviajes-form-cotizacion-grupos-wrapper .axs-form-textarea,
.axs-canvas .axs-vsviajes-form-cotizacion-grupos-wrapper .axs-observaciones-form-contacto .axs-form-textarea,
body.loymer .axs-vsviajes-form-cotizacion-grupos-wrapper .axs-form-select{
    font-family : "Open Sans", Arial, sans-serif;
    background : rgba(248, 248, 248, .7);
    border: 1px solid #000;
    font-size: 15px;
    padding: 5px;
    width: 280px !important;
    resize: none;
    box-sizing: border-box !important;
}table.axs-tabla-listado-cotizaciones-vsviajes .colFechaCoti{
     width: 100px !important;
 }

/* DETALLE PAQUETE */
.axs-canvas .axs-contenedor-detalle-paquete .axs-titulo-paquete{
    font-size     : 20px;
    font-weight   : bold;
}.axs-canvas .axs-contenedor-detalle-paquete .axs-fechas-precio-paquete .axs-fechas-paquete .axs-datos-fechas-paquete{
     font-size   : 13px;
 }.axs-canvas .axs-contenedor-detalle-paquete .axs-fechas-precio-paquete .axs-fechas-paquete .axs-datos-fechas-paquete .axs-fecha-paquete-col.axs-lbl{
      font-weight : bold;
  }.axs-canvas .axs-contenedor-detalle-paquete .axs-fechas-precio-paquete .axs-precio-paquete .axs-datos-precio-paquete .axs-precio-antes{
       text-decoration : line-through;
       font-size       : 18px;
       font-style      : italic;
   }.axs-canvas .axs-contenedor-detalle-paquete .axs-fechas-precio-paquete .axs-precio-paquete .axs-datos-precio-paquete .axs-precio-ahora{
        font-size   : 23px;
        font-weight : bold;
    }

/* LISTADO DE ARCHIVOS ADJUNTOS */
.axs-contenedor-listado-adjuntos .axs-contenedor-items-adjuntos .axs-item-descarga{
    border-top : 1px solid #fefefe;
    border-bottom: 1px solid #ddd;
    background  : #efefef;
}.axs-contenedor-listado-adjuntos .axs-contenedor-items-adjuntos .axs-item-descarga:hover{
     background  : #fefefe;
     cursor      : default;
 }.axs-contenedor-listado-adjuntos .axs-contenedor-items-adjuntos .axs-item-descarga:hover a{
      text-decoration : underline;
      cursor          : pointer;
  }

/* GALERÍA IMAGENES */
.axs-contenedor-galeria-imagenes .axs-galeria-imagenes-view{
    border : 1px solid #fff;
}.axs-contenedor-galeria-imagenes .listado-scrollable-thumbs .items div img{
     border : 1px solid #fff;
 }.axs-contenedor-galeria-imagenes .listado-scrollable-thumbs .items div img:hover,
  .axs-contenedor-galeria-imagenes .listado-scrollable-thumbs .items div img.active{
      box-shadow : 0 0 3px 1px rgba(0, 0, 0, 0.6);
  }.axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.prev{
       background : url('../img/botones-galeria-imagenes.png') no-repeat -20px 0 transparent;
   }.axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.prev.disabled,
    .axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.prev.disabled:hover{
        background : url('../img/botones-galeria-imagenes.png') no-repeat 0 0 transparent;
    }.axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.prev:hover{
         background : url('../img/botones-galeria-imagenes.png') no-repeat -40px 0 transparent;
     }.axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.next{
          background : url('../img/botones-galeria-imagenes.png') no-repeat -80px 0 transparent;
      }.axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.next.disabled,
       .axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.next.disabled:hover{
           background : url('../img/botones-galeria-imagenes.png') no-repeat -60px 0 transparent;
       }.axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.next:hover{
            background : url('../img/botones-galeria-imagenes.png') no-repeat -100px 0 transparent;
        }.axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.prev.disabled:hover,
         .axs-contenedor-galeria-imagenes .axs-boton-galeria-imgs.next.disabled:hover{
             cursor : default !important;
         }

/* CAROUSEL HORIZONTAL AUTOMÁTICO */
.axs-canvas .axs-carousel-horizontal-automatico .listado-scrollable-thumbs .items div img{
    border : 1px solid #fff;
}.axs-canvas .axs-carousel-horizontal-automatico .listado-scrollable-thumbs .items div img:hover,
 .axs-canvas .axs-carousel-horizontal-automatico .listado-scrollable-thumbs .items div img.active{
     box-shadow : 0 0 3px 1px rgba(0, 0, 0, 0.6);
 }.axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.prev{
      background : url('../img/botones-galeria-imagenes.png') no-repeat -20px -63px transparent;
  }.axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.prev.disabled,
   .axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.prev.disabled:hover{
       background : url('../img/botones-galeria-imagenes.png') no-repeat 0 -63px transparent;
   }.axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.prev:hover{
        background : url('../img/botones-galeria-imagenes.png') no-repeat -40px -63px transparent;
    }.axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.next{
         background : url('../img/botones-galeria-imagenes.png') no-repeat -80px -63px transparent;
     }.axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.next.disabled,
      .axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.next.disabled:hover{
          background : url('../img/botones-galeria-imagenes.png') no-repeat -60px -63px transparent;
      }.axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.next:hover{
           background : url('../img/botones-galeria-imagenes.png') no-repeat -100px -63px transparent;
       }.axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.prev.disabled:hover,
        .axs-canvas .axs-carousel-horizontal-automatico .axs-boton-carousel-horizontal.next.disabled:hover{
            cursor : default !important;
        }

/* LISTADO DE ARCHIVOS ADJUNTOS */
.axs-contenedor-listado-adjuntos .axs-contenedor-items-adjuntos .axs-item-descarga{
    border-top : 1px solid #fefefe;
    border-bottom: 1px solid #ddd;
    background : #efefef;
    font-size   : 14px;
}.axs-contenedor-listado-adjuntos .axs-contenedor-items-adjuntos .axs-item-descarga a{
     color : #003784;
 }.axs-contenedor-listado-adjuntos .axs-contenedor-items-adjuntos .axs-item-descarga:hover{
      background  : #fefefe;
      cursor      : default;
  }.axs-contenedor-listado-adjuntos .axs-contenedor-items-adjuntos .axs-item-descarga:hover a{
       text-decoration : none;
       cursor          : pointer;
       color           : #003784;
   }

/* FECHAS PARA LA RESERVA DE PAQUETES, EN FORMATO BLOQUES DE CALENDARIO */
.axs-canvas .axs-cont-fechas-reserva-paquetes .axs-item-fecha-reserva-paquetes{
    border     : 1px solid #fff;
    background : #fff;
}.axs-canvas .axs-cont-fechas-reserva-paquetes .axs-item-fecha-reserva-paquetes:hover{
     background : #eee;
 }.axs-canvas .axs-cont-fechas-reserva-paquetes .axs-item-fecha-reserva-paquetes .titulo{
      font-weight   : bold;
      font-size     : 14px;
      background    : #efefef;
      border-bottom : 1px solid #d7d5d5;
  }.axs-canvas .axs-cont-fechas-reserva-paquetes .axs-item-fecha-reserva-paquetes .precio{
       color      : #333;
       background : url('../img/bg-item-fecha-reserva.png') repeat-x 0 0 transparent;
       font-size  : 13px;
   }.axs-canvas .axs-cont-fechas-reserva-paquetes .axs-item-fecha-reserva-paquetes .nUnid{
        font-size : 11px;
    }.axs-canvas .axs-cont-fechas-reserva-paquetes .axs-item-fecha-reserva-paquetes .txtConSombra{
         text-shadow : 1px 1px 2px rgba(0,0,0,0.5);
     }.axs-canvas .axs-cont-fechas-reserva-paquetes .axs-item-fecha-reserva-paquetes .axs-boton{
          font-size : 12px;
      }

/* TABLA QUE CONTIENE LOS CUPOS DE LAS MULTI-FECHAS (MULTI-SALIDAS) */
.axs-canvas .axs-tabla-multifecha .fechaSalida .txtDesde{
    font-size : 8px;
    color     : #888;
}.axs-canvas .axs-tabla-multifecha tr.ampliaciones,
 .axs-canvas .axs-tabla-venta-simple tr.ampliaciones,
 .axs-canvas .axs-tabla-multicupo tr.ampliaciones,
 .axs-canvas .axs-tabla-multifecha tr.ampliaciones:hover,
 .axs-canvas .axs-tabla-venta-simple tr.ampliaciones:hover,
 .axs-canvas .axs-tabla-multicupo tr.ampliaciones:hover{
     background : #fff;
 }.axs-canvas .axs-tabla-multifecha tr.ampliaciones .titAmpliaciones,
  .axs-canvas .axs-tabla-venta-simple tr.ampliaciones .titAmpliaciones,
  .axs-canvas .axs-tabla-multicupo tr.ampliaciones .titAmpliaciones{
      font-weight : bold;
  }.axs-canvas .axs-tabla-multifecha tr.ampliaciones .contAmpliaciones ul li,
   .axs-canvas .axs-tabla-venta-simple tr.ampliaciones .contAmpliaciones ul li,
   .axs-canvas .axs-tabla-multicupo tr.ampliaciones .contAmpliaciones ul li{
       list-style-image : url('../img/icono-flecha-desplegable-menu-secundario-derecha.png');
       border-bottom    : 1px dotted #ccc;
   }.axs-canvas .axs-tabla-multifecha tr.ampliaciones .contAmpliaciones ul li label,
    .axs-canvas .axs-tabla-venta-simple tr.ampliaciones .contAmpliaciones ul li label,
    .axs-canvas .axs-tabla-multicupo tr.ampliaciones .contAmpliaciones ul li label{
        font-weight : bold;
        font-size   : 12px;
    }

.axs-canvas .axs-tabla-venta-simple thead .tit,
.axs-canvas .axs-tabla-multifecha thead .tit{
    color            : #fff;
    background-color : #477CAD;
    padding          : 5px 8px;
}.axs-canvas .axs-tabla-multifecha thead .tit .txtDesde{
     font-size  : 12px;
     font-style : italic;
 }.axs-canvas .axs-tabla-multifecha thead .tit .ico{
      margin-right : 8px;
      margin-top   : 3px;
  }.axs-canvas .axs-tabla-multifecha .libres{
       width: 50px;
   }.axs-canvas .axs-tabla-multifecha tr,
    .axs-canvas .axs-tabla-multifecha tr:hover{
        background-color: #fefefe !important;
    }.axs-canvas .axs-tabla-multifecha .cupo-title td{
         background-color: #eee;
     }.axs-canvas .axs-tabla-multifecha .range-labels td{
          font-size: 14px;
          line-height: 15px;
      }.axs-canvas .axs-tabla-multifecha tr.ampliaciones .contAmpliaciones ul li label,
       .axs-canvas .axs-tabla-venta-simple tr.ampliaciones .contAmpliaciones ul li label,
       .axs-canvas .axs-tabla-multicupo tr.ampliaciones .contAmpliaciones ul li label{
           font-weight: normal !important;
       }.axs-canvas .axs-tabla-multifecha .totSum{
            color            : #fff;
            background-color : #477CAD;
        }

/* INPUTs NUMERICOS CON BOTONES INCREMENTABLES-DECREMENTABLES */
.axs-cont-input-incrementable input{
    background : #fff;
    border     : 1px solid #ccc;
    width      : 100%;
    padding    : 5px 20px 5px 5px;
}.axs-cont-input-incrementable .axs-botones-input-incrementable{
     line-height  : 0;
     background   : #eee;
     border-left  : 1px solid #ccc;
 }.axs-cont-input-incrementable .axs-botones-input-incrementable span{
      font-size : 8px;
  }.axs-cont-input-incrementable .axs-botones-input-incrementable span:hover{
       background : #bbb;
       cursor     : pointer;
   }

/* TITULOS APARTADOS */
.axs-contenedor-detalle-paquete .axs-titulo-apartado{
    font-size : 17px;
    color     : #555;
}.axs-contenedor-detalle-paquete .axs-titulo-apartado span{
     position : relative;
     top      : -4px;
 }

/* PAQUETE DETALLES */
.axs-canvas .axs-contenedor-detalle-paquete .axs-paquete-cont-puntos-salida .cartel{
    border           : 1px solid #00b3e2;
    background-color : #88CFEC;
    font-weight      : bold;
    color            : #003784;
    font-size        : 12px;
}

/* VISTA DETALLE STANDART */
.axs-canvas .axs-vista-detalle-standart .axs-titulo-detalle{
    font-size     : 20px;
    font-weight   : bold;
}.axs-canvas .axs-vista-detalle-standart .axs-contenedor-imagen-detalle{
     border : 1px solid #fff;
 }.axs-canvas .axs-vista-detalle-standart .axs-titulo-apartado-detalle{
      color       : #555;
      font-size   : 17px;
      font-weight : bold;
  }.axs-canvas .axs-vista-detalle-standart .axs-mapa-google-detalle .axs-cont-iframe-mapa{
       border  : 1px solid #fff;
   }

.axs-caracteristicas-paquete .ui-tabs-panel.ui-widget-content,
.axs-caracteristicas-paquete ul.ui-tabs-nav li a{
    font-size: 14px !important;
}

.axs-canvas .axs-contenedor-detalle-paquete .axs-botones-detalle-paquete{
    padding-top    : 0;
    padding-bottom : 0;
}.axs-canvas .axs-contenedor-detalle-paquete .axs-botones-detalle-paquete a{
     font-size: 14px;
     margin-left: 8px;
     padding: 3px 11px;
 }.axs-canvas .axs-contenedor-galeria-imagenes .listado-scrollable-thumbs{
      width: 935px;
  }

.camera_thumbs_cont ul li > img {
    width: 100px !important;
    height: 80px !important;
}.camera_thumbs_cont{
     background-color: transparent !important;
 }.camera_thumbs_cont ul li > img {
      border-color: #fff !important;
  }

.axs-canvas .axs-bloque-contenido-suelto .axs-titulo-contenido {
    color: #003784;
    font-size: 18px;
    font-weight: 400;
}.axs-canvas .axs-bloque-contenido-suelto .axs-titulo-contenido a{
     /*font-size: 14px;*/
     font-size:25px;
     text-decoration: none;
 }.axs-canvas .axs-bloque-contenido-suelto .axs-titulo-contenido img,
  body.loymer .axs-detalle-expediente-vsviajes .axs-titulo-apartado img{
      display: none;
  }

body.loymer .axs-detalle-expediente-vsviajes .axs-cont-precios-horarios table.axs-tabla thead tr{
    background-color: #88cfec;
    color : #003784;
}body.loymer .axs-detalle-expediente-vsviajes .axs-cont-precios-horarios table.axs-tabla tbody td{
     border-top: 1px solid #fff;
 }body.loymer .axs-detalle-expediente-vsviajes .axs-cont-precios-horarios table.axs-tabla tbody tr:hover td{
      background-color: #e8f8ff;
  }

.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .loymer-menu-item-lang-wrapper.m{
    display    : none;
    text-align : right;
}.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .loymer-menu-item-lang-wrapper.m:hover,
 .axs-lang-select-container .current:hover{
     background-color: transparent !important;
 }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .axs-lang-select-container{
      position : relative;
      top      : 6px;
  }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .axs-lang-select-container .options {
       width: 50px;
   }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .loymer-menu-item-lang-wrapper.m a,
    .loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .loymer-menu-item-lang-wrapper.m a img{
        cursor: pointer;
        border: none;
        text-decoration: none;
        outline: none;
    }

.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .w .listado-banderas-idiomas{
    margin-top: -21px;
    position: absolute;
}.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .w .listado-banderas-idiomas a{
     display: block;
     height: 16px;
     width: 17px;
 }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .w .listado-banderas-idiomas a.sel,
  .loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .m .sel{
      opacity: 0.2;
      filter : alpha(opacity=20);
  }.loymer .loymer-header .loymer-header-wrapper .loymer-header-2 .loymer-header-2-wrapper .menu-principal .w .listado-banderas-idiomas a img{
       position: relative;
       top: -2px;
       width: 17px;
   }
.axs-canvas .axs-bloque-contenido-suelto {
    margin-bottom: 50px;
}
.contenedor-buscador-seccion input, .contenedor-buscador-seccion select {
    background-color: #dff4fd;

    border:1px solid #dff4fd;
}

.navbar-default.navbar-static-top {
    margin-bottom: 0px;
    border: 0;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #fff;
    /* padding: 10px 0;*/
    padding: 22px 0;
    z-index: 10 !important;
    -moz-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-nav > li > a{
    display: block;
    /*padding: 6px 8px;*/
    color: #000;
    margin-right: 10px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
/*.navbar-default .navbar-nav ul, .navbar-nav > li > .dropdown-menu, .navbar-default .navbar-nav > ul,.navbar-default .navbar-nav > li{
    background-color: rgba(255, 255, 255, 0.4);!important
}*/
.navbar-nav > li > .dropdown-menu{
    background-color: rgba(255, 255, 255, 0.8);
}
body{
    margin-top: -31px;
    /*margin-top: 3em !important;*/
}
.paquete .titulo-contenido h2{
    font-size:50px;
    margin-bottom:50px;
}
.navbar-header .media-object {
    height: 120px !important;
    margin-top: -30px !important;
}
.navbar-default .nav.navbar-nav  li.dropdown:last-child{
    /*text-decoration:underline;*/
}
.dropdown-menu.menu li:last-child{
    text-decoration:none !important;
}

.portada-paquete .img-destacado{
    height:200px !important;
    overflow:hidden;
}
.portada-paquete img{
    height:auto !important;

}
.portada-paquete .caption{
    background-color:#ADB464;
    color:#fff;
    font-weight:800 !important;
    text-align:justify;
    height:7em;
}
.portada-paquete .row.no-margin{
    padding: 1em;
    background-color: #1E4364;
    color:#fff;
}
.portada-paquete .precios .precio{
    font-size: x-large;
    color:#fff !important;
}
.dropdown-menu > li > a {

    padding: 15px 20px;
}
.bs-slider .bs-slider-overlay {

    background-color: rgba(0, 0, 0, 0.1) !important;
}
.slide-text {
    text-shadow: 5px 3px 9px rgba(25, 39, 40, .5);
}@media (max-width: 750px) {

    .page-footer .container .row div * , .dropdown-menu{
        text-align: center;
    }
    .navbar-default .navbar-nav > li > a {
        margin-right: 0px !important;
    }
    .nav.navbar-nav{
        margin:auto;
        text-align:center;
        float:none !important;
    }
}
.axs-botones-input-incrementable.axs-right {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 0px !important;
}
.enlace a{
    font-size: medium;
}

.migas-areas {
    display:none;
}
.paquetes-destacados-destinos .paquete{
    height:220px !important;
    /*height:auto; */
}

.paquetes-destacados-destinos .paquete .img-destacado{
max-height:220px;
}