root { 
    display: block;
}

html, body{
    width: 100%;
    height: 100%;
    min-width: 980px;
    min-height: 620px;
}

body{
    margin: 0;
    padding: 0;
    font-family: Calibri, Verdana, sans-serif;
    overflow: auto;
    font-size: 16px;
}

a{
    color: #0158a0;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

#cabecera{
    width: 100%;
    height: 100px;
    background: url('../imgs/fondotop.png') repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 980px;
    z-index: 20;
}

#pie{
    width: 100%;
    height: 80px;
    background: url('../imgs/fondobottom.jpg') repeat-x;
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 980px;
    z-index: 20;
}

#medio{
    height: 100%;
    width: 90%;
    margin: 0 auto;
    min-width: 900px;
    min-height: 100%;
}

#izquierda{
    position: fixed;
    height: 100%;
    width: 5%;
    top: 0;
    left: 0;
    background: url('../imgs/sombraizq.jpg') repeat-y top right;
    /*z-index: 1;*/
}

#derecha{
    position: fixed;
    height: 100%;
    width: 5%;
    top: 0;
    right: 0;
    background: url('../imgs/sombrader.jpg') repeat-y top left;
    /*z-index: 1;*/
}

#cajacentro{
    margin: 0;
    padding: 0 2%;
    min-height: 100%;
}

#logo{
    position: fixed;
    top: 0;
    right: 0;
    width: 241px;
    height: 99px;
    background: url('../imgs/logotop.png') no-repeat;
    /*z-index: 2;*/
}

#enlaces{
    margin-top: 45px;
    margin-left: 7%;
    color: #fff;
}

#enlaces a{
    color: #fff;
    text-decoration: none;
}

#enlaces a:hover, #enlaces a.seleccionado{
    color: #f11;
}

#bannerspie{
    margin-top: 10px;
    margin-left: 5%;
    float: left;
}

#bannerspie img{
    border: 0;
    margin-right: 15px;
}

#enlacespie{
    float: right;
    margin-top: 10px;
    margin-right: 7%;
    color: #fff;
    text-align: right;
    font-size: .9em;
    line-height: 1.5em;
}

#enlacespie a{
    color: #fff;
    text-decoration: none;
}

#enlacespie a:hover{
    text-decoration: underline;
}

#social{
    color: #fff;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    line-height: 1.5em;
}

#social img{
    border: none;
    margin-left: 10px;
}

.redondeado
{
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    behavior: url('css/PIE.htc');
    position:relative;
    z-index:3;
}

.menosredondeado
{
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    behavior: url('css/PIE.htc');
    position:relative;
    z-index:3;
}

.sombra{
    -webkit-box-shadow: #666 0px 5px 8px;
    -moz-box-shadow: #666 0px 5px 8px;
    box-shadow: #666 0px 5px 8px;
    behavior: url('css/PIE.htc');
    position:relative;
    z-index:3;
}

.resaltorojo{
    color: #ca0c1c;
    border-bottom: 2px solid #ca0c1c;
    margin-top:0;
}

.resaltoazul{
    color: #0158a0;
    border-bottom: 2px solid #0158a0;
    margin-top:0;
}

.borderojo{
    border: 2px solid #ca0c1c;
}

.bordeazul{
    border: 2px solid #0158a0;
}

.validation-advice {
    color: #c00;
    padding: 3px;
    font-size: .8em;
    font-weight: bold;
    position: relative;
    display: inline !important;
    overflow:hidden;
    left: -160px;
    top: 15px;
}

.validation-failed {
    border-color: #c00 !important;
}

.pastillavehiculo {
    float: left;
    height: 290px;
    margin: 10px;
    padding: 0 10px;
    width: 400px;
    background: #fff;
}

.pastillavehiculo h2{
    color: #0158a0;
    margin: 0;
    font-size: 1.5em;
}

.pastillavehiculo p{
    margin: .5em 0;
    font-size: .9em;
}

.pastillavehiculo img{
    float: left;
    margin: 10px;
}

.pastillavehiculo p img{
    float:none;
    margin: 0;
}

.msgmalo{
    border: 1px dashed #f00;
    background: #fee;
    color: #500;
    font-weight: bold;
    padding: .4em .6em;
}

.msgbueno{
    border: 1px dashed #0f0;
    background: #efe;
    color: #050;
    font-weight: bold;
    padding: .4em .6em;
}

#login{
    margin: 3em auto;
    width: 350px;
    padding: 0 1.5em 1.5em;
}

form.bonico{
    font-size: .9em;
}

#login label, form.bonico label{
    width: 130px;
    text-align: right;
    margin-bottom: 1.5em;
    display: inline-block;
}

#login input, form.bonico input, form.bonico select{
    border: 1px solid #013f73;
    font-size: .9em;
    color: #013f73;
    padding: .1em;
    margin-bottom: 1.5em;
    margin-left: 1em;
}

form.bonico textarea{
    vertical-align: middle;
    border: 1px solid #013f73;
    font-size: .9em;
    color: #013f73;
    padding: .1em;
    margin-bottom: 1.5em;
    margin-left: 1em;
}

#login button, .botonico{
    border: none;
    padding: .4em .6em;
    background: #0158a0;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

table.listadoreservas{
    width: 90%;
    margin: 0 auto;
    border: 2px solid #0158a0;
    border-collapse: collapse;
}

table.listadoreservas th{
    background: #0158a0;
    color: #fff;
    font-weight: bold;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: .3em .5em;
}

table.listadoreservas td{
    border-bottom: 1px solid #0158a0;
    padding: .3em .5em;
}

.consombra{
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    behavior: url('css/PIE.htc');
}

.selector th, .selector td{
    width: 1.2em;
    height: 1em;
    text-align: center;
    color: #000;
    background: #c7daea;
    border: 2px solid #fff;
    text-decoration: none;
}

.selector td a{
    text-decoration: none;
}

.selector{
    position:fixed;
    background: #fff;
    padding: .5em;
}

.actual{
    color: #fff !important;
    background: #ca0c1c !important;
}

.actual a{
    color: #fff;
}

.price{
    font-weight: bold;
    font-size: 1.5em;
    color: #ca0c1c;
    text-align: right;
    margin-top: 10px;
}

button .price{
    color: #fff;
}

table.resumenreserva{
    border-collapse: collapse;
    border: 2px solid #555;
}

table.resumenreserva td{
    border: 1px solid #555;
    padding: .4em;
    font-size: .8em;
}

table.resumenreserva td.resaltado{
    border-top: 2px solid #555;
    font-weight: bold;
}

table.resumenreserva td.bordeizq{
    border-left: 2px solid #555;
}

.mascarahome {
    position: relative;
    top: -360px;
    z-index: -3;
}

.vehiculodestacado{
    height: 160px;
    width: 280px;
    float: left;
    text-align: justify;
    margin-left: 15px;
}

.destprecio{
    float: right;
    width: 88px;
    height: 105px;
    background: url('../imgs/sticky.png') no-repeat;
    padding: 15px 20px 15px 65px;
    overflow: hidden;
    text-align: center;
}

.destprecio form{
    margin: 5px 0 0 0;
    padding: 0;
}

.destprecio form button{
    font-size: .6em;
}

p.imgspago{
    margin: 20px;
    text-align: center;
}

p.imgspago img{
    vertical-align: middle;
    margin: 20px;
}

.forminline{
    float:right;
}

.forminline button{
    margin: 10px;
}

.resumenreserva{
    float: left;
    width: 220px;
    padding: 10px;
    border-right: #0158a0 2px solid;
    margin-right: 10px;
    height: 100%;
}