
.textodescriptivo {
	text-align: center;
}

.textodescriptivo p {
	font-family: 'Roboto Condensed', sans-serif!important;
	font-size: 1.3rem;
}

.textodescriptivo .destacado {
	font-weight: bold;
}

.textodescriptivo a {
	color: #456C50;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
}

.textodescriptivo a:hover {
	color: #5B936B;
	text-decoration: underline;
}