.leaflet-div-icon {
	background: transparent;
	border: none;
	/* width: 48px;
	height: 48px; */
	border-radius: 100%;
	/* left: -15px; */
}

.leaflet-marker-icon .numberBueno{
	position: relative;
	top: -48px;
	left: 15px;
	font-size: 18px;
	width: 25px;
	text-align: center;
	/* color: #3a3838; */
	color: White;
}

.leaflet-marker-icon .number{
	position: relative;
	top: -48px;
	left: 15px;
	font-size: 18px;
	width: 25px;
	text-align: center;
	color: #3a3838;
	/* color: White; */
}
