.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.list_menu li a {
    text-transform: uppercase;
}

span.h2 {
    font-family: "Georgia", sans-serif;
    font-weight: normal;
    color: #2f2f2f;
    font-size: 1.7em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 4px double #d6d4ae;
    padding-bottom: 5px;
    display: block;
}
.bd {
    background-image: url(../img/icono_bodas.svg);
}
.zy {
    background-image: url(../img/icono_zy.svg);
}
.bk {
    background-image: url(../img/icono_bk.svg);
}
.in {
    background-image: url(../img/icono_in.svg);
    background-size: cover;
}
#bd {
    background: #F76C6F none repeat scroll 0 0;
    background-image: url(../img/footer_bodas.svg);
}
#zy {
    background: #5BAAA1 none repeat scroll 0 0;
    background-image: url(../img/footer_zy.svg);
}
#bk {
    background: #003580 none repeat scroll 0 0;
    background-image: url(../img/footer_bk.svg);
}
#in {
    background: #D02B91 none repeat scroll 0 0;
    background-image: url(../img/footer_in.svg);
}
#bk, #zy, #bd, #in{
    background-position: -7px 6px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
.caja_servicio_icono{
	box-shadow: 0 0 0 1px #867F1A!important;
}
.estilofigure:hover .caja_servicio_icono {
    box-shadow: 0 0 0 5px #867F1A!important;
}
article, aside{
	padding-bottom:100px;
}
.paginador{
	margin-top: 50px;
	float: right;
	position: relative;
	width: 100%;
	text-align: right;
}
.paginador:before{
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(80, 74, 0, 0.2);
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
}
.paginador *{
	display: inline-block;
	padding: 2px 10px;
	min-width: 30px;
	text-align: center;
	border-radius: 3px;
}
.paginador a{
	color:#867F1A;
}
.paginador a:hover{
	color:#000;
	background: #EBEBEB;
}
#pagactual{
	background-color: #867F1A;
    background-image: url(../img/detalle_blog.svg);
    background-repeat: repeat;
    background-position: center center;
	color:#FFF;
}
@media only screen and (max-width: 980px){
	nav ul li a {
    	text-transform: uppercase;
	}
}
@media only screen and (max-width: 980px){
	#cont_nav {
    	z-index: 2;
	}
}
.menu_secundario{
	display: none;
}
@media only screen and (max-width: 980px){
	.menu_secundario{
		display: block;
	}
}
#slider .camera_target_content, section#cont_foto {
  background-image: none;
}
#permiso_cookies_acepto {
  display: block;
  float: right;
  border: 1px solid #867F1A;
  padding: 5px 10px;
  color: #867F1A;
}