#flotante {
    position: absolute;
    display:none;
    font-family:Arial;
    font-size:0.8em;
    width:auto;
    padding: 20px;
    border:1px solid #eee;
    background-color:#fff;
    color: #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
}
#flotante span.glyphicon {
    color: #ec0000;
    font-weight: bold;
    padding-right: 10px;
}
#flotante #web {
    font-size: 16px;

}
.map .back-red {
    cursor: pointer;
}
.map #map {
    margin: 10px auto;
    height: 500px;
    width: 100%;
    
}
.map #map svg {
    position: relative;
    overflow: visible !important;
    max-width: 915px;
}
.map #map a {
    z-index: 9999;
    color: #333;
}
@media screen and (max-width: 1199px) {
    .map #map {
        height: 370px;
    }
    .map #map svg {
        max-width: 745px;
        height: 310px;
    }

}
@media screen and (max-width: 991px) {
    .map #map {
        height: 300px;
    }
    .map #map svg {
        max-width: 575px;
        height: 230px;
    }

}
@media screen and (max-width: 1199px) {


}
/*Éste hack es para IE9 e IE10*/
@media screen and (min-width:0\0) {
    .map #map {
        position: relative;
    }
}

