#map {
    width: 257px;
    height: 161px;
    border: none;
    background-image: url('../img/map-fondo.gif'); 
    position: relative;
}

.nort-on {
    background-image: url('../img/map-nort.gif');  
}
.nort-on, .nort-off {
    width: 113px;
    height: 64px;
    position: absolute;
    top: 18px;
    left: 2px;
}

.cent-on {
    background-image: url('../img/map-cent.gif');  
}
.cent-on, .cent-off {
    width: 26px;
    height: 17px;
    position: absolute;
    top: 72px;
    left: 44px;
}

.suda-on {
    background-image: url('../img/map-suda.gif');      
}
.suda-on, .suda-off {
    width: 43px;
    height: 68px;
    position: absolute;    
    top: 82px;
    left: 51px;
}

.euro-on {
    background-image: url('../img/map-euro.gif');      
}
.euro-on, .euro-off {
    width: 41px;
    height: 34px;
    position: absolute;    
    top: 27px;
    left: 113px;
}

.afri-on {
    background-image: url('../img/map-afri.gif');      
}
.afri-on, .afri-off {
    width: 65px;
    height: 72px;
    position: absolute;    
    top: 58px;
    left: 106px;
}

.asia-on {
    background-image: url('../img/map-asia.gif');      
}
.asia-on, .asia-off {
    width: 95px;
    height: 75px;
    position: absolute;    
    top: 19px;
    left: 148px;
}

.ocea-on {
    background-image: url('../img/map-ocea.gif');      
}
.ocea-on, .ocea-off {
    width: 54px;
    height: 66px;
    position: absolute;    
    top: 76px;
    left: 203px;
}


.nort-txt {
    position: absolute;
    top: 44px;
    left: 13px;
}

.cent-txt {
    position: absolute;
    top: 80px;
    left: 7px;
}

.cari-txt {
    position: absolute;
    top: 67px;
    left: 61px;
}

.suda-txt {
    position: absolute;
    top: 112px;
    left: 19px;
}

.euro-txt {
    position: absolute;
    top: 45px;
    left: 90px;
}

.afri-txt {
    position: absolute;
    top: 75px;
    left: 117px;
}

.asia-txt {
    position: absolute;
    top: 46px;
    left: 181px;
}

.ocea-txt {
    position: absolute;
    top: 114px;
    left: 198px;
}

.nort-txt, .cent-txt, .cari-txt, .suda-txt, .euro-txt, .afri-txt, .asia-txt, .ocea-txt {
    font-family: Arial;
    font-size: 9px;
    color: #808080;
    z-index: 1000;
    text-align:center; 
    line-height: 9px;
    cursor: pointer;    
}
