
.ButStrz{    
    width: fit-content;    
    display: flex;
    flex-direction: column;
    margin-top: 20px;

}
.btnnav{
    border:solid black 2px ;
    border-radius:6px;
    width: 40px;
    height: 40px;
    
}
.midle{
    margin-left: -44px;
}

#BtnUP{
    background-image: url('./assety/btn.PNG');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 5px;
    cursor: pointer;
    
}
#Btnleft{
    background-image: url('./assety/btn.PNG');
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(270deg);
    cursor: pointer;
}
#BtnRight{
    background-image: url("./assety/btn.PNG");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
    cursor: pointer;
}
#BtnDown{
    background-image: url("./assety/btn.PNG");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    cursor: pointer;
}

.ButZm{
    width: 90%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.BtnZoom{
    cursor: pointer;
    font-size: xx-large;
    font-weight:bolder;
    border:black solid 2px;
    color:black;
    border-radius: 6px;
    box-sizing: border-box;
    padding-top:-10px ;
    width: 40px;
    height: 40px;
    text-align:center;
}
#BTNMinus{
    margin-right: 5px;
}

.zoombtn{
    width: fit-content;
    position: relative;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    
}
#mapa{
    overflow: hidden;
}