.leaflet-control-layers-group-name {
    font-weight: bold;
    margin-bottom: .2em;
    margin-left: 3px;
}

.leaflet-control-layers-group {
    margin-bottom: .5em;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 10px;
}

.circle {
    background: #ff9019; /* color of the circle */
    border-radius: 50%; /* make the div a circular shape */
    /*box-shadow: 4px 4px 3px grey; !* see http://www.w3schools.com/css/css3_shadows.asp *!*/
    /*-moz-box-shadow: 4px 4px 3px grey;*/
    /*-webkit-box-shadow: 4px 4px 3px grey;*/
    color: white;
    text-align: -webkit-center;
}

.leaflet-div-icon {
    background: none !important;
    border: none !important;
}

.circle_legend {
    border-radius: 50%; /* make the div a circular shape */
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 2px;
}

.leaflet-control-layers-group-name {
    font-size: 14px;
}

/*.leaflet-control-layers-toggle{*/
    /*background-image: url("img/leyendaBoton.png") !important;*/
    /*width: 112px !important;*/
    /*height: 37px !important;*/
    /*background-color: #473370;*/
/*}*/