#leyenda_pereira {
	display: flex!important;
    justify-content: space-between;
}

.item_leyenda_pereira {
	padding: 0px 5px;
}

.item_leyenda_pereira_key {
	display: block;
	background-color: #337ab7;
    color: white;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.item_leyenda_pereira_texto {
	display: block;
	font-size: 12px;
    text-align: center;
}

.separador_relacionados {
	margin-top: 2rem;
    margin-bottom: 2rem;
}