
@charset "UTF-8";
/* CSS Document */


/* figura a manera de lista */
.lista-color {
	background-color: #70B0FF;
}

.lista-color .list-group-item {
	background-color: transparent;
	color: #111;
	font-weight: bold;
	font-size: .8rem;
	list-style: initial;
}