.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;
}
.enlace-central a.rspkr_dr_link{
	border: 0;
	padding: 1em;
}

/* Dark Mode  */

.enlace-central.dark {
	text-align: center;
	background-color: #707070;
	padding: 2rem 0;
	margin: 2rem 0;
}
.enlace-central.dark img{
	filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(0%) hue-rotate(236deg) brightness(102%) contrast(103%);
}
.enlace-central.dark a {
	display: inline-block;
	padding: .6rem 3.5rem;
	border: solid 1px white;
}

.enlace-central.dark a:hover {
	background-color: #050708;
	color: white;
	border-color: #FFFFFF;
}
