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

/* ICONS */

.icon-morado {
	background: url('images/icons/morado.png') center center no-repeat;
}
.icon-red {
	background: url('images/icons/red.png') center center no-repeat;
}
.icon-dorado {
	background: url('images/icons/dorado.png') center center no-repeat;
}
.icon-cruz {
	background: url('images/icons/cruz.png') center center no-repeat;
}
.icon-pasos {
	background: url('images/icons/pasos.png') center center no-repeat;
}
/* MARKERS */
.marker-ayuntamiento {
	background: url('images/markers/ayuntamiento.png') center center no-repeat;
}
.marker-cruz {
	background: url('images/markers/cruz.png') center center no-repeat;
}