/* Footer */
footer {
	display: flex; flex-direction: row; justify-content: space-around;
	padding: .25em 5px; border-top: 2px solid var(--azulFrances);
	background-color: var(--grisOscuro); color: var(--grisClaro); font-weight: bold;
}
