.titulo {
	font-family: 'Sahitya', serif;
	font-variant: small-caps;
	color: #717271 !important;
	border: none;
	font-size: 18px;
	max-width: none;
}

.detalle h4 {
	font-family: 'Sahitya', serif;
	font-variant: small-caps;
	font-size: 12px;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	padding: 0;
}

.detalle ul {
	margin: 0;
	padding: 0;
}

.detalle {
	font-size: 12px;
	color: #717271 !important;
}

.detalle p {
	margin-top: 10px;
}

.detalle .texto a {
	text-transform: uppercase;
	font-family: 'Sahitya', serif;
	font-variant: small-caps;
	text-decoration: underline;
	color: #717271;
}

.links a {
	text-decoration: none;
}
.links a span {
	color: #717271;
	font-family: 'Sahitya', serif !important;
	font-size: 10px;
	font-variant: small-caps;
	display: inline-block;
}
.links a:hover {
	text-decoration: none;
}
.links a img {
	display: inline-block; 
	vertical-align: top;
}

.imagen img {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	object-fit: cover;
}

.texto ul {
	padding-left: 14px;
}