/* 
    Document   : res.css
    Created on : 08-abr-2010, 2:19:32
    Description:
        css especifico para la pagina de reservas
*/

ul {
    padding-left: 15px;
}

#res_meteo {
    margin: auto;
    width: 165px;
}

.col_derecha li {
    margin-top: 10px;
}


.res_ol1, .res_ol2, .res_ol3, .res_ol4, .res_ol5 {
    width: 100%;
    line-height: 2em;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 10pt;
    color: #51BEE6;
}

.res_ol1 {
    background-image : url('../imagenes/1.gif');
}

.res_ol2 {
    background-image : url('../imagenes/2.gif');
}

.res_ol3 {
    background-image : url('../imagenes/3.gif');
    margin-bottom: 5px;
}

.res_ol4 {
    background-image : url('../imagenes/4.gif');
    margin-bottom: 10px;
}

.res_ol5 {
    background-image : url('../imagenes/5.gif');
    margin-bottom: 10px;
}

#res_exc_ol1, #res_exc_ol2, #res_exc_ol3, #res_exc_ol4 {
    width: 350px;
    height: 22px;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-top: 5px;
}

#res_exc_ol1:hover strong,
#res_exc_ol2:hover strong,
#res_exc_ol3:hover strong,
#res_exc_ol4:hover strong,
#res_exc_ol1:hover,
#res_exc_ol2:hover,
#res_exc_ol3:hover,
#res_exc_ol4:hover {
    color: #F6DA17;
}

#res_exc_ol1 {
    background-image : url('../imagenes/numero-exc-web-1-p.gif');
}

#res_exc_ol2 {
    background-image : url('../imagenes/numero-exc-web-2-p.gif');
}

#res_exc_ol3 {
    background-image : url('../imagenes/numero-exc-web-3-p.gif');
}

#res_exc_ol4 {
    background-image : url('../imagenes/numero-exc-web-4-p.gif');
}

.res_boton {
    height: 30px;
    text-align: right;
}

.res_entrada label {
    width: 130px;
    display: block;
    float: left;
    text-align: right;
    margin-top: 7px;
}

input[type="text"],
input[type="text"]:focus,
textarea, textarea:focus {
    background: #005FA5 none repeat scroll 0%;
    border:1px solid #51BEE6;
    color: #F6DA17;
    /*font-size: 8pt;*/
}

input[type="text"]:hover,
textarea:hover {
    border:1px solid #F6DA17;
}

#item_nom,
#item_mail,
#item_direccio,
#item_nota {
    width: 335px;
}

#item_nota {
    height: 100px;
}

#item_telefon {
    width: 150px;
}

#res_datos {
    font-size: 8pt;
}


#res_excursiones {
    margin-left: 15px;
    font-size: 9pt;
    height: 115px;
    /*color: #F6DA17;*/
    color: #fff;
}

#res_excursiones strong {
    color: #fff;
}

#res_excursiones .res_seleccionado, #res_excursiones .res_seleccionado strong {
    color: #F6DA17;
    font-size: 10pt;
}

#res_horarios {
    text-align: center;
    font-size: 12pt;
    height: 35px;
    color: #F6DA17;
}

.res_hora, .res_hora_on, .res_hora_completo {
    font-size: 10pt;
    color: #FFF;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
}

.res_hora_on {
    font-size: 12pt;
    color: #F6DA17;
}

.res_hora_completo {
    color: #51BEE6;
    cursor: default;
}

.res_hora:hover {
   color: #F6DA17;
}

h3, #res_importe {
    color: #fff;
}

#res_importe {
    font-size: 14pt;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#res_aviso_reserva {
    font-size: 9pt;
    font-weight: bold;
    color: #51BEE6;
    height: 150px;
    line-height: 1.5em;
}

#res_pasos {
    height: 57px;
    margin-top: -9px;
}

#res_form_error {
    clear: both;
    height: 100px;
    width: 475px;
    margin: auto;
    position: fixed;
    z-index: 99;
    top: 400px;
    display: none;
}

.res_er_container {
    /*height: 100px;*/
    width: 100%;
    margin: auto;
    background-image : url('../imagenes/trans.png');
    text-align: center;
    cursor: pointer;
}

