
.textodescriptivo {
	text-align: center;
}

.textodescriptivo p {
	font-family: 'EB Garamond', serif!important;
	font-size: 1.3rem;
}

.textodescriptivo p.destacado {
	font-weight: bold;
}

.textodescriptivo a {
	color: #DC143C;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}

.textodescriptivo a:hover {
	color: #4B0082;
	text-decoration: underline;
}