/* RESETEO UNIVERSAL*/

*{
    border:0;
    margin:0;
    padding:0;
}



article, figcaption, figure, footer, hgroup, nav, section, header {

    display: block;
    vertical-align: inherit;
    text-align: center;

}


/* HOJA DE ESTILOS*/

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



body {

    background: #FFF ;
    color: #666;
    font-family: 'textgy';
    font-size: 14px;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}


a{
    color: #e33e2a;
    font-weight: bold;
    text-decoration: none;

}

a:hover {
    color: #765e1b;

}


figcaption {

    font-size: 12px;
    padding: 0.25em;
    text-align: center;

}


img,video {
    max-width: 100%;

}


nav{
    background-color: #3d7292;
    border-radius:  0px 0px 10px 10px;
    display: inherit;
    max-width: 1100px;
    text-align: center;

}
/* HEADER */
section#header, section#footer {
    font-family: 'textgy';
    max-width: 1100px;
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    border: 1px solid #999;
    border-radius:  10px 10px 0px 0px;
}

section#footer {
    font-family: 'textgy';
    font-size: 14px;
    font-weight: normal;
}

article#titulo_header {
    border-bottom: 1px solid #999;
    position: relative;
}

article#titulo_header > #lang-menu {
    position: absolute;
    right: 3%;
    top: 0;
}

article#titulo_header > #lang-menu button {
    background-color: transparent;
    border: none;
    color: #666666;
    cursor: pointer;
    display: inline;
    font-size: 15px;
    padding: 12px 16px;
    vertical-align: middle;
}

article#titulo_header > #lang-menu button:hover {
    color: #90a19c;
}

section#titulo, section#titulo_pt1 {
    font-family: 'textgy';
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    min-height: 37px;
    position: relative;
}

#menu_trails {
    align-items: center;
    display: flex;
    gap: 48px;
    justify-content: center;
    margin: 18px auto;
}

article#menu_image {
    display: block;
    font-size: initial;
    height: 80px;
    text-align: center;
}

article#menu_image > a {
    display: block;
    height: 100%;
}

article#menu_image img {
    display: block;
    height: 100%;
}

/* LISTADO DE HOTELES */

article#menu_propiedades, article#rates {
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    margin-top: 15px;
    text-align: left;
    vertical-align: top;
    width:75%;
}

article#menu_propiedades {
    background-color: #e6f0f7;
    margin-right: 5px;
    width:20%;
}

article#menu_propiedades a {
    color: #000;
    display: block;
    font-family: 'textgy';
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}

article#menu_propiedades a:hover {
    color: #3d7292;
    font-weight: bold;
}

article#menu_propiedades p {
    background-color: #e6f0f7;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: 'textgy';
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}

article#menu_propiedades p:hover {
    color: #3d7292;
    font-weight: bold;
}

#signature-id-media{
    float: right;
}
/* TABLA */

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

table.tcar-container {
    width: 100%;
}

table.tcar-container td {
    vertical-align: top;
}

.tdcar-info-container {
    width: 35%;
    max-width: 35%;
}

.tdcar-info-container img{
    width: 100%;
}

table.tcar-info{
    width: 100%
}

table.tcar-info td{
    width: 100%;
    word-wrap: break-word;
}

.tdcar-rates-container{
    width: 65%;
    max-width: 65%
}

table.tcar-rates{
    vertical-align: top;
    width: 100%;
}

td {
    background-color: #ebf0f4;
    font-size: 13px;
    padding:3px;
}

td#td_htl, article#nombre_hotel {
    font-family: 'textgy';
    background-color: #3d7292;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

td.signature-id{
    background-color: #3d7292;
    width: 60px;
}

img#sig-logo {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

td#tdtitles {
    background-color: #e6f0f7;
    color:#000;
    font-weight: bold;
    font-family: 'textgy';
    text-align: center;
    vertical-align: top;
}

td#tdelemento {
    font-weight: bold; 
}

td#tdfechas {
    border-bottom: 0px;
    vertical-align: top;
}

td#tdnumbers {
    text-align: center;
}

td#td_obs {
    padding: 5px;
}

select#rango-select {
    background-color: transparent;
    color: #666666;
}

/* HOTELES */

article#nombre_hotel {
    font-family: 'textgy';
    padding: 5px;
    border-bottom: 1px solid #FFF;
}

article#mini_menu_hoteles {
    background-color: #b1c6d3;
    border-radius:  0px 0px 10px 10px;
    margin-bottom: 20px;
    text-align: left;
}
article#mini_menu {
    display: inline-block;
    padding: 5px;
    width:15%;
}

article#mini_menu a {
    color: #666;
    font-family: 'textgy';
    font-size: 16px;
    font-weight: bold;
}

article#mini_menu a:hover {
    color: #000;
}

article#description, article#foto, article#description, article#food, article#features, article#rooms, article#get, article#titulo_hotel {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    width:100%;
} 

article#foto {
    margin-bottom: 20px;
}

article#titulo_hotel {
    font-family: 'textgy';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #999;

}

article#media-container a{
    display: inline-block;
    margin: 50px;
}

article#video-container{
    padding-bottom: 20px;
}

article#video-container iframe{
    height: 340px;
    margin-bottom: 15px;
    width: 100%;
}

div#photos-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

div#photos-container > div {
    flex-basis: 30%;
    margin-left: 2.5%;
}

div#photos-container > div > img {
    display: block;
}

div#photos-container > div > button {
    background-color: transparent;
    border: 1px solid grey;
    color: #666666;
    cursor: pointer;
    display: inline;
    margin: 3px auto 20px;
    padding: 3px;
    text-align: center;
    width: 75px;
}

div#photos-container > div > button:first-of-type {
    margin-right: 10px;
}

div#photos-container > div > button:hover {
    color: #3d7292;
    font-weight: bold;
}

/* PT1*/

section#titulo_pt1 {
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
    margin-top: 30px;
}

article#texto_principal, article#texto_secundario {
    width: 73%;
    text-align: left;
    line-height: 30px;
    display: inline-block;
    border-right: 1px solid #999;
    padding-right: 10px;
}

article#texto_secundario{
    width: 20%;
}

/* LOGIN */

body#body_login {
    font-family: 'textgy';
    background-color: #999;
    background-image: url("/images/bk_login.jpg");
    background-repeat: repeat;
}

section#formula {
    background-image: url("/images/bk_verde.png");
    margin: 0 auto;
    margin-top: 100px;
    width:75%;
    border-radius: 10px;

}

article#titulo_login {
    padding: 15px;
    color: #FFF;
    font-size: 50px;
}

article#logo_login, article#usuario_login, article#pass_login, article#boton_login {
    margin: 0 auto;
    width:100%;
    text-align: center;
    min-height: 75px;

}

article#logo_login {
    background-image: url("/images/bk_blanco_trans.png");
    min-height: 100px;
    padding-top: 30px;


}

article#logo_login img {
    padding-left: 10px;
    padding-right: 10px;
}

article#usuario_login, article#pass_login, article#boton_login {
    padding-top: 20px; 
    color: #FFF;
    font-size: 18px;

} 

article#pass_login {

} 

article#boton_login {
    padding-bottom: 10px; 

} 

article#copy {
    color: #000;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}



/* CLASES */ 


.sombra {
    -ms-box-shadow: 0 5px 20px #333;
    -webkit-box-shadow: 0 5px 20px #333;
    -moz-box-shadow: 0 5px 20px #333;
    -o-box-shadow: 0 5px 20px #333;
    box-shadow: 0 5px 20px #333;
}

/* CLASES */

.sombra2{
    -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;
}
.field, .boton {
    font-family: 'textgy';
    width: 200px;
    height:30px;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
}

.field:hover {
    width: 250px;
}

.boton {
    color: #fff;
    background-color: #22a8d4;
    cursor:pointer;
}

.boton:hover{
    background-color: #e249e4;
}

/* PAQUETES */

.nombre-elemento {
    font-family: 'textgy';
    font-weight: bold; 
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #999;
}

/* SEARCH BOX */
section#titulo > div#search-box,
section#titulo_pt1 > div#search-box {
    border: 1px solid #999999;
    border-radius: 5px;
    bottom: 0;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 265px;
}

section#titulo_pt1 > div#search-box {
    bottom: 5px;
    top: -5px;
}

section#titulo > div#search-box > input,
section#titulo_pt1 > div#search-box > input {
    background-color: transparent;
    color: #666666;
    display: inline;
    font-size: 18px;
    margin-top: 2px;
    padding: 5px 0 5px;
    vertical-align: top;
    width: 200px;
}

section#titulo > div#search-box > img,
section#titulo_pt1 > div#search-box > img {
    border-left: 1px #999999 solid;
    cursor: pointer;
    display: inline;
    padding: 0 5px;
    vertical-align: top;
    width: 35px;
}

section#titulo > div#search-box > img:hover,
section#titulo_pt1 > div#search-box > img:hover {
    background-color: #ebf0f4;
    border-radius: 0 5px 5px 0;
}

section#result-list {
    border: 1px solid #999999;
    border-radius: 5px;
    margin: 15px auto;
    padding: 10px 0;
    width: 98%;
}

section#result-list > img#icon-loading {
    width: 100px;
}

section#result-list > div {
    border-bottom: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    display: flex;
    justify-content: space-between;
    min-height: 25px;
    margin: 0 auto;
    width: 99%;
}

section#result-list > div:not(:first-of-type) {
    cursor: pointer;
    padding-top: 5px;
}

section#result-list > div:not(:first-of-type):hover {
    background-color: #e6f0f7;
}

section#result-list > div#rl-header {
    background-color: #3d7292;
    border-bottom: 2px solid #bcbcbc;
    border-left: 2px solid #bcbcbc;
    border-right: 2px solid #bcbcbc;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

section#result-list > div > div.s-name {
    flex-basis: 39%;
    margin-left: 5px;
    text-align: left;
}

section#result-list > div > div.s-location {
    flex-basis: 34%;
    text-align: left;
}

section#result-list > div > div.s-type {
    flex-basis: 24%;
    text-align: left;
}