div.headingMapaWeb {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
}

div.cajaMapaWeb > * {
    text-align: center;
}

div.cajaMapaWeb > div:nth-child(1) {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}

a.list-group-item {
    color: #555;
}

.list-group-item {
    background-color: #fff;
    border-top: 1px dashed #aaa;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
    font-weight: bold;
}

.list-group-item:nth-of-type(1) {
    border-top: none;
}