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

/* ICONS */
.icon-ayuntamiento {
	background: url('images/icons/ayuntamiento.png') center center no-repeat;
}
.icon-ruta01 {
	background: url('images/icons/ruta01.png') center center no-repeat;
}
.icon-ruta02 {
	background: url('images/icons/ruta02.png') center center no-repeat;
}
.icon-ruta03 {
	background: url('images/icons/ruta03.png') center center no-repeat;
}
.icon-ruta04 {
	background: url('images/icons/ruta04.png') center center no-repeat;
}
.icon-ruta05 {
	background: url('images/icons/ruta05.png') center center no-repeat;
}

