/* 
    Document   : main
    Created on : 03-ago-2011, 9:57:08
    Author     : Javi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height:100%;
}

body {
    position: absolute;
    /*background: #7f070c url(/images/webBkg.jpg) repeat-y center top;*/
    cursor:default;
    height:100%;
    width: 100%;
}

img {
    border: 0px;
}

b {
    display: block;
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

/* li {
    list-style: none;
    background: url(/images/main/bullet.gif) no-repeat left 3px;
    padding-left: 15px;
} */




.mainDummy {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-color: white;
    min-width: 915px;
    /*  border: 30px solid #ECBE08;*/
}

.mainDummy .ban01, .mainDummy .ban02, .mainDummy .ban03, .mainDummy .ban04 {
    position: absolute;
    background-color: #2e4169;
    z-index: 100;
}
.mainDummy .ban01 {
    width: 30px;
    height: 100%;
    left: 0px;
    top: 0px;
}
.mainDummy .ban02 {
    width: 100%;
    height: 30px;
    top: 0px;
    left: 0px;
}
.mainDummy .ban03 {
    width: 30px;
    height: 100%;
    right: 0px;
    top: 0px;
}
.mainDummy .ban04 {
    width: 100%;
    height: 135px;
    left: 0px;
    bottom: 0px;
}
.mainDummy .esq1, .mainDummy .esq2, .mainDummy .esq3, .mainDummy .esq4 {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/dummyEsqs_gris.jpg) no-repeat left top;
    z-index: 100;
}
.mainDummy .esq1 {
    background: url(../images/dummyEsqs_gris.jpg) no-repeat left top;
    left: 30px;
    top: 30px;
}
.mainDummy .esq2 {
    background: url(../images/dummyEsqs_gris.jpg) no-repeat -14px top;
    right: 30px;
    top: 30px;
}
.mainDummy .esq3 {
    background: url(../images/dummyEsqs_gris.jpg) no-repeat -28px top;
    left: 30px;
    bottom: 135px;
}
.mainDummy .esq4 {
    background: url(../images/dummyEsqs_gris.jpg) no-repeat -42px top;
    right : 30px;
    bottom: 135px;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 135px;
    z-index: 150;

}
.footer.len_es{
    background: url(/images/pie/llamenos_es.png) no-repeat right bottom;
}
.footer.len_en{
    background: url(/images/pie/llamenos_en.png) no-repeat right bottom;
}
.footer.len_de{
    background: url(/images/pie/llamenos_de.png) no-repeat right bottom;
}

.footer .dummy {
    margin: auto;
}


.mainContent.home {
    background: url(/sketch/images/home.jpg) no-repeat center top;
    height: 979px;
}
.mainContent.ficha {
    background: url(/sketch/images/ficha.jpg) no-repeat center top;
    height: 980px;
}
.mainContent.buscador {
    background: url(/sketch/images/buscador.jpg) no-repeat center top;
    height: 647px;
}
.mainContent.empresa {
    background: url(/sketch/images/empresa.png) no-repeat center top;
    height: 493px;
}
.mainContent.contacto{
    background: url(/sketch/images/contacto.png) no-repeat center top;
    height: 627px;
}
.mainContent.registro{
    background: url(/sketch/images/registro.png) no-repeat center top;
    height: 715px;
}
.mainContent {
    position: relative;
    margin: auto;
    /*background: url(../imagenes/bkgCabecera.jpg) repeat-x left 186px;*/
    background-color: white;
    margin-bottom: 200px;
    width: 900px;

}

.mainContent .col {
    float: left;
}



.form label {
    float: left;
    width: 120px;
    text-align: right;
}
.form {
    margin:auto;
    width: 485px;
}

.button {
    float: right;
    height: 28px;
    display: block;
    margin-top: 5px;
}
.button .left, .button .right {
    background: url(/images/botones/btnSides.png) no-repeat left top;
    width: 4px;
    height: 28px;
    float: left;
}
.button .right {
    background-position: right top;
}
.button .content {
    background: url("/images/botones/bkgButton.jpg") no-repeat scroll center center transparent;
    float: left;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    text-shadow: 1px 1px 1px white;
}

/* ------------ Titles --------------*/

.mainTitle {
    margin-bottom: 20px;
    /*margin-top: 30px;*/
}

h2 {
    color: #233772;
}

.mainTitle b {
display: block;
font-family: 'Lato', sans-serif;
font-size: 23px;
color: #233772;
font-weight: 700;
padding: 10px 0px 0px 10px;
float: left;
font-style: italic;
letter-spacing: 1px;
}
.mainTitle  strong {
    font-weight: 400;
}
.mainTitle i {
    display: block;
    background: url(/images/main/mainTitleBkg.gif) repeat-x left bottom;
    width: 100%;
    height: 10px;
}
.mainTitle .logo {
    float: left;
    margin-right: 10px;
}
.mainTitle nobr {
    position: relative; display: block; padding-right: 10px;
}
.mainTitle i {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
}
.mainTitle .calendario {
    background: url(/images/iconos/calendarioBig.gif) no-repeat center center;
}

#reservarFlota .mainTitle {
    margin-top: 0px;
}

.mainTitle .vehiculos {
    background: url(/images/iconos/vehiculosBig.gif) no-repeat center center;
    width: 56px;
}
.mainTitle .contacto {
    background: url(/images/iconos/contactoBig.gif) no-repeat center center;
    width: 71px;
}
.mainTitle .bono {
    background: url(/images/iconos/bonoBig.gif) no-repeat center center;
    width: 71px;
}
.mainTitle .privacy {
    background: url(/images/iconos/privacy.png) no-repeat center center;
    background-size: contain;
}
.mainTitle .terms_conditions {
    background: url(/images/iconos/general_conditions.png) no-repeat center center;
    background-size: contain;
}
.mainTitle .legal_advice {
    background: url(/images/iconos/legal_advice.png) no-repeat center center;
    background-size: contain;
}
.mainTitle .cookies {
    background: url(/images/iconos/cookies.png) no-repeat center center;
    background-size: contain;
}
.secondTitle {
    font-family: 'Arimo', Helvetica, Arial;
    font-size: 22px;
    color: #324766;
    font-weight: 400;
}
.secondTitle strong {
    font-weight: 700;
}

.thirdTitle {
    font-family: 'Muli', Helvetica, Arial;
    font-size: 26px;
    color: #6a7b93;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: -1px;
}
.thirdTitle  strong {
    font-weight: 400;
}


/*---------- Buttons -----------------*/

.button {
    font-family: 'Questrial', Helvetica, Arial;
    font-size: 18px;
    color: #1b2d48;
    font-weight: normal;
    display: block;
}
.buttonIcon {
    font-family: 'Questrial', Helvetica, Arial;
    font-size: 16px;
    color: #1b2d48;
    font-weight: normal;
    display: block;
}

.buttonIcon.zoom {
    background: url("/images/main/zoomButton.png") no-repeat scroll right top transparent;
    height: 16px;
    padding-right: 30px;
    padding-top: 6px;
    text-align: right;
}
.buttonIcon.modoFotos {
    background: url("/images/main/photosButton.png") no-repeat scroll right top transparent;
    height: 16px;
    padding-right: 30px;
    padding-top: 6px;
    text-align: right;
}
.buttonIcon.modoLista {
    background: url("/images/main/listButton.png") no-repeat scroll right top transparent;
    height: 16px;
    padding-right: 30px;
    padding-top: 6px;
    text-align: right;
}

.viewer, .viewer .bkg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
}
.viewer .bkg {
    background-color: black;
    filter: alpha(opacity=75);
    opacity: 0.75;

}

.viewer img {
    position: relative;
    z-index: 1100;
    top: 50%;
    margin-top: -320px;
    border: 20px solid black;
    display: inline;
}
.viewer .closeBtn {
    display: block;
    position: absolute;
    padding: 20px;
    font-family: 'Questrial', Helvetica, Arial;
    font-size: 22px;
    font-weight: normal;
    color: white;
    z-index: 1300;
    right: 20px;
    top: 20px;
    text-shadow: 1px 3px 3px black;

}
.value {
    float: left;
    background: #f2f2f2;
    border: 1px solid #d7d8da;
    padding: 5px;
    font-family: Helvetica, Arial;
    font-weight: 700;
    font-size: 15px;
    color: #344c70;
    width: 190px;
    margin-left: 10px;
}

.row {
    margin-bottom: 5px;
}

.loading {
    background: url(/images/loading.gif) no-repeat center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1500;
}

.zonaGris {
    background-color: #f2f2f2;
    position: relative;
    padding: 10px;
}

.zonaGris .e01, .zonaGris .e02, .zonaGris .e03, .zonaGris .e04 {
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    background: url(/images/esquinas/zonaGris.gif);
}
.zonaGris .e01 {
    background-position: left top;
    left: 0px;
    top: 0px;
}
.zonaGris .e02 {
    background-position: -5px top;
    right: 0px;
    top: 0px;
}
.zonaGris .e03 {
    background-position: -10px top;
    right: 0px;
    bottom: 0px;
}
.zonaGris .e04 {
    background-position: -15px top;
    left: 0px;
    bottom: 0px;
}

.input1Linea {
    position: relative;
    /*
    height: 30px;
    */
    float: left;
}
label {
    float: left;
    text-align: right;
    margin-right: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
.input1Linea  .l01, .input1Linea  .l02 {
    display: block;
    position: absolute;
    width: 8px;
    background: url(/images/esquinas/input1LineaLados.png) no-repeat left top;
    height: 30px;
    left: 0px;
    top: 0px;

}
.input1Linea  input {
    /*
    font: 13px 'Lato', sans-serif, Arial;
    font-weight: 700;
    display: block;
    min-width: 150px;
    background: url(/images/esquinas/input1LineaCentro.gif) repeat-x left top;
    height: 30px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-left: 8px solid #f2f2f2;
    border-right: 8px solid #f2f2f2;
    color: #e6b041;
    */
}
.input1Linea  .l02 {
    background-position: right top;
    left: auto;
    right: 0px;
}
.input1Linea  .etiquetaInput {
    font-size: 12px;
    position: absolute;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #999;
    left: 9px;
    top: 6px;
    cursor: text;
}
.cajaInput {
    margin-bottom: 10px;
}

.boton {
    float: right;
    position: relative;
}
/* MAIN */

/*
.boton.main .ladoIzq, .boton.main .ladoDcho {
        display:block;
        width: 5px;
        height: 32px;
        float: left;
        background: url(/images/botones/ladosBotonMain.gif) no-repeat left top;
}
.boton.main .ladoDcho {
        background-position: right top;
}
.boton.main a {
        display:block;
        height: 32px;
        float: left;
        background: url(/images/botones/centroBotonMain.gif) repeat-x left top;
        font-family: 'Nunito', sans-serif;
        font-weight: 300;
        font-size: 10px;
        text-transform: uppercase;
        color: white;
}
*/
.boton.main {
    display: block;
    font-family: 'Karla', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    border-radius: 5px;
    padding: 6px 10px;
    border: 0px;
    border-bottom: 2px solid #600002;
    background: url(/images/botones/centroBotonMain.gif) repeat-x left top;
    margin: 10px;
    cursor: pointer;
}
.boton.main.icono {
    padding-right: 30px;
}
.boton.main.icono i {
    display: block;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 17px;
    height: 17px;
    background: url(/images/iconos/botones.png) no-repeat left top;
}


/* Mini main */

.boton.miniMain {
    height: 27px;
}
.boton.miniMain .ladoIzq, .boton.miniMain .ladoDcho {
    display:block;
    width: 5px;
    height: 27px;
    float: left;
    background: url(/images/botones/ladosBotonMini.png) no-repeat left top;
}
.boton.miniMain .ladoDcho {
    background-position: right top;
}
.boton.miniMain a {
    display: block;
    height: 21px;
    float: left;
    background: url(/images/botones/centroBotonMini.gif) repeat-x left top;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    padding: 6px 6px 0px 6px;
    text-shadow: 0px -1px 0px black;
}

/*****/


.boton.mini {
    width: 34px;
    height: 30px;
    background: url(/images/botones/miniBotones.png) no-repeat left top;
    margin-left: 10px;
}
.boton.superMini {
    width: 19px;
    height: 20px;
    background: url(/images/botones/superMiniBotones.png) no-repeat left top; 
}
.boton.calendario {
    background-position: left top;
}
.boton.horario {
    background-position: -34px top;
}
.boton.superMini.mas {
    background-position: left top;
}
.boton.superMini.menos {
    background-position: -19px top;
}

/* MINI */
.boton.mini {
    width: 34px;
    height: 30px;
    background: url(/images/botones/miniBotones.png) no-repeat left top;
    margin-left: 10px;
}
.boton.calendario {
    background-position: left top;
}
.boton.horario {
    background-position: -34px top;
}
.boton.activo {
    z-index: 1500;
    position: relative;
}
.boton.inactivo {
    border-bottom: 2px solid #666;
    background-image: url(/images/botones/centroBotonMainBN.gif);
}


.darkBkg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    background-color: black;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.cargandoSimple {
    background: url(/images/cargandoSimple.gif) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2000;
}
.bannerLlegada {
    background-color: #fbbf00;
    font-weight: bold;
    color:white;
    text-shadow: 0px -1px 0px black;
    padding: 10px;
    border-radius: 5px; 
    width: 380px;
    float: left;
    border-bottom: 1px solid #bb8e00;


    background: #4463c1; /* Old browsers */
    background: -moz-linear-gradient(top,  #4463c1 0%, #233772 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4463c1), color-stop(100%,#233772)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4463c1 0%,#233772 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4463c1 0%,#233772 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4463c1 0%,#233772 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4463c1 0%,#233772 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4463c1', endColorstr='#233772',GradientType=0 ); /* IE6-9 */

    /*    
        background-image: linear-gradient(bottom, #4463C1 74%, #233772 11%);
        background-image: -o-linear-gradient(bottom, #4463C1 74%, #233772 11%);
        background-image: -moz-linear-gradient(bottom, #4463C1 74%, #233772 11%);
        background-image: -webkit-linear-gradient(bottom, #4463C1 74%, #233772 11%);
        background-image: -ms-linear-gradient(bottom, #4463C1 74%, #233772 11%);
    
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.74, #4463C1),
            color-stop(0.11, #233772)
            );
    */

}

/*---------- Wrap -------------*/

.wrap:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#wrap:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
* html .wrap {
    height:1%;
}
.wrap {
    display:block;
}
.wrap {
    display:inline-block;
}
.wrap {
    display:block;
}

.cc-window {
    border-radius: 25px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
}
.cc-btn {
    background-color: #fcbf03 !important;
}