

/*VERSION MOVIL*/
@media(max-width:992px){
    #lateral{
        display: none !important;
    }
    #descripcion{
        margin: -110px 15px 13px 15px !important; padding-right: 70px !important; font-size: 13px !important;
    }
    #cerrarGaleria{
        width: 38px !important;
        right: 15px !important;
        background-position: right center !important;
    }
    #slider{
        min-width: auto !important; padding-right: 15px !important;
    }
    #slideImgs{
        margin: 0 !important; top: 0;
    }
    #slideImgs img{
        transform:  translate(-50%, 0%) !important; position: absolute !important; top: 0 !important;
    }
    #sldAnt, #sldSig{
        top: 10% !important;
    }
}







@media(max-width:992px){
    .cuerpo{
        box-shadow: none;
    }
}
@media(min-width:1200px){
    .cuerpo{
        padding: 30px 90px 60px 90px;
    }
}

.btnAtras{
    float:right; margin-top:20px;
}
.btnAtras a{
    display:inline-block; text-align:right; padding:6px 17px 6px 25px; font-family: 'merriweather_sansbold'; font-size:12px; color:#fff;
    background:url(../../img/plantillas/publicaciones/btnAtras.png) no-repeat left top;
}
.btnAtras a:hover{
    background-position:bottom left; text-decoration:none;
}

/*GALERIA*/
.galeria{
    position:relative; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.galeria img{
    width: 100%;
}
@media(max-width:762px){
    .galeria .titulo{
        visibility: hidden; height: 50px;
    }
    .galeria .titulo p{
        display: none;
    }
    .galeria .titulo a{
        visibility:visible; height: auto;
    }
}
.galeria .titulo{
    position:absolute; left:0; bottom:0; width:100%; background:#383838; padding:15px 0 0 10px;
}
.galeria .titulo p{
    color:#cbcbca; font-size:15px; border-left:3px solid #e3b454; padding:0 80px 0 10px;
}
.galeria .titulo a{
    position:absolute; top:0; right:0; display:block; width:65px; height:100%; padding:7px 0 0 10px; font-size:13px; color:#dfa7a9; font-weight:bold; text-decoration:none; background:#bb181e url(../../img/plantillas/publicaciones/icn-ampliar.png) no-repeat 20px 15px;
}

/*COLUMNA IZQUIERDA*/
.colIzq{
    
}
.colIzq .encab{
    border-bottom:3px solid #e3b454; padding-bottom:17px; margin:20px 0 40px 0;
}
.colIzq .encab p{
    font-size:12px; color:#848484; margin:0;
}
.colIzq .encab h1{
    font-family: 'open_sanssemibold'; font-size:22px; font-weight:normal; color:#333; margin:0;
}

/**/
.redes{
    margin-top:78px; padding:25px 0 25px 18px; background:#ececec;
}
.redes p{
    font-size:12px; margin-bottom:5px;
}
.redes ul{
    margin:0; padding:0;
}
.redes ul li{
    list-style:none; font-weight:bold; line-height:27px; padding-left:27px; background:url(../../img/noticias/facebook.png) no-repeat left center;
}
.redes a{
    color:#236b91; font-size:11px;
}
.redes li+li{ background:url(../../img/noticias/linkedin.png) no-repeat left center;}
.redes li+li+li{ background:url(../../img/noticias/google-plus.png) no-repeat left center;}
.redes li+li+li+li{ background:url(../../img/noticias/t.png) no-repeat left center;}


/*===============================================*/
/*============= GALERIA DE IMAGENES =============*/
/*===============================================*/

#wprSlider{
    position:fixed; z-index:9999; width:100%; height:100%; box-sizing: border-box; background:rgba(0,0,0,0.8); border-bottom:2px solid #c7272c; border-top:2px solid #c7272c;
    padding-top:120px;
}
#slider{
	position:relative; width:100%; min-width:500px; height:100%; box-sizing: border-box; padding:0 0 0 15px;
}
#slideImgs{
    position:relative; height:100%; margin:0px 325px 0 0;
}
#slideImgs img{
	display:none;
    height: auto; max-height:100%; max-width: 100%; border:1px solid #ddd;
    position:absolute; top:50%; left:50%; margin-right:-50%; transform: translate(-50%, -50%);
}
#slideImgs img.actual{
    display:block;
}
#slider a img{
    border:none;
}
/* controles */
#controles{
	position:absolute; bottom:10px; left:10px;
}
#controles ul{
	list-style:none; margin:0; padding:0;
}
#controles a{
	text-decoration:none; display:block;
}
#controles a.actual{
	color:#039; text-decoration:none;
}
#pausar{
	float:left; margin:0; padding:0;
}
#pausar a{
	display:block; width:27px; height:27px; text-indent:-9999px; background:url(img/controles/pausar.png) no-repeat;
}
#pausar a.pausado{
	background:url(img/controles/iniciar.png) no-repeat;
}
/**/
#sldAnt, #sldSig{
    position:absolute; top:50%; z-index:9999; display:block; width:39px; height:39px; background:url(../../img/noticias/flechas.png) no-repeat left center; cursor:pointer;
}
#sldAnt{
    left:20px;
}
#sldAnt:hover{
    background-position: -120px 0;
}
#sldSig{
    right:20px; background-position: -60px 0;
}
#sldSig:hover{
    background-position: -180px 0;
}

#anclas{
	float:left;
}
#anclas li{
	display:inline-block; margin-left:5px;
}
#anclas a{
	 background:#ddd; border:1px solid #ddd; padding:5px 9px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#333; border-radius:20px;

background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #d3d3d3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#d3d3d3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#d3d3d3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#d3d3d3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}
#anclas a.actual{
	background:#619408; color:#eee; padding:6px 11px; border:none;

background: #c9de96; /* Old browsers */
background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 44%, #afd048 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#afd048)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#afd048 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#afd048 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#afd048 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 44%,#afd048 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#afd048',GradientType=0 ); /* IE6-9 */
}

/* THUMBS */

#lateral{
    position:absolute; top:0; right:35px; width:277px; height:100%; padding:23px 17px 17px 17px; z-index:9999; box-sizing:border-box; background:url(../../img/noticias/bgThumbs.jpg) no-repeat top center;
}
#logoGaleria{
    width:241px; height:67px; padding-bottom:17px; margin-bottom:20px; border-bottom:3px solid #c7272c; background:url(../../img/cab/logo.png) no-repeat; background-size: 238px;
}
#wprThumbs{
    position:absolute; height:80%;
}
#lateral ul{
    position:relative; padding:0; margin:0;
}
#lateral li{
    position:relative; list-style:none; padding:0; margin: 0 1px 1px 0; float:left; width:120px; height:80px;
}
#lateral li a{
    position:relative; display:block; overflow:hidden; background:#999; border:2px solid #fff !important; width:120px; height:80px; box-sizing:border-box;
}
#lateral li a.actual{
    border:2px solid yellow !important;
}
#lateral img{
    width:120px;
}

/**/
#descripcion{
    position:relative; padding:15px 145px 15px 0; margin:-110px 325px 13px 15px; min-height:80px; font-family: arial; font-size:14px; color:#c7c6c6; font-weight:bold; border-bottom:3px solid #153454;
}
#cerrarGaleria{
    position:absolute; right:325px; top:23px; display:inline-block; z-index:9999;
    width:133px; height:38px; text-decoration:none;
    background: url(../../img/noticias/btnCerrar.png) no-repeat;
}

/*=======================/========================*/
/*=======================/========================*/



















