header {
    position: relative;
    width: 100%;
    margin: auto;
    position: relative;
    display: block;
}

main {
    width: 100%;
    margin: auto;
    position: relative;
    height: auto;
    overflow: hidden;
    min-height: 900px;
    //background-color: rgb(227,222,202);
    display: block;
}

body{
    font-family: "Calibri" !important; 
    font-size: 16px !important;
    color: rgb(147,147,147) !important;
}

footer {
    width: 100%;
    bottom: 0;
    margin: auto;
    position: relative;
    display: block;
}

h3,h2{
    color: #036F39;
}

a img{
    border: none;
}


.fondoPie .partesPie{
    width: auto;
    height: auto;

}

.fondoPie a{
    text-decoration: none;
    color: #FFF;
}
.fondoPie a:hover {
    text-decoration:underline;
}


.contenedorIconos {
    position:relative;
    width: 100%;
    height: 100%;
    margin:auto;
}

.icono {
    position:relative;
    background-color: aqua;
    margin:auto;
    width: 10%;
    height:100%;
    float: left;
    margin:10 10 10 10px;
}

.fondoCabecera{
    position:relative;
    width:auto;
    height:90px;
    z-index:1;
    background-color: #036F39;
    margin:0 0 0 0px;
}

.itemMenuBarraSuperior{
    color: #FFF;
    font-size: 16px;
    float: right;
    width: 80px;
    height: 90px;
    border-left: 1px solid #FFF;
    text-align: center;
    line-height: 80px;
}

.itemMenuBarraSuperior:hover{
    background-color: #9dd9b1;
    cursor: pointer;
    color: #036F39;
    font-weight: bold;
}

.contenedorLogo{
    float:left;color: #FFF; font-family: Calibri;margin-left: 30px; text-align: center;
}


.menu{
    width:100%;
    height: 3px;
    float: right;
    background-color: rgb(172,172,172);
    /*    margin-top: 90px;*/
    /*    display: none;*/
    z-index: 8;
}

.menu .item{
    height: 25px;
    width: 150px;
    position: relative;
    /*    background-color: #fff;*/
    float: right;
    color: #008E46;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    /*    margin-left: 5px;*/
    font-family: Verdana, Geneva, sans-serif;
    border-left: 1px solid #898788;
    border-bottom: 1px solid #898788;
    border-right: 1px solid #898788;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10;
    display: none;
}

.fondoIconosSuperiores{
    width:60px;
    height:60px;
    /*    float: right;*/
    background-color: #ff99cc;
    border-radius: 100%;
    /*    margin-right: 10px;*/
    margin: auto;
    margin-top: -8px;


}

.partesCabecera{
    height: 100px;
    width: 70px;
    float: right;
    text-align: center;
}

.fondoIconosSuperiores img{
    margin: auto;
    margin-top: 12px;
}

.partesCabecera span{
    line-height: 40px;
    font-weight: bold;
    color: rgb(47,47,47);
}

.fondoIconosSuperiores:hover{   
    background-color: #E5007D;
    cursor: pointer;
}

.item:hover{
    background-color: rgb(47,47,47);
    color: #fff;
    cursor: pointer;
}

.fondoPie{
    position:relative;
    width:auto;
    height:100px;
    z-index:1;
    background-color: #036F39;
    border-top: 2px solid rgb(172,172,172);
    font-size: 12px;
    color: #FFF;
}

.pantalla{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}

main .contenidoPrincipal{
    overflow: hidden;
    width: 1000px;
    height: auto;
    margin: auto;
    z-index: 3;
}

main .contenedorEstandar{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 3;
    display: block;
}
main .contenedorEstandarNew{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 1000px;
    z-index: 3;
    display: block;
}

main .bloqueContenido{
    width: 1000px;
    padding: 20px;
    margin: 0 auto;
    z-index: 3;
    display: block;
}

.contenedorImagen{

    width: 220px;
    height: 200px;
    border: 3px;
    border-radius:10px;
    border-color: crimson;
    z-index: 4;
    background-color:beige;
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 30px;
    float: left;
}


.barraHerramientas{
    position:relative;
    width: 100%;
    height: 60px;
    background-color: #ff9900;

}
.separadorContenidoNaranja{
    position:relative;
    width: 10px;
    height: 100%;
    margin: auto;
    background-color: #ff9900;
    float: left;

}

.subtitulo1{
    width: 100%;
    height: 20%;
    position: absolute;
    text-align: center;
    margin:auto;
    padding-top: 15px;
}

.inputTipo0{

    border-radius:10px;
    height: 25px;
    width: 200px;
    border:1px solid;
    border-color: #ff9900;
    font-size:17px;
    color: #999999;
    padding-left: 10px;

}

.inputTipo1{

    border-radius:10px;
    height: 22px;
    width: 100px;
    border:2px solid;
    border-color: #ff9900;
    font-size:20px;
    text-align: center;
    color: #999999;

}
.inputTipo2{

    border-radius:10px;
    height: 25px;
    width: 270px;
    border:1px solid;
    border-color: #ff9900;
    font-size:17px;
    color: #999999;
    padding-left: 10px;
}
.inputTipo3{

    border-radius:10px;
    height: 25px;
    width: 440px;
    border:1px solid;
    border-color: #ff9900;
    font-size:20px;
    color: #999999;
    padding-left: 10px;

}
.inputListado{
    border-radius:10px;
    height: 20px;
    width: 100px;
    border:1px solid;
    border-color: #ff9900;
    font-size:16px;
    font-weight: bold;
    color: #999999;
    text-align: center;

}
.inputGenerico{
    border-radius:10px;
    height: 20px;
    width: 200px;
    border:1px solid;
    border-color: rgb(147,147,147);
    font-size:16px;
    font-weight: bold;
    color: #999999;
    text-align: center;

}
.inputListadoCorto{

    border-radius:10px;
    height: 20px;
    width: 50px;
    border:1px solid;
    border-color: #ff9900;
    font-size:16px;
    font-weight: bold;
    color: #999999;
    text-align: center;
}
.textArea{
    border-radius:10px;
    border:1px solid;
    border-color: #ff9900;
    font-size:16px;
    font-weight: bold;
    color: #999999;
}


.foto{
    position: absolute;
    height: 180px;
    width: 150px;
    border-radius:15px;
    border:2px solid;
    border-color: #006699;

}

.textoCentrado{
    text-align: center;

}

.botonVerde{
    font-size:15px;
    height: 30px;
    background-color: green;
    border-radius:10px;
    color:aliceblue;
}
.botonCeleste{
    font-size:15px;
    height: 30px;
    background-color: beige;
    border-radius:10px;
    color: #006699;
    font-weight: bold;
}
.botonRojo{
    font-size:15px;
    height: 30px;
    background-color: red;
    border-radius:10px;
    color:aliceblue;
}

.separadorVerticalContenido{
    position:relative;
    top: 45%;
    width: 100%;
    height: 40px;
    background-color: #ff9900;

}
.selectBarraHorizontal{
    font-size:17px;
    border-radius:10px;
    padding-left: 5px;
    color: dimgray;
}
.importe {
    position: absolute;
    width: 150px;
    height: 50px;
    top: 74%;
    border-radius:10px;
    left: 74%;
    background-color: #006699;
    text-align: center;
    font-size: 24px;
    color: aliceblue;
}

.marcoCentrado{

    width: 600px;
    height: 600px;
    border: 2px solid #006699;
    border-radius: 16px;
    margin: auto;
    margin-top: 20px;
    font-style: oblique;
    border-top: 9px solid #006699;
}

.estandar h3{

    color: #006699;
    font-size: 30px;
    margin-top: 12px;
    margin-left: 20px;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;

}


.filaContenido {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}
.filaContenidoV2 {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

.filaContenido label,.filaContenidoV2 label{

    font-size: 16px;
    width: 25%;
    float: left;
    padding-left: 5px;
    color: rgb(147,147,147);

}
.filaContenido input,.filaContenidoV2 input{
    font-size: 16px;
    width: 150px;
    position: relative;
    float: left;
    padding-left: 5px;
    color: #6b6a6a;
    font-style: oblique;
    border:1px solid rgb(147,147,144);
    border-radius: 3px;
    height: 23px;
}

.filaContenido input[type=radio],.filaContenidoV2 input[type=radio]{
    font-size: 14px;
    width: 15px;
    position: relative;
    float: left;
    padding-left: 5px;
    padding-right: 20px;
}


.filaContenido textArea,.filaContenidoV2 textArea{
    font-size: 16px;
    color: #6b6a6a;
    font-style: oblique;
    border:1px solid rgb(147,147,144);
    border-radius: 3px;
}
.filaContenido span,.filaContenidoV2 span{
    position: relative;
    float: left;
    font-size: 14px;
    float: left;
    width: 5%;
    margin-left: 2px;
    color: red;

}

.filaContenido h4,.filaContenidoV2 h4{
    font-style: oblique;
}

/*.sombreadoSuperior{
    height: 7px;
    width: 100%;
    background-color: #E5007D;
    border-radius: 10px;
}*/

.filaTitulo{
    width: 100%;
    height: 2em;
    background-color: #18A65F;
    float: left;
    position: relative;
    color: #FFF;
    font-size: 18px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    font-style: oblique;
}

.filaTitulo div{
    position: relative;
    float: left;
    margin-left: 7px;
    margin-top: 2px;
}



.botonGenerico{
    background-color: #18A65F;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    margin-right: 5px;
}
.botonGenericoVA{
    background-color: #18A65F;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    margin-right: 5px;
}
.botonGenericoEP{
    background-color: #68BFE8;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    margin-right: 5px;
}
.botonGenericoCN{
    background-color: #A8C76B;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    margin-right: 5px;
}


.botonGenericoGris{
    background-color: #ccc;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    color: #4A4A4A;
    margin-right: 5px;
}

.botonGenericoEstandar{
    background-color: #006699;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    text-decoration:none;
    font-style: normal;
    color: white;
    font-weight: bold;
    border-radius: 8px;
}

.botonGenerico:hover,
.botonGenerico:focus,
.botonGenerico:active { /* Help keyboard users */
    background-color: #036F39;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.botonGenericoEP:hover,
.botonGenericoEP:focus,
.botonGenericoEP:active { /* Help keyboard users */
    background-color: #1D91C7;
    cursor: pointer;
}
.botonGenericoVA:hover,
.botonGenericoVA:focus,
.botonGenericoVA:active { /* Help keyboard users */
    background-color: #036F39;
    cursor: pointer;
}
.botonGenericoCN:hover,
.botonGenericoCN:focus,
.botonGenericoCN:active { /* Help keyboard users */
    background-color: #9DC155;
    cursor: pointer;
}
.botonGenericoGris:hover,
.botonGenericoGris:focus,
.botonGenericoGris:active { /* Help keyboard users */
    background-color: #777777;
    color: #ccc;
    cursor: pointer;
}
.botonGenericoRojo{
    background-color: #E87470;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    margin-right: 5px;
}
.botonGenericoRojo:hover,
.botonGenericoRojo:focus,
.botonGenericoRojo:active { /* Help keyboard users */
    background-color: #C1342F;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

div.respuesta{
    margin: 0 auto; 
    text-align: center;
    margin-top: 15px;
    color:#006699;
}

#contenidoIconosSuperiores{
    width: 400px;
    height: 200px;
    background-color: darkkhaki;
    position: absolute;
    float: right;
    margin-top: 120px;
    display: none;

}

.bloque{

    width: 100%;
    height: auto;
    position: relative;
    float: left;
    display: block;
    margin-top: 30px;

}

.separadorTitulo{
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #036F39;
    display: block;
    margin-top: 20px;

}


.tituloBloque{
    position: relative;
    width: 225px;
    height: 30px;
    background-color:#036F39;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    /*    font-weight: bold;*/
    line-height: 30px;
    font-size: 18px;
}

#buscador .componente select{
    position: relative;
    float: left;
    font-size: 30px;
    color: rgb(124,124,124);
    cursor: pointer;
    text-align: center;
}


#buscador{
    position: absolute;
    width: 100%;


    z-index: 10;
    margin-top: 90px;
    text-align: center;
}
#buscadorNombre{
    position: absolute;
    width: 100%;
    height: 50px;
    //background-color: #18A65F;
    z-index: 9;
    margin-top: -15%;
    text-align: center;
}

input.linea{
    border: none;
    border-bottom: 2px solid #939393;
    opacity: 0.7;
    font-size: 1.5em;
    color: rgb(94,94,94);
    text-align: center;
    height: 1.6em;
    //background-color: transparent;
}

input.linea:focus{
    outline: none;
}

.contenedorComponentes{
    background-color: #fff;
    width: 780px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    /*    border: 2px solid #036F39;*/
    border: 2px solid #036F39;
    border-radius: 5px;
    display: block;
}

.componente{
    height: 40px;
    border-right: 1px solid #ccc;
    position: relative;
    float: left;
    margin-top: 8px;
    padding-left: 12px;
    padding-right: 15px;
    padding-top: 5px;
}

.componenteV2{
    width: 30%;
    padding: 10px;
    float: left;
    position: relative;
}
.componenteV2 label{
    padding-top: 7px;
    width: 33%;
}

.cuadradito{
    width: 40px;
    height: 34px;
    border: 1px solid #cccccc;
    color: #969997;
    float: left;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    -webkit-user-select: none;  
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 32px;
}

.cuadradito:hover{
    border-color: #036F39;
    cursor: pointer;
    color: #036F39;
}

#contenLupa{
    background-color: #036F39;
    width: 70px;
    height: 60px;
    float: right;
    display: block;
    position: relative;
}

#contenLupa img{
    cursor: pointer;
}

.componente label{
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    color: rgb(147,147,147);
}

.componente input[type=text]{
    font-size: 16px; 
    height: 20px;
    border: 1px solid rgb(147,147,147);
    border-radius: 5px;
}

select{
    font-size: 16px;
    border: 1px solid rgb(147,147,147);
    border-radius: 5px;
    height: 30px;
    color: rgb(147,147,147);
    margin-top: 3px;
    cursor: pointer;
}

.criterioFiltro{
    width: 24%;
    height: 2em;
    border-right: 1px solid #ccc;
    margin-top: 0.7em;
    margin-left: 0.5em;
    position: relative;
    float: left; 
    text-align: center;
    list-style-type: none;
    display: block;

}

.criterioFiltro label{
    font-size: 16px;
    text-align: center;
    color: rgb(147,147,147);
    margin-top: 5px;
}
.criterioFiltro > div{
    width: 70%;
    float: left;
}
textarea {
    resize: none;
}


.contenedorPartesCabecera{
    width: 100%;height: 90px;position: relative;float: left;
}

.contenedorPartesCabecera img:hover{
    cursor: pointer;
}

.oferta{
    border-radius: 100%;
    position: absolute;
    left:-5px;
    top:-18px;
}

.contenido img.imgPrincipal{
    width: 300px;
    height: 225px;
}

#resultBusquedaNombre{
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 14.8em;
    background-color: #FFF;
    margin: 0 auto;
    opacity: 0.9;
    display: none;
    overflow-y: scroll;
    border-bottom: 2px solid #939393;

}

#resultBusquedaNombre div{
    border:none;
    border-bottom: 1px solid #ccc;
    border-bottom-style: dotted;
    font-size: 1.5em;
    height: 1.6em;
    line-height: 1.5em;
    text-align: center;
}

#resultBusquedaNombre div:hover{
    background-color: #036F39;
    color: #FFF;
    cursor: pointer;
}

.mensajeHome{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}


.par{
    background-color: #FFF;
}
.impar{
    background-color: rgba(158, 158, 158, 0.31);
}

.importante{
    color: #C31404;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.textosTarifasEspeciales{
    padding-top: 20px;
    padding-bottom: 50px;
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
    background-image: linear-gradient(to right, white, #E4E3E3, white);
    border: 0;
    height: 2px;
    margin: 22px 0;
}
hr.short {
    margin: 11px 0;
}

hr.tall {
    margin: 44px 0;
}

.separadorLinea{
    position: relative;
    float: left;
    width: 100%;
    height: 2px;
    background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
    background-image: linear-gradient(to right, white, #E4E3E3, white);
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;

}

.botonGrandeCircular{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #036F39;
    color: #036F39;
    text-align: center;
    font-size: 60px;
}
.botonGrandeCircular:hover{
    color: #FFF !important;
    background-color: #036F39;
    cursor: pointer;
}

.parteAutoajustable{
    width: auto;
    float: left;
    padding: 20px;
}

.masContenido{
    width: auto;
    padding: 10px;
    border: 1px solid #036F39;
    color: #036F39;
    background-color: #fff;
}

.masContenido:hover{
    background-color: #036F39;
    color: #FFF !important;
    cursor: pointer;
    text-decoration: none;
}

.separadorMasContenido{
    text-align: center;
    height: 2px;
    border-bottom: 1px solid #036F39;
    float: left;
    width: 100%;
    height: 9px;
    margin-top: 20px;
}
.textoLogo{
    font-size:37px;
}
.subtextoLogo{
    font-size: 15px;
    font-style:oblique
}

.contenedorBandera{
    float:right;margin-top: 27px;margin-right: 7px;
}

a.generico{
    color: #036F39;
}

a.generico:link,a.generico:hover,a.generico:active,a.generico:visited{
    color:#18A65F;
}
.mensajesForm{
    color: red;
    font-size: 14px;
    display: none;
}

#alertaCookies{
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
    background: #4A4A4A;
    z-index: 10;
    border-bottom: 1px solid #ACACAC;
    font-size: 14px;
    text-align: center;
    color: #ccc;
}

#alertaCookies .content{
    margin-top: 0px;
    margin: 0 auto;
    padding: 10px;
}

h1{
    color: #036F39;
}

div.webElPalmar,div.webVejer,div.webConil,.webConil{
    height: 142px;
    width: 142px;
    color: black;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #e4e3e3;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;

}

div.webElPalmar{
    background-image: url("https://vejeralquiler.com/libreria/recursos/img/iconos/el-palmar.png");
    border:2px solid #36A9E0;
}
div.webVejer{
    background-image: url("https://vejeralquiler.com/libreria/recursos/img/iconos/vejer-alquiler2.png");
    border:2px solid #036F39;
}
div.webConil{
    background-image: url("https://vejeralquiler.com/libreria/recursos/img/iconos/conil-alquiler.png");
    border:2px solid #8CC127;
}

div.webElPalmar:hover{
    box-shadow: 0px 0px 20px #36A9E0;
    cursor: pointer;
    background-position-y:-120px;
}
div.webVejer:hover{
    box-shadow: 0px 0px 20px #036F39;
    cursor: pointer;
    background-position-y:-120px;
}
div.webConil:hover{
    box-shadow: 0px 0px 20px #8CC127;
    cursor: pointer;
    background-position-y:-120px;
}

.colorWebElPalmar{
    color: #177FAF !important;
    font-size: 22px!important;
} 
.colorWebConil{
    color: #8AAF41!important;
    font-size: 22px!important;
}
.colorWebVejer{
    color: #036F39!important;
    font-size: 22px!important;
}

.circuloIcono{
    margin: 0 auto;
    color: #FFF;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.desplegableCabecera:hover{
    cursor: pointer;
    color: #FFF;
}
.desplegableCabecera2:hover{
    cursor: pointer;
    color: #FFF;
}
.fondoCabeceraTablas{
    color: #FFF;
}
.calBuscador{
    cursor: pointer;
}
.tituloPrincipal{
    text-align: center;
    margin-bottom: 60px;
}
.mensaje-no-result{
    padding: 30px;
    text-align: center;
    font-size: 18px;
}