#mapa {
    position:relative;
    width:98%;
    height:350px;
    z-index:2;
    margin-top: 60px;
}

#precios input{
    text-align: center;
}

.contenedorPestanias{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.contenedorPestanias .pestania{
    width: 105px;
    height: 35px;
    float: left;
    border: 1px solid #036F39;
    text-align: center;
    line-height: 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #036F39;

}

.pestania.activa{
    background-color: #036F39;
    color: #FFF;
}

.pestania:hover{
    cursor: pointer;
}

.contenidoPestania{
    border: 1px solid #036F39;
    width: 98%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;  
    padding-left: 20px;
    padding-bottom: 10px;
}

#archivos_actuales{
    height: auto;
    width: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 50px;
    margin-left: 40px;
}

.nodoCaracteristica{
    width: 33%;
    height: 1.3em;
    //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;

}

.nodoCaracteristica label{
    font-size: 16px;
    text-align: center;
    color: rgb(147,147,147);
    margin-top: 5px;
}
.nodoCaracteristica > div{
    width: 75%;
    float: left;
}

#contenedorOpiniones{
    width: 98%;height:500px;overflow-y: scroll;overflow-x: hidden;
}

.cabecera h3{
    margin: 0px;
}

/* Tabletas (Vertical y Horizontal) ----------- */
@media all
and (min-width : 768px) 
and (max-width : 1024px) {
    .nodoCaracteristica{
        width: 50%;
    }
    #contenedorBotones{
        margin-right: 150px;
    }

    .contenidoPestania{
        width: 90%;
        margin: auto;
    }
    .contenedorPestanias{
        width: 90%;
        margin: auto;

    }
    .contenedorPestanias .pestania{
        width: 12%;
        float: left;
    }
    #contenedorBotones{
        width: 90%;
    }
    h4{
       /* padding-left: 50px; */
    }
}