.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-green {
	background: url('images/icons/green.png') center center no-repeat;
}