.icon {
	display: inline-block;
	margin: 2px;
	height: 16px;
	width: 16px;
	background-color: #ccc;
}

/* ICONS */

.icon-limite {
	background: url('../images/icons/icon-limite.png') center center no-repeat;
}
.icon-mundis {
	background: url('../images/icons/icon-mundis.png') center center no-repeat;
}
.icon-mundo {
	background: url('../images/icons/icon-mundo.png') center center no-repeat;
}
.icon-elevacion {
	background: url('../images/icons/icon-elevacion.png') center center no-repeat;
}
.icon-vegetacion{
	background: url('../images/icons/icon-vegetacion.png') center center no-repeat;
}
.icon-hillshade{
	background: url('../images/icons/icon-hillshade.png') center center no-repeat;
}
.icon-hidrografia{
	background: url('../images/icons/icon-hidrografia.png') center center no-repeat;
}
.icon-fisiografia{
	background: url('../images/icons/icon-fisiografia.png') center center no-repeat;
}
.icon-transporte{
	background: url('../images/icons/icon-transporte.png') center center no-repeat;
}
.icon-poblacion{
	background: url('../images/icons/icon-poblacion.png') center center no-repeat;
}
.icon-limites{
	background: url('../images/icons/icon-limites.png') center center no-repeat;
}
.icon-utilidades{
	background: url('../images/icons/icon-utilidades.png') center center no-repeat;
}
.icon-industria{
	background: url('../images/icons/icon-industria.png') center center no-repeat;
}



/* MARKERS */
.leaflet-marker-icon {
	padding: 2px;
	text-align: center;
}
.marker-bar {
	background: url('images/markers/bar.png') center center no-repeat;
}
.marker-fuel {
	background: url('images/markers/fuel.png') center center no-repeat;
}
.marker-parking {
	background: url('images/markers/parking.png') center center no-repeat;
}
.marker-drinking_water {
	background: url('images/markers/drinking_water.png') center center no-repeat;
}


