.slick-arrow {
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    min-width: 50px;
    min-height: 50px;
	cursor: pointer;
	position: absolute;
	height: 100%;
}


.slick-next.slick-arrow {
	background-image: url(../img/flecha.png);
	right: 0;
}

.slick-prev.slick-arrow {
	left: 0;
    background-image: url(../img/flecha2.png);
}

.layout-slides{
	display: flex;
    flex-direction: row;
	align-items: center;
	transition: opacity 200ms;
}

.slick-list{
	margin: 0 5em;
}

.layout-slides .slide{
	display: flex;
	flex-wrap: wrap
}

.layout-slides .slide .descripcion_elemento{
	padding: 2em 3em;
	flex: 1 1;
}
.layout-slides .slide .imagen_elemento {
	flex: 0 1;
}

@media screen and (max-width: 800px){
	.layout-slides .slide .imagen_elemento {
		margin: auto;
	}
	.layout-slides .slide .descripcion_elemento{
		padding: 1em 2em;
	}
}

@media screen and (max-width: 600px){
	.layout-slides .slide .descripcion_elemento{
		padding: 1em 0em;
	}
}


.layout-slides .slide .imagen_elemento .elemento{
	display: block;
}

.layout-slides .slide .imagen_elemento .elemento img{
	max-height: 50vh;
}
.layout-slides .slide .imagen_elemento img{
	max-width: 100%;
	margin: 0 auto;
}


.layout-slides .slide > *{
	min-width: 350px;
}

@media screen and (max-width: 800px){
	.layout-slides .slide > *{
		min-width: 150px;
	}
	
}

.metadata{
	display: flex;
    flex-direction: column;
}
.metadata .property{
	margin-bottom: 0.67em;
}
.metadata .property.creator{
	order: 0;
	font-weight: bold;
}
.metadata .property.title{
	order: 1;
	font-style: italic;
}
.metadata .property.publisher{
	order: 2;
}
.metadata .property.date{
	order: 3;
}
.metadata .property.identifier{
	order: 4;
}
.metadata .property.source{
	order: 5;
}
.metadata .property.relation{
	order: 6;
}
.metadata .property.coverage{
	order: 7;
}
.metadata .property.description{
	order: 99;
}