body{
	
	--fuente-xxxl:5.5vw;
	--fuente-xxl:2em;
	--fuente-xl:1.8em;
	--fuente-l:1.5em;
	--fuente-m:1.3em;
	--fuente-n:1em;
	--fuente-s:0.8em;/*Tamaño de fuente pequeña*/
	--fuente-xs:0.6em;
	--fuente-w-1:300; /*Ancho de fuente 1*/
	--fuente-w-2:400; /*Ancho de fuente 2*/
	--fuente-w-3:700; /*Ancho de fuente 3*/
	--fuente-w-4:200; /*Ancho de fuente 3*/
	--padding-0:0.5vw;
	--padding-1:1em;
	--padding-2:2em;
	--padding-3:3em;
	--padding-4:4em;
	--espacio-superior:calc(var(--padding-4) * 2.5); /*Alto del header*/
	--alto-1:15vh;
	--alto-2:55vh;
	--barra-lateral:5vw;
	--lateral-1:100%; /*Barra lateral*/
	--lateral-2:100%; /*Espacio*/
	--lateral-3:100%; /*Espacio*/
	--contenido:100%; /*contenido*/
	--contenido-2:100%; /*contenido*/
	--contenido-3:100%; /*contenido*/
	--border-red:8px; /*Border Redondeados*/
}

.flexor{
	display: inherit;
}

.barra-lateral{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: var(--padding-1);
}

.logo{
	float: inherit;
	width: 50%;
	margin: 0 auto;
}

.menu-anual{
	display: none;
}

.imagen-banner{
	height: auto;
	padding: var(--padding-2);
}

.texto-introduccion, .texto-internar{
	max-width: 100%;
}



.cajones{
	width: 100%;
	margin: var(--padding-2) 0;
	flex-direction: column;
}

.cajones li{
	margin: 0 0 var(--padding-2) 0;
}

.destacados{
	width: 100%;
	margin: var(--padding-2) 0;
}

.contenido-linea{
	margin: 0;
	padding: var(--padding-2);
}

.apertura-contenido p{
	max-width: 100%;
}

.contenido-anual::before{
	content: none;
}

.timeline-item{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timeline-item .punto-central {
order: -1; /* esto lo sube arriba */
}

.timeline-item .lado.norte {
order: 1;
}

.timeline-item .lado.sur {
order: 2;
}

.norte-sur{
	display: none;
}

.filtros{
	flex-direction: column;
}

.filtros p{
	font-size: var(--fuente-n);
}

.punto-central, .punto-central span{
	width: 100%;
}

.imagen-100, .imagen-der{
	float: left;
	width: 100%;
	margin: var(--padding-2) 0;
}

.pie-foto p{
	font-size: var(--fuente-s);
}


