.rojo {
	color: red;
}

.verde {
	color: green;
}

.blanco {
	color: white !important;
}

.azulGesprol {
	color: #00004c !important;
}

li.show-when-last,
li.show-when-first {
	display: none;
}

li.show-when-last:last-child,
li.show-when-first:first-child {
	display: inherit;
}
