/* 
    Document   : estilo_reserva
    Created on : 12-abr-2013, 0:05:26
    Author     : Óscar
    Description:
        Purpose of the stylesheet follows.
*/

.btn_condiciones{
    text-decoration: underline;
}

.btn.btn_reserva{
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border-color: #efb73e #efb73e #cf9311;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    background: #442419;
    background: -moz-linear-gradient(top, #442419 0%, #673520 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442419), color-stop(100%,#673520));
    background: -webkit-linear-gradient(top, #442419 0%,#673520 100%);
    background: -o-linear-gradient(top, #442419 0%,#673520 100%);
    background: -ms-linear-gradient(top, #442419 0%,#673520 100%);
    background: linear-gradient(to bottom, #442419 0%,#673520 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442419', endColorstr='#673520',GradientType=0 );
}

.btn.btn_reserva:hover, .btn.btn_reserva:focus, .btn.btn_reserva:active, .btn.btn_reserva.active, .btn.btn_reserva.disabled, .btn.btn_reserva[disabled] {
    color: #fff;
    background-color: #673520;
}

.nav-tabs{
    margin-top: 20px;
}

.tab-content{
    margin-top: -20px;
}

.capa_reserva {
    margin-top: 0px;
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid #E4E4E4;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 20px;
}

.extra-padding {
    padding: 20px;
}

.reserva_info {
    border-bottom: 1px solid #E8E7EA;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 70px;
}

.reserva_titulo {
    float: left;
}

.capa_resumen_reserva{
    margin-top: 55px;
    min-height: 150px;
    background: none repeat scroll 0 0 #fefefe;
    border: 1px solid #E4E4E4;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

.capa_resumen_reserva .resumen_titulo{
    background: #442419;
    background: -moz-linear-gradient(top, #442419 0%, #673520 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442419), color-stop(100%,#673520));
    background: -webkit-linear-gradient(top, #442419 0%,#673520 100%);
    background: -o-linear-gradient(top, #442419 0%,#673520 100%);
    background: -ms-linear-gradient(top, #442419 0%,#673520 100%);
    background: linear-gradient(to bottom, #442419 0%,#673520 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442419', endColorstr='#673520',GradientType=0 );
    font-weight: 700;
    font-size: 15px;
    display: block;
    color: #f5f5f5;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}

.encabezado_datos_personales{
    background: #442419;
    background: -moz-linear-gradient(top, #442419 0%, #673520 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442419), color-stop(100%,#673520));
    background: -webkit-linear-gradient(top, #442419 0%,#673520 100%);
    background: -o-linear-gradient(top, #442419 0%,#673520 100%);
    background: -ms-linear-gradient(top, #442419 0%,#673520 100%);
    background: linear-gradient(to bottom, #442419 0%,#673520 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442419', endColorstr='#673520',GradientType=0 );
    font-weight: 700;
    font-size: 15px;
    display: block;
    color: #f5f5f5;
    text-align: center;
    padding: 15px 0;
    margin-top: 20px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}

.formulario_datos_personales{
    
    background: white;
    border: 1px solid #E4E4E4;
    border-radius: 0 0 5px 5px;
    
}

.capa_visualizar2{
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

.capa_visualizar{
    background: #fff url('../../images/rallas.jpg') repeat 50% 50%;
    border: 1px solid #E4E4E4;
    border-radius: 0 0 5px 5px;
}

.capa_visualizar .row .span6, .capa_visualizar .row .span5, .capa_visualizar .row .span4, .capa_visualizar .row .span3, .capa_visualizar .row .span9, .capa_visualizar .row .span12,.capa_visualizar .row .span7{
     padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.capa_visualizar .dorado{
    background: #cf9311;
    color: white;
    font-size: 15px;
    padding: 1px;
}

.parte_info_hotel{
    /*margin-top: 10px;*/
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #f1f1f1;
    background-image: -moz-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -o-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: linear-gradient(to bottom,#fefefe,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#f1f1f1',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.parte_info_hotel p{
    font-size: 15px;
}

.parte_info_hotel h5{
    font-size: 20px;
}

.tabla_info{
    margin: 8px auto;
    width: 90%;
    border: 1px solid #c5b5a1;
    background: white;
}

.titulo_tabla_reservas{
   text-transform: uppercase;
   
}

.titulo_pequenyo{
    font-size: 12px;
}

.formulario_datos_personales .row .span4, .formulario_datos_personales .row .span3{
    margin-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.formulario_datos_personales label{
    font-size: 12px;
    font-weight: bold;
}

.labelPeticiones{
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
}

.inputPeticiones{
    margin-left: 10px;
    width: 80%;
}

.caducidad_mes, .caducidad_anyo{
    width: 100px;
}

input.error{
	background: #f8dbdb;
	border-color: #e77776;
}

.error_numero_tarjeta{
    height: auto;
    color: #e77776;
    font-size: 12px;
    font-weight: bold;
}

.subencabezado_formulario{    
    height: auto;
    width: 100%;
    padding: 9px 0;
    /*border-top: 1px solid #c5b5a1;*/
    background: #f1f1f1;
    background-image: -moz-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -o-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: linear-gradient(to bottom,#fefefe,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#f1f1f1',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #673520;
/*    font-size: 20px;
    font-weight: 700;   */
}

.subencabezado_formulario h5{
    font-size: 25px;
    padding-left: 15px;
}

.formulario_datos_personales h5{
    font-size: 20px;
    padding-left: 15px;
}

.subencabezado_formulario p{
    font-size: 15px;
    padding-left: 15px;
}

.formulario_datos_personales p{
    font-size: 15px;
    padding-left: 15px;
}

.capa_resumen_reserva .resumen_info{
    background: #fefefe;
    /*padding: 15px 0;*/
}
.capa_resumen_reserva .resumen_pie .boton_reservas{
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    border-radius: 0px 0px 5px 5px;
}

.capa_resumen_reserva .resumen_fechas{
    /*background: #f3f3f3 url('../../images/textura_franja_reserva.png') repeat 50% 50%;*/
    background: #f6f6f6;
    padding: 15px 10px;
}

.capa_resumen_reserva .resumen_fechas p{
    margin-bottom: 0;    
    font-size: 15px;
    color: #000;
    font-weight: 700; 
}

.cuadro_deplegable_small{
    width:110px;
}

.encabezado_tabla{
    background: #442419;
    background: -moz-linear-gradient(top, #442419 0%, #673520 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442419), color-stop(100%,#673520));
    background: -webkit-linear-gradient(top, #442419 0%,#673520 100%);
    background: -o-linear-gradient(top, #442419 0%,#673520 100%);
    background: -ms-linear-gradient(top, #442419 0%,#673520 100%);
    background: linear-gradient(to bottom, #442419 0%,#673520 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442419', endColorstr='#673520',GradientType=0 );
    color: #f5f5f5;
}

.head_tabla_reservas{
    font-size: 15px;
    font-weight: bold;
    background: #442419;
    background: -moz-linear-gradient(top, #442419 0%, #673520 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442419), color-stop(100%,#673520));
    background: -webkit-linear-gradient(top, #442419 0%,#673520 100%);
    background: -o-linear-gradient(top, #442419 0%,#673520 100%);
    background: -ms-linear-gradient(top, #442419 0%,#673520 100%);
    background: linear-gradient(to bottom, #442419 0%,#673520 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442419', endColorstr='#673520',GradientType=0 );
    color: #f5f5f5;
}

.texto_info_regimen{
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: bold;
}
.precio_info_regimen{
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: bold;
}

/* Address icons */
[class^="myiconI-"],
[class*=" myiconI-"] {
    display: inline-block;
    width: 16px;
    height: 16px;    
    line-height: 16px;
    margin-right: 0;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.myiconI-persona {background-image: url("../../images/iconos/reservas/persona.png");}

[class^="myiconN-"],
[class*=" myiconN-"] {
    display: inline-block;
    width: 16px;
    height: 16px;    
    line-height: 16px;
    margin-right: 2px;
    margin-left: 0px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.myiconN-info {background-image: url("../../images/iconos/reservas/info.png");}

[class^="myiconN2-"],
[class*=" myiconN2-"] {
    display: inline-block;
    width: 16px;
    height: 16px;    
    line-height: 16px;
    margin-right: 2px;
    margin-left: 0px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.myiconN2-info {background-image: url("../../images/iconos/reservas/info.png");}

[class^="myiconC-"],
[class*=" myiconC-"] {
    display: inline-block;
    width: 16px;
    height: 16px;    
    line-height: 16px;
    margin-right: 5px;
    margin-left: 0px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 0px;
}

.myiconC-carrito {background-image: url("../../images/iconos/reservas/carrito.png");}
.myiconC-reservar{background-image: url("../../images/iconos/reservas/reservar.png");}


[class^="myiconC2-"],
[class*=" myiconC2-"] {
    display: inline-block;
    width: 48px;
    height: 48px;    
    line-height: 16px;
    margin-right: 5px;
    margin-left: 0px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.myiconC2-eliminar{background-image: url("../../images/iconos/reservas/eliminar.png");}

.precio_total{
    list-style: none;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #c5b5a1;
    background-color: #efb73e;
    background-image: -moz-linear-gradient(top,#f5d185,#efb73e);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5d185),to(#efb73e));
    background-image: -webkit-linear-gradient(top,#f5d185,#efb73e);
    background-image: -o-linear-gradient(top,#f5d185,#efb73e);
    background-image: linear-gradient(to bottom,#f5d185,#efb73e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5d185',endColorstr='#ffefb73e',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.precio_total_info{
    list-style: none;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #c5b5a1;
    background: #442419;
    background: -moz-linear-gradient(top, #442419 0%, #673520 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442419), color-stop(100%,#673520));
    background: -webkit-linear-gradient(top, #442419 0%,#673520 100%);
    background: -o-linear-gradient(top, #442419 0%,#673520 100%);
    background: -ms-linear-gradient(top, #442419 0%,#673520 100%);
    background: linear-gradient(to bottom, #442419 0%,#673520 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442419', endColorstr='#673520',GradientType=0 );
    color: white;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0 0 5px 5px;
}

.capa_habitaciones_reservadas{
    /*width: 100%;*/
    display: table;
}

.item{
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #010101;
}

.item p{
    margin-bottom: 1px;
    padding-left: 5px;
}

.informacion_reserva{
    list-style: none;    
    width: 80%;
    height: 75px;
    padding: 9px 0;
    float:left;
    border-top: 1px solid #eee;
    background: #f1f1f1;
    background-image: -moz-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -o-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: linear-gradient(to bottom,#fefefe,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#f1f1f1',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.info_reserva{
    list-style: none;    
    height: auto;
    width: 100%;
    padding: 9px 0;
    float:left;
    border-top: 1px solid #eee;
    background: #f1f1f1;
    background-image: -moz-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -o-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: linear-gradient(to bottom,#fefefe,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#f1f1f1',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.info_reserva p{
    padding: 0 10px;
    margin-bottom: 2px;
    font-weight: bold;
}

.info_reserva p:first-child, .info_reserva p:last-child{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}



.eliminar_habitaciones{
    float: right;
    cursor: pointer;
    width: 20%;
    height: 75px;    
    padding: 9px 0;
    border-top: 1px solid #eee;
    background: #f1f1f1;
    background-image: -moz-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -o-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: linear-gradient(to bottom,#fefefe,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#f1f1f1',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .capa_resumen_reserva .resumen_pie .boton_reservas{
        font-size: 20px;        
    }
}

@media only screen and  (max-width: 1000px) {
    .capa_resumen_reserva .resumen_pie .boton_reservas{
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .capa_resumen_reserva .resumen_pie .boton_reservas{
        font-size: 15px;
    }
    .precio_total{
        font-size: 15px;
    }
    .formulario_datos_personales .row .span3{
        padding-left: 0px;
    }
    .formulario_datos_personales .row .span3 input{
        width: 180px;
    }
    
}

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

@media only screen and  (max-width: 420px) {
    
    .nav-tabs li a{
        padding: 5px;
    }
    
    .capa_resumen_reserva .resumen_pie .boton_reservas{
        font-size: 20px;
    }
    
    .texto_info_regimen{
        font-size: 12px;
    }
    
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
}