#ComunicationsNews {
    background-image: url(../img/backgrounds/ppal8.jpg);
    background-color: #303938;
}

#ComunicationsNewsContent {
    margin-top: 3%;
    padding-left: 0px;
}

#ComunicationsNews .imgfondo8 {
    display: block;
    background-image: url("../img/ppal8.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 96%;
}

#ComunicationsNews .more {
    margin-top: 2px;
}

#ComunicationsNews .frame_novedades {
    float: left;
    width: 25%;
    color: #FFF;
    margin-right: 30px;
}

#ComunicationsNews .frame_novedades .box {
    display: block;
    clear: both;
    border: 1px solid #FFF;
    min-height: 213px;
    padding: 20px;
    height: fit-content;
}

#ComunicationsNews .div_novedades {
    height: 300px
}

#ComunicationsNews .div_novedades_anteriores {
    height: 60%
}

#ComunicationsNews .titulo_novedad {
    letter-spacing: 3px;
    font-size: 15px;
    margin-bottom: 3%;
}

#ComunicationsNews .contenedor_parrafos_novedades {
    height: 30%;
    margin-top: 2%;
}
.contenedor_parrafos_novedades a{
    line-height: 2px;
    padding-top: 10px;
}

#ComunicationsNews .parrafo_novedad {
    font-size: 12px;
    margin-top: 4px;
}

#ComunicationsNews .img_novedad {
    width: 100%;
    /* height: 55px; */
}

#ComunicationsNews .info_link {
    color: #FFF;
    text-decoration: none;
}

#ComunicationsNews .primer_col_novedad {
}

#ComunicationsNews .font24 {
    font-size: 24px;
}

#ComunicationsNews .noticias_ant {
    cursor: pointer;
}

#ComunicationsNews .pie_novedades {
    color: #FFF;
    text-align: right;
    letter-spacing: 3px;
    width: 100%;
    margin-top: 10px;
}

#ComunicationsNews .pie_novedades:hover {
    color:  #3d9998;
}

#ComunicationsNews .frame_novedades_anteriores {
    float: left;
    width: 20%;
    height: 100%;
    color: #FFF;
    padding: 1% 2% 0% 2%;
    margin-right: 2%;
}

#ComunicationsNews hr.linea_novedades {
    height: 1px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 10px
}

#ComunicationsNews .novedades_magenta {
    cursor: pointer;
    text-decoration: none;
}

#ComunicationsNews .frame_novedades .more {
    display: none;
}

#ComunicationsNews .frame_novedades.open .more {
    display: block;
}

#ComunicationsNews .frame_novedades .more-less:before {
    content: "+ ";

}

#ComunicationsNews .frame_novedades.open .more-less:before {
    content: "- ";
}

@media (max-width: 920px) {

    #ComunicationsNews .frame_novedades {
        width: 40%;
        margin-bottom: 20px;
    }

    #ComunicationsNews .frame_novedades .box {
        min-height: 260px;
    }

    #ComunicationsNews .img_novedad {
        /* height: 130px; */
    }

}

@media (max-width: 750px) {

    #ComunicationsNewsContent {
        padding-bottom: 100px;
    }

    #ComunicationsNews .frame_novedades {
        width: 100%;
    }

    #ComunicationsNews .frame_novedades .box {
        min-height: auto;
    }

    #ComunicationsNews .div_novedades {
        height: auto;
    }

}

@media (max-width: 520px) {

    #ComunicationsNews .img_novedad {
        height: auto;
    }

}
