.noticia-completa-img{
    margin-bottom:5px;
    position: relative;
}

.noticia-completa-img img{
    width: 100%;
    height:auto;
}

.noticia-completa-img a.lightbox{
    position: absolute;
    bottom:15px;
    right:15px;
    background: #848484;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 2px;
    color:#fff !important;
}

.noticia-completa-img a.lightbox:hover{
    color:rgba(255,255,255,0.7) !important;
}

.noticia-completa-img a.lightbox i{
    opacity: 1;
    line-height: 32px;
}

.evento-completo-imagenes{
    margin-bottom:20px;
}

.evento-completo-imagenes .owl-carousel{
    padding: 0 50px;
}

.evento-completo-imagenes .owl-carousel.owl-theme .owl-nav {
  margin-left: -50px;
  margin-right: -50px;
  z-index: -1;
  top:0;
  position: absolute;
  width: 100%;
  margin-top:5px
}

.evento-completo-imagenes .owl-carousel.owl-theme .owl-nav .owl-prev{
    float:left !important;
}
.evento-completo-imagenes .owl-carousel.owl-theme .owl-nav .owl-next{
    float:right !important;
}

.evento-completo-imagenes a.lightbox > img{
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}
.evento-completo-imagenes a.lightbox > img:hover{
    opacity:0.6;
}

.delete-btn{
    position: absolute;
    right: 5px;
    top: 5px !important;
    bottom: auto !important;
    cursor: pointer;
    background:#d4d4d4;
    padding:4px 5px 1px 4px;
}

.delete-btn:hover{
    background:#fff;
}

.delete-btn > i{
    font-size: 24px;
    color: #fff;
}

.delete-btn:hover > i{
    color: #015aa9;
}

.edit-btn{
    position: absolute;
    right: 40px;
    top: 5px !important;
    bottom: auto !important;
    cursor: pointer;
    background: #015aa9;
    padding:4px 5px 1px 4px;
}

.edit-btn:hover {
    background: #2196f3;
}

.edit-btn > i{
    font-size: 24px;
    color: #fff;
}

.edit-btn:hover > i{
    color: #fff;
}

img.img-editar{
    /*max-height: 100px;
    margin: 15px auto;*/
}

.div-botones{
    margin:15px auto;
    text-align: center;
}

.carrusel-container{
    padding:41px 0;
}

.noticia-completa-img a.lightbox{
    position: absolute;
    bottom:15px;
    right:15px;
    background: #848484;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 2px;
    color:#fff !important;
    cursor: pointer !important;
}

.noticia-completa-img a.lightbox:hover{
    color:rgba(255,255,255,0.7) !important;
}

.noticia-completa-img a.lightbox i{
    opacity: 1;
    line-height: 32px;
}