body.inicio, body.exposiciones, body.otras{
	background-color: #333;
}
body.bienvenida section{
	background-color: #231f20;

}
body.bienvenida .blocks{
	margin: 0 auto;
}
body.bienvenida .separador{
	border-bottom: 20px solid #231f20;
}
body.inicio .blocks, body.exposiciones .blocks, body.otras .blocks, body.bienvenida .blocks{
	width: 100%;
	max-width: unset;
}
.blocks {
	width: 67%;
	max-width: 1800px;
    text-align: justify;
	margin: 0 auto 2em;
}
.blocks>h2:first-child{
	margin: 0;
    font-family: MuseoSans-100;
    font-size: 30px;
	padding-top: 16px;
	text-align: center;
	background-color: white;
	text-transform: uppercase;
}
.blocks>h2:first-child::after {
    content: "";
    width: 4.2em;
    border-bottom: 3px dotted #898979;
    display: block;
    margin: 5px auto 5px;
}
.separador{
	content: "";
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    display: block;
    margin: 0 auto;
	bottom: 0;
	background-color: white;
}
nav.sub-menu {
    display: none;
}

.pagination {
	text-align: center;
}
.pagination .row-count {
	display: block;
}

.pagination .previous.o-icon-prev.button, .pagination .next.o-icon-next.button{
	border-radius: 3em;
	height: 2em;
	width: 2em;
	text-align: center;
	font-size: large;
	padding: 3px;
	vertical-align: middle;
	display: inline-block;
	margin: 3px;
	cursor: pointer;
	border: 2px solid #d8ae2e;
	color: #d8ae2e !important;
	background: none;
}

.pagination .button:before{
	display: block;
	margin-top: 0.25em;
}
.pagination .previous.o-icon-prev.button.inactive, .pagination .next.o-icon-next.button.inactive{
	color: #AAA !important;
	border: 2px solid #AAA;
}

section .imagen{
	height: 20vh;
    min-height: 200px;
    padding: 0 1em;
    margin: 0 auto;
}
section .imagen>img, section .imagen>a, section .imagen>a>img{
	max-height: 100%;
	max-width: 100%;
}