.semaforo {
	width:16px;
	height:16px;
	background-image: url("semaforos.png");
	background-repeat: no-repeat;
}

.gris 		{ background-position: 0px 0px; 		}
.rojo 		{ background-position: 0px  -17px; 	}
.amarillo 	{ background-position: 0px  -34px; 	}
.verde 		{ background-position: 0px  -51px; 	}

.icono_urgencia {
	
	width:18px;
	height:18px;
	background-image: url("urgencia.png");
	background-repeat: no-repeat;
	
}

.pino {
	width:21px;
	height:21px;
	background-image: url("pino.png");
	background-repeat: no-repeat;
}