.mapa_wrapper {
            float: left;
        }
        
        .mapa-capa {
    position: absolute;
    top: 0;
    display: none;
}

.lista-leyenda {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
    margin-bottom: 20px;
}

.lista-leyenda-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.lista-leyenda-nav ul li {
    text-align: left;
    font-size: 13px;
    line-height: 13px;
    margin-top: 7px;
    letter-spacing: 1px;
    word-wrap: break-word;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    display: inline;
    -webkit-transition-duration: 0.3s;
    transition-delay: 0s;
    border-color: #000000;
    transition-timing-function: ease;
    background-image: url(../images/blank.gif);
    background-color: #FFFFFF;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    border-width: 3px;
    padding: 3px;
    border-style: solid;
    cursor: pointer;
    margin: 2px;
    float: left;
}

.lista-leyenda-nav ul li:hover,
.lista-leyenda-nav ul li.active {
    background-color: #0098DB;
    border-color: #0098DB;
    color: #fff;
}

.leyenda-simbolos {
    float: left;
    width: 100%;
    min-height: 400px;
    padding: 1%;
    position: absolute;
    z-index: 10;
}

.leyenda-descr {
    display: none;
}

.leyenda1,
.leyenda2,
.leyenda4,
.leyenda6,
.leyenda7,
.leyenda10 {
    float: right;
    width: 30%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}
.leyenda10{
    height: 350px;
    overflow-y: auto;
}
.leyenda8,
.leyenda3 {
    float: right;
    width: 30%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 260px;
    overflow-y: auto;
}

.leyenda-descr.leyenda8 p,
.leyenda-descr.leyenda10 p {
    margin-top: 2px;
}

.leyenda-descr .tit-leyenda {
    font-family: 'Open Sans', sans-serif;
    min-height: 29px;
    font-weight: 600;
    margin-top: 7px;
    font-size: 12px;
    position: relative;
    background-color: transparent;
}

.leyenda-descr .texto-leyenda {
    float: left;
    margin-left: 25px;
}

.leyenda-descr img {
    margin-right: 6px;
}

.carril-bici {
    width: 47px;
    display: inline-block;
    border-bottom: 3px solid #009030;
}

.linea-bus-1 {
    width: 47px;
    display: inline-block;
    border-bottom: 3px solid #E0040B;
}

.linea-bus-2 {
    width: 47px;
    display: inline-block;
    border-bottom: 3px solid #009CDE;
}

.titulo-sevici {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.texto-detalle-sevici {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.titulo-detalle-sevici {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.ver-todo {
    width: 92px;
    height: 92px;
    padding-top: 35px;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    border-radius: 50px;
    transition-delay: 0s;
    border-color: #000000;
    transition-timing-function: ease;
    background-image: url(../images/blank.gif);
    background-color: #FFFFFF;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    border-width: 3px;
    position: absolute;
    padding-bottom: 35px;
    border-style: solid;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    cursor: pointer;
    top: 35px;
    left: 35px;
    z-index: 15;
}

.i18n-en .ver-todo {
    padding-top: 23px;
}

.ver-todo:hover,
.ver-todo.active {
    background-color: #0098DB;
    min-height: 0px;
    /* border-radius: 50px; */
    width: 92px;
    border-color: #0098DB;
    margin: 0px;
    color: #fff;
}