.leaflet-control-attribution {
    display: none;
}

.leaflet-control-layers {
    clear: none !important;
}


.legend {
    line-height: 18px;
    color: black;
}


.legend img {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}


.info {
    padding: 6px 8px;
    font: 15px/20px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 10px;
}

/** INICIO IMAGES -- LOAD **/

.iframeLoad {
  background: url("../images/circle.gif") no-repeat center;
}

/** FIN IMAGES -- LOAD **/


/**--- Leyenda hrs 07 - 13 - 19 ---**/

.leyenda {
    line-height: 18px;
    color: black;
    margin-left: 55px !important;
    margin-top: 3px !important;
    /*clear: none !important;*/
}

@media (max-width: 475px) {
  .leyenda {
    margin-left: 10px !important;
  }

  .leaflet-control-layers {
    margin-left: 45px !important;
    Margin-top: -65px !important;
  }
}

.hrs {
    padding: 5px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/**--- Leyenda hrs 07 - 13 - 19 ---**/

/**-- Control Search --**/
.leaflet-control-search {
	margin-top: 10px !important;
}
/**-- Control Search --**/