.search .page-header h1.titulos_plantilla {
	font-size: 2em;
}
h1.titulos_plantilla, h2.titulos_plantilla {
    color: #023b18;
	padding: 0.5em;
}
.ver_mas_link {
	display: flex;
	font-size: 1.2rem;
	/*padding: 1em;*/
	border-top: dashed 1px lightgray;
	width:100%;
	align-items: center;
	justify-content: space-between;
}
.ver_mas_link.video {
	margin-top: 2em;
}
.ver_mas_link a {
	background-color: #023b18;
	padding: 1em 2em;
	color: #fff;
	text-decoration: none;
	border-radius: 12px;
	line-height: 1.1em;
	margin: 1em 1em;
	font-size: 12px;
}
.ver_mas_link a:visited {
    color: #fff;
}
.contenedor-notas {
	display: grid;
	grid-template-columns: 90%;
	justify-content: center;
}

.contenedor-notas article {
	width: 100%
}
section a {
	text-decoration: none;
}
section a h2 {
	padding: 0.5em;
}
.contenedor-gts > section:nth-child(2n) {
	background-color: #efefef;
}
.contenedor-gts > section:nth-child(2n+1) {
	background-color: #fafafa;
}
.contenedor-gts > section {
	padding: 2em 0;
}
.contenedor-gts > section.presentacion {
	background-color: unset;
	padding: 0 0 2em;
}
.at-below-post-page.addthis_tool, .entry-content .more-link {
	display: none;
}
a[href="#inicio"] {
	background-color: #aaa;
}
.indice {
	display: flex;
	font-family: helvetica,sans-serif;
	margin: 1rem 0;
	padding: 0;
	flex-direction: row;
	justify-content: space-evenly;
	background-color: black;
}
.indice li {
	list-style: none;
	padding: .1em .5em;
	font-size: 13px;
	margin: .3em;
	text-decoration: none;
	color: white;
}
.indice a:hover {
	background-color: #22b9c1;
}
.indice a:hover li {
	color: black;
}
.imagen-clacso-tv {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.imagen-clacso-tv img {
	max-height: 300px;
	object-fit: cover;
}
.destacado {
	grid-column: 1 / span 3;
}
.destacado .imagen-clacso-tv img {
	max-height: 100%;
}

.destacado .imagen-clacso-tv {
	font-size: xxx-large;
}
.imagen-clacso-tv a::before {
	content: "\f04b";
	display: block;
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font: normal normal normal 14px/1 FontAwesome;	
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	font-size: 2em;
	color: #fff;
}
.imagen-clacso-tv a:hover img {
	filter: grayscale(100%) brightness(80%);
}

.titulo-arriba {
	margin-top:-0.8em;
	margin-bottom:0.2em;
}

.titulo-arriba a {
	text-decoration:none;
}

.contenedor-notas img {
	overflow: hidden;
	max-height: 125px;
	object-fit: cover;
	object-position: 50% 0;
}

@media (max-width: 728px) {
	.indice {
		flex-direction: column;
	}
}
@media (min-width: 728px) {

	.contenedor-notas {
		grid-template-columns: 30% 30% 30%;
		justify-content: space-evenly;
	}

	.imagen-clacso-tv img {
		max-height: 115px;
	}
}