﻿body {
    /*font-family: 'Montserrat', sans-serif !important;
    background-image: url("../imagenes/fondo.jpg");
    background-repeat: no-repeat;*/
    font-family: 'PT Sans', sans-serif;
}

.logo_login {
    text-align: center;
}

    .logo_login img {
        width: 100%;
        max-width: 250px;
    }

.boton_login {
    background-color: #36a7df;
    color: #fff;
    text-align: center;
    display: block;
    border: 0px;
    border-radius: 4px;
}

    .boton_login:hover {
        background-color: #000;
        cursor: pointer;
    }

.formulario_acceso {
    width: 300px;
    margin: 1em auto;
    border-radius: 6px;
    border: 1px silver solid;
    padding: 2em;
}

    .formulario_acceso input {
        border: 1px solid silver;
        border-radius: 6px;
        height: 2em;
        text-indent: 1em;
        width: 100%;
    }

    .formulario_acceso input[type="submit"] {
        color: #fff;
    }

/*.cuadro {
    width: 380px;
    margin: 100px auto;
    text-align: center;
    background-color: aliceblue;
    border-radius: 12px;
}*/

.titulo_cabecera {
    width: 100%;
    color: #00a7e0;
    font-size: 20px;   
    padding-left: 12px;
    text-align: center;
}

/*.cuadro table {
    width: 100%;
}

.cuadro td {
    padding: 10px;
}

.cuadro tr {
    margin: auto;
    text-align: center;
}*/

.precio {
    text-align: right;
    padding-right: 10px;
    color: #0b9a26;
    font-size: 18px;
    font-weight: 900;
}

.numero {
    text-align: right;
    padding-right: 10px;
}

.separador {
    height: 1px;
    clear: both;
}

.subtitulo {
    font-size: 14px;
    font-weight: bold;
    color: #29A6DD;
    border-bottom: 2px dotted #29A6DD;
    margin: 10px 0px;
}

.text_negro_grande {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.text_negro_grande_SINOVER {
    margin: 20px 3px;
    font-size: 18px;
    color: white;
    text-decoration: none;
    /* font-weight: bold; */
    background-color: #E91E63;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    padding: 10px 20px;
    text-transform: uppercase;
    clear: both;
}

.boton_enviar {
    background-color: #7fc5e4;
    border: 1px solid white;
    border-radius: 3px;
    color: White;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 32px;
    transition: all 0.2s ease-in-out 0s;
    min-width: 200px;
    float: right;
    margin: 12px;
}

.boton_enviar:hover {
    background-color: #333;   
}

.texto_cabecera {
    font-size: 44px;
    font-weight: bold;
    color: #7fc5e4;
    text-transform: uppercase;
}

.text_negro_grande {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    /*background-image:url(../imagenes/boton_mini.png);*/ 
   /*background-repeat:no-repeat;*/
}

.cerrar {
    background-image: url(/imagenes/cerrar.png);
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 12px;
    color: white !important;
    background-color: #7fc5e4;
    border-radius: 40px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0px 5px;
    transition: all 0.2s ease-in-out 0s;
}

.cerrar:hover {
    background-color: #333;
}

.cerrar a {
    color: #fff;
}

.cerrar a:hover {
    text-decoration: none;
    color: #fff!important;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.cabecera th {
    background-color: #80c5e4;
    color: #fff;
    text-align: center;
    line-height: 3em;
    border: 3px #fff solid;
    border-collapse: collapse;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cabecera tr:nth-child(odd) {
    background-color: #eceef3;
    border: 3px solid #fff;
}

.cabecera td {   
    border: 3px solid #fff;
}

.cabecera tr:nth-child(even) {
    background-color: #fbfbfb;
    border: 3px solid #fff;
}

.leyenda_colores {
    /*padding: 3% 5%;*/
    padding: 5px;
    border-radius: 15px;
    color: white;
}

.red {
    background-color: #c70e00!important;
}

.red:hover {
    background-color: #333!important;
}

.green {
    background-color: #8BC34A !important;
}

.green:hover {
    background-color: #333 !important;
}

.tarifa tr:nth-child(odd) {
    background-color: #eceef3;   
}

.tarifa tr:nth-child(even) {
    background-color: #fbfbfb;    
}

.tarifa td {
    border: 3px solid #fff;
}

.calendario td {
    border: 1px solid #ccc;
    min-width: 30px;
    text-align: center;
    padding: 5px;    
}

.calendario th {
    background-color: azure;
    border: 1px solid #ccc;
    min-width: 30px;
    text-align: center;
    padding: 5px;
}

.temporada {   
    color: #fff;
    text-align: center;
    line-height: 3em;
    border: 3px #fff solid;
    border-collapse: collapse;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.precios td {
    float: right;
    text-align: right;
}

.precios span {
    float: right;
    padding: 0.5em;
    margin: 0px 0.5em;
}

.pri_tabla_general table {
    width: 100%;
}

.pri_tabla_general table th {
    background-color: #28a6dd;
    color: #fff;
    text-align: center;
    line-height: 3em;
    border: 3px #fff solid;
    border-collapse: collapse;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pri_tabla_general table th a {
    background-color: #28a6dd !important;
    background-image: url(/imagenes/ordenar.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff !important;
    padding-right: 20px;
}

.pri_tabla_general table tr:nth-child(odd) {
    background-color: #e5e9f2;
}

.pri_tabla_general table tr:nth-child(even) {
    background-color: #e5e9f2;
}

.pri_tabla_general table td {
    /*line-height: 3em;
    text-indent: 0.5em;*/
    border: 2px #fff solid;
    border-collapse: collapse;
    height: 54px;
    padding: 0px 0.5em;
}

.pri_tabla_general_numeros {
    text-align: right;
    padding-right: 0.5em;
}

.pri_tabla_general a {
    text-align: center;
    display: block;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    line-height: none;
    /* padding: 5%; */
    text-indent: 0px;
}

.pri_tabla_general a:hover {
    background-color: #25599b;
    cursor: pointer;
}

/*Revision 20190320 FiDi*/
/*login*/

.cuadro_login input[type=submit] {
    background-color: #29A6DD;
}

h1 {
    text-align: center;
    margin: 0.5em auto;
    float: left;
    line-height: normal;
}

#ContentPlaceHolder1_chkDias label {
    margin: 0px 0.25em;
}

#ContentPlaceHolder1_btnNuevaTemporada {
    background-color: #7fc5e4;
}

#ContentPlaceHolder1_btnNuevaTemporada:hover {
    background-color: #333;
}

.hotel_servicios table tr td:nth-child(2),
.hotel_servicios table tr td:nth-child(3),
.hotel_servicios table tr td:nth-child(4){
    text-align: right;
    padding-right: 0.5em;
}

.hotel_servicios_mas {
    text-align: center;
}

.hotel_servicios_mas:hover {
    cursor: pointer;
}

.hotel_servicios_mas img {
    margin: 0px auto;
    display: block;
    padding: 0px 0.2em;
}

.hotel_servicios_boton_crear {
    background-color: #7fc5e4;
}

.hotel_servicios_boton_crear:hover {
    cursor: pointer;
    background-color: #29A6DD;
}

.tabla_datos tr td:nth-child(9) {
    min-width: 76px;
}

.reservas_mas:hover {
    cursor: pointer;
}

.numero_tabla {
    text-align: right;
}

#lblCaminito {
    display: none;
}

.no_reembolsable {
    background-color: #fff2f2;
}

.reembolsable {
   background-color: #eef796;
}

.precio_adulto {
    background-color: #7fc5e4;
}

.precio_niño {
    background-color: #2adeb2;
}

.minimo_noches {
    background-color: #999;
}

/*paginacion*/

.paginador,
.paginador table tr {
    background-color: #fff !important;
}

.paginador table {
    width: auto !important;
    margin: 1em auto;
}

.paginador span,
.paginador a {
    display: block;
    text-align: center;
    padding: 0px 0.5em;
}

.paginador a {
    background-color: #7fc5e4;
}

.paginador a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

/*Resultados búsqueda buscador*/

.busqueda_resultados th {
    background-color: #29A6DD;
    color: #f4f4f4;
    text-align: center;
    border-right: 1px #fff solid;
}

.busqueda_resultados th:last-child,
.busqueda_resultados td:last-child {
    border: 0px;
}

.busqueda_resultados td {
    border-right: 1px #ccc solid;
}

.busqueda_resultados tr:nth-child(2n+1) {
    background-color: #f4f4f4;
}

.buscador_seleccionar {
    text-align: center;
}

.buscador_orden a {
    background-image: url(/imagenes/ordenar.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    display: block;
    color: #f4f4f4;
}

.buscador_orden a:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.boton-validar-reservas {
    background-color: #8BC34A;
    padding: 4px 6px !important;
    font-size: 11px;
    font-weight: bold
}

.boton-novalidar-reservas {
    background-color: #c70e00;
    padding: 4px 6px !important;
    font-size: 11px;
    font-weight: bold;
}

.boton-caducar-reservas {
    background-color: grey;
    padding: 4px 6px !important;
    font-size: 11px;
    font-weight: bold;
}

.reserva_pagada {
    background-color: #7ea25340 !important;
}

.reserva_cancelada {
    background-color: #f8d7da !important;
}

.selector_oferta_ind {
    display: block;
    width: 31%;
    background-color: #d4d4d4;
    line-height: 2.5em;
    font-size: 0.9em;
    border-radius: 6px;
    color: #000;
    margin: auto;
}

.selector_oferta_ind:hover {
    cursor: pointer;
}

.boton_horas_validar {
    background-color: #8BC34A;
    border: 1px solid white;
    color: White;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    border-radius: 32px;
    transition: all 0.2s ease-in-out 0s;
    min-width: 150px;
    float: right;
    margin: 12px;
}

.boton_horas_validar:hover {
    background-color: #333;   
}