.columna.columna_boton .ahref {
    text-decoration: none;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    background-color: #000;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
}
.columna.columna_boton .ahref:hover {
    background-color: #0f0c9f;
}
.art-lugar-modificable a{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.03em;
    color: #777;
    font-family: 'Lato', sans-serif;
    margin: 0px;
}
.load_more{
    color: white;
}

.red  {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.caption_img{
    display: none;
}

.txt_descripcion{
    width: 600px;
    margin: auto;
}
.menu_responsivo .buscar_li form {
    /* margin-top: 0em; */
    margin-bottom: 0em;
}
#searchfield {
    box-sizing: border-box;
}
.art-fecha span::after {
    content: ' | ';
    margin-left: 5px;
    margin-right: 3px;
}
.fecha span::after {
    content: ' |';
    margin-left: 5px;
    margin-right: 3px;
}

.oti_destacado_info{
    position: absolute;
    top: -o-calc(100% - 15px);
    top: -ms-calc(100% - 15px);
    top: -moz-calc(100% - 15px);
    top: -webkit-calc(100% - 15px);
    top: calc(100% - 15px);
    left: -o-calc(50% - 390px);
    left: -ms-calc(50% - 390px);
    left: -moz-calc(50% - 390px);
    left: -webkit-calc(50% - 390px);
    left: calc(50% - 390px);
    width: 1260px;
    text-align: left;
    font-size: 12px;
    /*text-align: center;*/
}

@media only screen and (max-width: 1480px){

    .oti_info {
        width: -o-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        left: 20px;
    }

}

.hide_banner{
    display: none;
}

.show_banner{
    display: block;
}