.icon-Doliwaste{
    background-image: url('../img/logoMenu.png');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.commercialMap{
    width: 69%;
    height: 500px;
    display:inline-block;
    position: relative;
    vertical-align: top;
}
.commercialRoutes{
    width: 29%;
    height: 500px;
    display:inline-block;
    position: relative;
    vertical-align: top;
    border-left: 1px solid #bababa;
    overflow: scroll;
}
.center{
    text-align: center;
}
.aItem{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 2em;
    margin-top: 20px;
}
.mapFrame{
    width: 100%;
    height: 430px;
    border: 0px;
}

#generarPdfBtn{
    display: inline;
    margin-bottom: 10px;
    margin-top: 20px;
}

.btn-info{
    color: #eee !important;
}

.btnInformesContainer{
    margin-top: 20px;
}

.btnInformesContainer a{
    margin-left: 10px;
}