#contMapa {
    height: 49vh;
    width: 100%;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

#map {
    height: 100%;
    width: 100%;
    min-width: 200px;
    min-height: 200px;
}
/*
.navbar-default{
    background-image: url("../images/gamlp_smp_logo.png");
    background-repeat: no-repeat;
    border-radius: 0px !important;
    border-bottom: 2px solid #c52d72;
}
*/
.dg-cmdbuttons {
    white-space: nowrap;
    letter-spacing: 7px;
    font-size: 1.075em;
    margin-bottom: 5px;
}

.layer-info-x-desc {
    max-width: 13em;
    font-size: 0.9em;
}


.waitImage {
    margin: 0px; 
    padding: 0px; 
    position: fixed; 
    right: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%;
    z-index:2000 !important;
    background-color: #f0f0f010;
    pointer-events: none;
}

.waitImage > p {
    position: absolute; 
    top: 50%; 
    left: 50%;
    width: 50px;
    height: 50px;
    background-image: url("../../images/spinner.gif");
    background-repeat: no-repeat;
}


.navbar{
    margin-bottom: 2px;
    border-radius: 0px;
}

.navbar-default{
    /* background-image: url(../../images/logoLPZ.PNG); */
    background-repeat: no-repeat;
    background-color: #29c3c5;
    border-color: #29c3c5;
    border-bottom: 2px solid #e55d90;
}

.navbar-default a{
    color: #fff !important;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.navbar-default a:hover{
    color: #ffec97 !important;
}
.navbar-default li.active{
    background-color: #004bbd !important;
}

/*
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited, .btn-success:focus, .btn-success:active:focus {
    background-color: #FFD101;
    color:#2459aa;
}
*/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: #13a1a5 !important;
    color: #ffec97 !important; 
}

@media (max-width: 767px) {
  .navbar-default{
    /* background-image: url("../images/gamlp_smp_logo_v2.png");
    background-repeat: no-repeat; */
    border-radius: 0px !important;
    border-bottom: 2px solid #c52d72;
  }
}