.enlace-central {
	text-align: center;
	background-color: #EFF4FB;
	padding: 2rem 0;
	margin: 2rem 0;
}
.enlace-central.horizontal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}
.enlace-central img {
	max-width: 8rem;
	max-height: 8rem;
	margin-bottom: 1rem;
}
.enlace-central.horizontal img {
	max-width: 6rem;
	max-height: 6rem;
	margin-bottom: 0;
}
.enlace-central h3 {
	font-size: 2.4rem;
	margin: 0 0 .5rem;
	font-family: Open Sans Extrabold;
}
.enlace-central.horizontal h3 {
	margin: 0 3rem;
	font-family: Open Sans Extrabold;
}
.enlace-central a {
	display: inline-block;
	padding: .6rem 3.5rem;
	border: solid 1px black;
}
.enlace-central a:hover {
	background-color: #0A629D;
	color: white;
	border-color: #0A629D;
}