#grey-map-wrapper~.h1-simulated {
    display: block
}

#map {
    width: 45%;
    float: left;
    position: relative
}

#map h1 {
    margin: 0 0 3px 0
}

#map-image {
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 0
}

@media screen and (max-width:1090px) {
    #map {
        width: 58%;
        padding-right: 5%
    }
}

@media screen and (max-width:890px) {
    #map {
        width: 100% !important;
        float: none
    }
    #map-image {
        width: 100%;
        height: auto;
        border: none;
        position: static
    }
}

#grey-map-wrapper {
    margin-bottom: 12px
}

.cross-link {
    margin-top: 12px
}



@media screen and (max-width:1090px) {
    #map {
        width: 58%;
        padding-right: 5%
    }
}





#tooltip-layer {
    position: absolute;
    background-image: url(/static/common/img/icons/bg_desplegable.gif);
    background-repeat: repeat-x;
    background-position: bottom right;
    font-size: 14px;
    padding: 7px 13px 13px 10px;
    border-top: 1px solid #809DB9;
    border-left: 1px solid #809DB9;
    background-color: #ffffcc;
    z-index: 7000
}

#tooltip-layer strong {
    display: block;
    margin-bottom: 5px
}

