/* RESETEO UNIVERSAL*/


* {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
article, figcaption, figure, footer, hgroup, nav, section {
    display: block;
    vertical-align: inherit;

}



@font-face {
    font-family: 'textgy';
    src: url('/web/fonts/textgy/texgyreadventor-regular-webfont.eot');
    src: url('/web/fonts/textgy/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), 
        url('/web/fonts/textgy/texgyreadventor-regular-webfont.woff') format('woff'), 
        url('/web/fonts/textgy/texgyreadventor-regular-webfont.ttf') format('truetype'), 
        url('/web/fonts/textgy/texgyreadventor-regular-webfont.svg#texgyreadventor-regular-webfont') format('svg');
    font-style: normal;
    font-weight: normal;
}



body {
    background-color: #2e2e2e;
    background-attachment: fixed;
    color: #5c5e5d;
    font-family: 'textgy', helvetica, arial;
    font-size: 14px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

body#presentacion {
    background-color: #FFF;
    background-image: url("");
}


a {
    color: #c83c18;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #000;
}
figcaption {
    font-size: 12px;
    padding: 0.25em;
    text-align: center;
}
img, video {
    max-width: 100%;
}
footer {
    width: 100%;
}

/*header {
    position: relative;
    z-index:0;
} */

/* ----------------------------------------------------------------------- */

/* HEADER */

header {
    margin-bottom: 10px;
    margin-top: 10px; 
}


section#idiomas {
    background-color: #000;
    width:100%;
    margin:0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
}


article#fraja_superior {
    max-width: 1000px;
}


article#contenedor_redes, article#contenedor_idiomas {
    width: 100%;
    display: inline-block;
}

article#contenedor_idiomas {
    text-align: right;
}

article#contenedor_redes {
    border-radius: 10px;
    text-align: left;
    padding: 5px;
    width: 100%;
}

article#contenedor_redes img {
    width:17%;
}

article#idiomas_texto {
    padding-right: 10px;
    display:inline-block;
    width:8%;
    text-align: center; 
    border-left: 1px #fff solid;
}

article#idiomas_texto a {
    font-size: 12px;
    color: #fff;
}

article#idiomas_texto a:hover {
    color: #c3d6ca;
}


/* ----------------------------------------------------------------------- */


/* NAV */

nav {
    border-top: 1px #999 solid;

}



/* ----------------------------------------------------------------------- */


/* INDEX */
section#contenedor_principal, header {
    max-width: 1000px;
    font-family: 'textgy';
}


section#galeria, section#galeria_pt1 {
    width:100%;
    z-index:0;
}

a.link-galeria{
    /*position: relative;*/
}

.sombra-alt {
    -ms-text-shadow: 2px 2px 10px black;
    -webkit-text-shadow: 2px 2px  10px black;
    -o-text-shadow: 2px 2px 10px black;
    -moz-text-shadow: 2px 2px 10px black;
    text-shadow: 2px 2px 10px black;

}

div.galeria-alt{
    color:#FFF;
    font-size: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 1001;
}

.galeria-subtitulo{
    font-size: 30px;
}

section#contenedor, section#contenedor_productos {
    background-image: url("/web/images/bk_blanco_trans.png");
    border-radius: 10px;
    width: 80%;
    font-size: 14px;
    z-index:1000px;
    margin-top: -150px;
    position:relative;
    padding: 20px 30px 10px 30px;
    line-height: 25px;
}

section#contenedor_productos img {
    width:100% !important;
    height:auto !important;
}

article#titulos {
    padding-top: 20px;
    font-family: 'textgy', helvetica, arial;
    font-size: 35px;
    line-height: normal;
}

.center-text{
    text-align: center;
}

img#tripadvisor-img{
    vertical-align: text-top;
}

.titulos2 {
    font-family: 'textgy', helvetica, arial;
    font-size: 20px;
    /*border-bottom: 1px solid #999;
    padding-top:10px;*/
}

section#imgs {
    width:100%;
    text-align: center;
}

article.caja_3imgs {
    margin: 30px 0px 30px 0px;
    background-image: url("/web/images/bk_blanco_trans.png");
    width: 30%;
    text-align: center;
    border: 1px solid #999;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}

article.caja-hotel{
    margin: 30px 0px 0px 0px;
    background-image: url("/web/images/bk_blanco_trans.png");
    width: 30%;
    text-align: center;
    border: 1px solid #999;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    vertical-align: top;
}

a.caja_3imgs, a.caja_3imgs:hover{
    color: #5c5e5d;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.titular_3imgs {
    font-size: 25px;
    margin-top: 20px;
    font-family: 'textgy', helvetica, arial;
}

article#texto_3imgs {
    font-size: 14px;
    margin-top: 20px;
    font-family: 'textgy';
}

article#precio {
    font-size: 80px;
    margin-top: 10px;
    font-family: 'textgy', helvetica, arial;
    text-align: center;
}
article#icon_hoteles {
    border: 4px #89a373 solid;
    padding:5px;
    border-radius: 10px;
    margin-bottom: 20px;
    width:70%;
}

article#titulos3 {
    font-size: 18px;
    font-family: 'textgy', helvetica, arial;
    text-align: center;

}



/* ----------------------------------------------------------------------- */


/* HOTELES */

section#contenedor_principal, header {
    max-width: 1000px;
}


section#galeria, section#galeria_pt1 {
    position: relative;
    width:100%;
    z-index:0;
}

section#contenedor_hoteles {
    font-family: 'textgy';
    background-image: url("/web/images/bk_blanco_trans.png");
    border-radius: 10px;
    width: 90%;
    font-size: 14px;
    line-height: 25px;
    z-index: 99;
    margin-top: 10px;
    position:relative;
    padding: 30px 30px 30px 30px;
}

article#foto_hotel {
    padding:5px;
    border: 1px solid #999;
    width: 75%;
    margin-top: 20px;
}

article#titulos {
    font-size: 35px;
}

article.titulos2 {
    font-size: 20px;
}

section#imgs {
    width:100%;
    text-align: center;
}

article.titular_3imgs {
    font-size: 25px;
    margin-top: 20px;
}

article#texto_3imgs {
    font-size: 14px;
    margin-top: 20px;
}

section#primario-container {
    display: inline-block;
    width:100%;
    text-align: left;
    vertical-align: top;
    margin-top: 20px;
}

article.primario {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#ytb-video {
    display: block;
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 45%;/*56.25%; /* 16:9 */
    padding-top: 25px;
}

#ytb-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

article#info-container{
    display: inline-block;
    width:75%;
}

article#info-container-fp{ /* fp: full page */
    display: inline-block;
    width:100%;
}

article#secundario {
    width:22%;
    text-align: left;
    padding: 0px 0px 0px 15px;
    display: inline-block;
    vertical-align: top;
}

article#menu_contenedor {
    width:100%;
    text-align: center;
    margin-top: 20px;
}

article#menu_hotel {
    width: 80%;
    text-align: center;
}

article.menu_textos, article#menu_textos1, article#menu_textos_pkt, article#menu_textos_pkt1 {
    width:31%;
    text-align: center;
    font-family: 'textgy', helvetica, arial;
    font-size: 20px;
    padding: 5px;
    border: 1px solid #999;
    cursor: pointer;
    display: inline-block;
}

article.menu_textos:hover{
    background-image: url("/web/images/BK_verde_crt.png");
}

article.menu-paq-textos {
    width: 22.5%;
    text-align: center;
    font-family: 'textgy', helvetica, arial;
    font-size: 20px;
    padding: 5px;
    border: 1px solid #999;
    cursor: pointer;
    display: inline-block;
}

article.menu-paq-textos:hover {
    background-image: url("/web/images/BK_verde_crt.png");
}

#inow-rates-button:hover {
    background-image: url("/web/images/BK_verde_crt.png");
}

article#menu_textos1, article#menu_textos_pkt1{
    background-image: url("/web/images/BK_verde_crt.png");
}

.hotel-selected-tab{
    background-image: url("/web/images/BK_verde_crt.png");
}

article#menu_textos_pkt, article#menu_textos_pkt1 {
    width:20%;
    margin-top: 20px;
}

article#hotel-gmap iframe{
    width: 100% !important;
}

.rates-call{
    margin-bottom: 30px;
}

.rates-call p{
    font-size: 25px;
    margin-top: 20px;
    font-family: 'textgy', helvetica, arial;
}

article#hotel-rates-container{
    text-align: center;
}

article#inquire-container{
    text-align: left;
}

#ci-intro{
    margin-bottom: 20px;
    text-align: center;
    width: 90%;
}

#reservation-form {
    text-align: center;
}

/*#reservation-form .input{
    clear: right;
    color: #666;
    float: right;
    font-size: 12px;
    margin: 0 94px 2px;
    padding: 2px 0;
    text-align: left;
    width: 200px;
}*/

#reservation-form > fieldset {
    display: block;
    margin-bottom: 1em;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #999;
    width: 90%
}

.legend{
    font-size: 18px;
    padding-bottom: 1em;
}

#costa-rica, #costa-rica > fieldset{
    background: #fbf5e7 none repeat scroll 0 0;
}

.cr-legend{
    background: #f7ecd0 none repeat scroll 0 0;
    font-size: 18px;
    padding-bottom: 1em;
}

#nicaragua, #nicaragua > fieldset{
    background: #ead7cc none repeat scroll 0 0;
}

.nic-legend{
    background: #eaab87 none repeat scroll 0 0;
    font-size: 18px;
    padding-bottom: 1em;
}

#panama, #panama > fieldset{
    background: #e8dae7 none repeat scroll 0 0;
}

.pty-legend{
    background: #c4a4c4 none repeat scroll 0 0;
    font-size: 18px;
    padding-bottom: 1em;
}

#reservation-form > fieldset > label {
    display: block;
    text-align: left;
    width: 45%;
}

#reservation-form > fieldset > input {
    border: 1px solid #999;
    margin-bottom: 1em;
    display: block;
    width: 45%;
}

#reservation-form > fieldset > select {
    border: 1px solid #999;
    margin-bottom: 1em;
    display: block;
    width: 45%;
}

#reservation-form > fieldset em {
    color: red;
}

#mtc-list-ci{
    margin: 0 auto;
    max-width: 175px;
    text-align: left;
}

/* motorcycle type custom itineraries */
.mtc-type-ci {
    display: block;
}

#activities-container > section {
    display: block;
}

#activities-container > section > div {
    display: inline-block;
    padding: 5px 5px 5px 10px;
    text-align: left;
    width: 160px;
}

input#other-activity {
    width: 111px;
}

#areas-of-interest-cr > section {
    display: block;
}

#areas-of-interest-cr > section > div {
    display: inline-block;
    padding: 5px 5px 5px 10px;
    text-align: left;
    width: 222px;
}

#private-guide {
    display: inline;
}

p#thanks-msg {
    text-align: center;   
}

fieldset.country > fieldset{
    display: block;
    margin-bottom: 35px;
    text-align: center;
}

fieldset.country > fieldset > div{
    float: left;
    padding-left: 3%;
    text-align: left;
    width: 30%;
}

fieldset#nic-preff-transport > div{
    width: 22%;
}

fieldset.country > fieldset > div{
    float: left;
    padding-left: 3%;
    text-align: left;
    width: 30%;
}

fieldset.country > fieldset > p > input{
    border: 1px solid #999;
    margin-top: 15px;
}

fieldset.transportation-prefferred > div{
    display: block;
    float: none !important;
}

#call-time{
    border: 1px solid #999;
    margin-left: 1%;
    width: 20%;
    text-align: right;
}

ul#mtc-list{
    list-style-type: none;
    vertical-align: top;
}

ul#mtc-list > li {
    margin-bottom: 5px;
}

ul#mtc-list > li > input {
    vertical-align: middle;
}

#p-comments{
    text-align: left;
    width: 90%;
}

#comments{
    border: 1px solid #999;
    height: 14em;
    width: 90%;
}

#req-time{
    margin-top: 2em;
    width: 100% !important;
}

#inquire-now-button{
    margin: 0 auto !important;
}

#inquire-now-button:hover {
    background-image: url("/web/images/BK_verde_crt.png");
}

table.tabla_precios {
    background-color: #bcbcbc;
    width:100%;
    margin-bottom: 20px
}

table.tabla_precios td{
    background-color: #eff2f1;
    font-size: 13px;
    padding:3px;
}

table.tabla_precios td.tdtitles {
    color:#000;
    font-family: 'textgy';
    background-color: #c2d9d1;
    text-align: center;
    font-weight: bold;
}

table.tabla_precios td.tdfechas {
    border-bottom: 0px;
    vertical-align: top;
}

table.tabla_precios td.tdnumbers {
    text-align: center;
}

td#td_obs {
    padding: 5px;
    text-align: left;
}

td.tdelemento {
    font-weight: bold; 
}

/* ----------------------------------------------------------------------- */


/* FOOTER */

section#contenedor_footer {
    background-image: url("/web/images/BK_verde_crt.png");
    border-radius: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

section#contenedor_footer a, article#texto3 a {
    color:#FFF;
    font-size: 12px;
    font-weight: normal;
}

section#contenedor_footer a:hover, article#texto3 a:hover{
    color:#FFF
}

section#contenedor_footer_interno, article#logos-footer {
    max-width:1020px;
}

article#texto1, article#texto2, article#texto3, article#logos-footer, article#firma {
    color: #FFF;
    display:inline-block;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    width:23.5%;
}

article#texto2 {
    padding-left: 5px;
    padding-right: 5px;
    border-left: #FFF 1px solid; 
}

article#texto3 {
    width: 100%;
    padding-bottom: 10px;
    line-height: 20px;
}

article#logos-footer {
    width:100%;
    text-align: right;
}

article#logof, #logof2 {
    display:inline-block;
    text-align: center;
    width:100%;
}

#logof2 {
    padding-top: 10px;
}

article#firma {
    padding: 15px;
    color:#FFF;
    text-align: center;
    vertical-align: middle;
    width:100%;
}

article#titulo_textos, article#titulo_textos2 {
    color: #FFF;
    font-size: 20px;
    text-align: left;
    font-family: 'textgy', helvetica, arial;
    margin-bottom: 10px;
}

article#titulo_textos2 {
    border-top: #c3d6ca 1px solid; 
    color: #FFF;
    margin-top: 20px;
    padding-left: 10px;
}

article#icon_caja {
    width:100%;
}

article#icon_footer img {
    width:20%;
}

article#texto_footer {
    border-top: 1px solid #FFF;
    font-size: 10px;
    padding:10px;
    margin-top: 5px;
    text-align: justify;
    width:90%;
    color:#FFF;
}

article#logos_footer {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
    padding-top: 10px;
}

article#logos_footer img{
    padding-right: 30px;
    padding-left: 30px;
}

article#logos_footer a:first-of-type {
    display: block;
}

article#logos_footer a:first-of-type img {
    margin-bottom: 20px;
    max-width: 45%;
}

/* ----------------------------------------------------------------------- */

/* PRESENTACIONES */

section#presentacion_header, section.presentacion_slide {
    margin: 0 auto;
    width:100%;
    display: block;
    background-color: #FFF;
    text-align: left;
}

section#presentacion_header {
    z-index:100;

}

section.presentacion_slide {
    background-color: #666;
    position: relative;
}

section.presentacion-slide-hidden {
    display: none;
}

span.titulo-slide-hidden {
    display: none;
}

article#presentacion_nav, article#presentacion_logo, article#flecha_atras, article#flecha_adelante, article#presentacion_titulo {
    width:18%;
    display: inline-block;
    color:#999;
    padding:10px;
}

article#presentacion_nav {
    vertical-align: bottom;
    text-align: right;
}

article#presentacion_logo, article#flecha_atras, article#flecha_adelante {
    border-left: 1px #999 solid ;
    vertical-align: middle;
}


article.presentacion_fotos, article.presentacion_fotos img {
    width:100%;
    z-index:-1000;
}

article#flecha_atras {
    text-align: right;
    border-left: 0px ;
}

article#flecha_adelante {
    width:5%;
}

section.cajadetexto {
    background-image: url("/web/images/bk_blanco_trans.png");
    width: 27%;
    z-index:1000;
    /*margin-top: -700px;
    margin-left: 950px;*/
    position:absolute;
    right: 50px;
    top: 0;
    padding:10px;
}

article#presentacion_subtitulo, article#presentacion_texto {
    margin: 0 auto;
    display: block;
    width:100%;
    text-align: left;
    color:#999;
}

article#presentacion_titulo {
    font-size: 30px;
    width:30%;

}

article#presentacion_subtitulo {
    background-color: #999;
    font-size: 20px;
    margin-bottom: 20px;
    color:#fff;
    /*border-bottom: 1px #999 solid;*/
}

article#presentacion_texto {
    font-family: 'textgy';
    line-height: 23px;
    font-size: 16px;
}



/* ----------------------------------------------------------------------- */




/* CLASES */

.sombra {
    -ms-box-shadow: 0 10px 20px -6px black;
    -webkit-box-shadow: 0 10px 20px -6px black;
    -o-box-shadow: 0 10px 20px -6px black;
    -moz-box-shadow: 0 10px 20px -6px black;
    box-shadow: 0 10px 20px -6px black;
}

.fade {
    opacity: 1;
    -ms-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    filter: alpha(opacity=10);

}

.fade:hover {
    opacity: 0.5;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    filter: alpha(opacity=5);
}

/* ----------------------------------------------------------------------- */





/* MEDIA QUERY*/


/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 1600px) {

    section#contenedor, section#contenedor_productos  {
        margin-top: -150px;
    }

    section#contenedor_hoteles {
        margin-top: 10px;
    }

}

/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 1500px) {

    /* section#contenedor {
        margin-top: -150px;
    }*/

    section#contenedor_hoteles {
        margin-top: 10px;
    }

}


/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 1250px) {

    /* section#contenedor {
        margin-top: -150px;
    }*/

    section#contenedor_hoteles {
        margin-top: 10px;
    }

}

/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 1010px) {

    /* section#contenedor {
        margin-top: -150px;
    }*/

    section#contenedor_hoteles {
        margin-top: 10px;
    }

    section#contenedor, section#contenedor_productos  {
        margin-top: -80px;
    }

}

/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 924px) {

    article#logos_footer img{
        width:15%;
    }

    article#logos_footer a:first-of-type img {
        max-width: 45%;
        width: 45%;
    }
}
/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 850px) {

    article.menu_textos, article#menu_textos1, article#menu_textos_pkt, article#menu_textos_pkt1 {
        width:30%;
    }
}

/* ----------------------------------------------------------------------- */


@media only screen and (max-width : 870px) {

    article.menu-paq-textos {
        width: 20%;
        font-size: 15px;
    }
}

/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 800px) {

    section#contenedor, section#contenedor_productos  {
        margin-top: -80px;
    }
}

/* ----------------------------------------------------------------------- */


@media only screen and (max-width : 768px) {

    section#contenedor, section#contenedor_productos  {
        margin-top: 10px;
    }

    article#titulos {
        font-size: 25px;
    }

    section#contenedor_hoteles {
        margin-top: 10px;
        width:85%;
    }

    section#primario-container {
        width:100%;
    }

    article#secundario {
        width:20%;
    }

    article#menu_hotel {
        width: 100%;
    }

    article#precio {
        font-size: 60px;
    }

    article.caja_3imgs {
        width: 27%;
    }
}

/* ----------------------------------------------------------------------- */



@media only screen and (max-width : 728px) {
    article.caja-hotel {
        width:27%;
    }


}


/* ----------------------------------------------------------------------- */



@media only screen and (max-width : 720px) {
    article#texto1, article#texto2{
        width:22%;        
    }

}

/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 735px) {

    article.menu-paq-textos {
        width: 22.5%;
        font-size: 18px;
    }
}

/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 685px) {

    article.menu-paq-textos {
        width: 45%;
        font-size: 18px;
        margin-bottom: 5px;
    }

    article#logos_footer img{
        padding-left: 20px;
        padding-bottom: 20px;
    }

}

/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 674px) {
    section#contenedor_hoteles {
        margin-top: 10px;
    }

}


/* ----------------------------------------------------------------------- */


@media only screen and (max-width : 600px) {
    article.caja-hotel {
        width:45%;
    }

    div.galeria-alt{   
        font-size: 40px;

    }

    .galeria-subtitulo{
        font-size: 25px;
    }

    article#idiomas_texto {
        width:10%;
        padding-left: 5px;
    }

    article#logos_footer img{
        padding-right: 20px;
        padding-left: 20px;
    }

    article#logos_footer a:first-of-type img {
        max-width: 60%;
        width: 60%;
    }
}

/* ----------------------------------------------------------------------- */


@media only screen and (max-width : 568px) {

    article#texto2 {
        width:22%;
    }



}



/* ----------------------------------------------------------------------- */


@media only screen and (max-width : 550px) {

    article.caja-hotel{
        display: block;
        margin: 0 auto;
        width:93%;
        margin-top: 10px;
    }


    article.menu_textos, article#menu_textos1, article#menu_textos_pkt, article#menu_textos_pkt1 {
        width:30%;
        font-size: 12px;
    }

    article#idiomas_texto {
        width:10%;
    }

}


/* ----------------------------------------------------------------------- */


@media only screen and (max-width : 504px) {

    article.caja-hotel{
        display: block;
        margin: 0 auto;
        width:93%;
        margin-top: 10px;
    }


    section#contenedor_hoteles {
        margin-top: 10px;
    }

    article.menu_textos, article#menu_textos1, article#menu_textos_pkt, article#menu_textos_pkt1 {
        width:28%;
        font-size: 14px;
    }
}

/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 444px) {
    article.menu_textos, article#menu_textos1, article#menu_textos_pkt, article#menu_textos_pkt1 {
        width:60%;
        font-size: 15px;
        display: block;
        margin-bottom: 5px;
    }

    article#foto_hotel {
        width: 100%;
    }

    section#contenedor_hoteles {
        width: 93%;
        padding: 10px;
        margin-top:10px;

    }

    article#info-container{
        display: block;
        width:100%;
    }

    article#primario, article#secundario {
        width:100%;
    }

    article#secundario {
        margin-top: 20px;
        padding-left: 0px;
    }

    section#galeria_pt1 {
        display: none;
    }

    #reservation-form > fieldset {
        width:100%;
        padding: 0px;
    }

    article#idiomas_texto {
        width:15%;
    }

    article#idiomas_texto a {
        font-size: 9px;

    }


    article#texto_footer {
        margin-top: 0px;
        padding-top: 0px;
        border-top: 0px;
    }

    article#logos_footer {
        padding-bottom: 0px;
    }

    article#logos_footer img{
        width: 30%;
        display: inline-block;
        padding-bottom: 20px;
    }
    
    article#logos_footer a:first-of-type img {
        max-width: 75%;
        width: 75%;
    }
}


/* ----------------------------------------------------------------------- */

@media only screen and (max-width : 414px) {

    article.caja_3imgs, article#texto1, article#texto2, article#texto3, article#logos-footer, article#firma  {
        width: 95%;
        display: block;
    }

    section#contenedor, section#contenedor_hoteles, section#contenedor_productos  {
        margin-top: 10px;
    }

    article#texto1, article#texto2{
        margin-top: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #999;
        border-left: 0px;
    }

    article#foto_hotel img {
        width: 100%;
    }

    div.galeria-alt {
        font-size: 20px;

    }

    article#titulos {
        font-size: 20px;
    }

}