.marker-cluster-small {
	background-color: rgba(2, 226, 140, 0.6);
	width: 30px;
	height: 30px;
	}
.marker-cluster-small div {
	background-color: rgba(204, 204, 57, 0.6);
	width: 30px;
	height: 30px;
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	width: 60px;
	height: 60px;
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	width: 60px;
	height: 60px;
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	vertical-align: middle;
	border-radius: 15px;
	font: 12px "Montserrat", Arial, Helvetica, sans-serif;

	}
.marker-cluster span {
	line-height: 30px;
	text-align: center;
	vertical-align: middle;

	}

.mycluster-minas {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  /* background-color: rgba(178, 186, 187,0.8); */
	border-style: solid;
  border-width: 2px;
	border-color: rgba(27, 38, 49,0.8);
  text-align: center;
  font: 10px "Montserrat", Arial, Helvetica, sans-serif;
	color: black;
  padding-top: 8px;
}

.mycluster-minas-all {
  background-color: rgba(149, 165, 166);
}

.mycluster-minas-explo {
  background-color: #E68310;
}

.mycluster-minas-extra {
  background-color: #F2B701;
}

.mycluster-minas-transf {
  background-color: #5F4690;
}

.mycluster-minas-transp {
  background-color: #88CCEE;
}

.mycluster-minas-cierre {
  background-color: #1D6996;
}

.mycluster-minas-desma {
  background-color: #E73F74;
}

.mycluster-minas-rest {
  background-color: #DDCC77;
}

.mycluster-minas-reap {
  background-color: #000000;
	color: white;
}
