#novedades {
    width:960px;
    margin-top:2em
}

#noticias {
    float:left;
    color:#555
}

#noticias-titulo-archivo {
    font-size:3em;
    text-align:center
}

#noticias-titulo-archivo a {
    color:#474747
}

#noticias-descripcion-archivo {
    text-align:center;
    margin-bottom:3em
}

#noticias-separador {
    border:0;
    border-top:4px solid #CCC;
    margin-bottom:2em
}

#noticias ul {
    list-style-type:none;
    margin-left:0
}

#noticias a {
    font-weight:bold
}

#noticias li {
    margin-bottom:2em
}

#noticias img {
    float:left;
    margin-right:1em;
    height: auto;
    background-color:#F8F8F8;
    border:1px solid #BFBFBF;
    box-shadow:0 0 0 1px white inset, 0 0 6px 0 rgba(0, 0, 0, 0.15);
    margin-top:0;
    padding:7px 7px 30px;
    transition:box-shadow 150ms ease-in-out 0s, -webkit-transform 150ms ease-in-out 0s;
    border:1px solid rgba(0, 0, 0, 0.3);
}

.video-thumbnail::before {
    left: calc(50% - 0.5rem) !important; /*compensar margin 50% de 1 rem*/
}

.noticias-paginacion  .item{
    margin-right: .5rem;
    border-bottom: none !important;
}

#noticias img:hover {
    box-shadow:0 0 0 1px white inset, 0 6px 19px 0 rgba(0, 0, 0, 0.2);
    transform:translate(0px, -3px) translateZ(0px);
}




#noticias li a {
    font-size:1.1em
}

#masNoticias a {
    float: right;
    border: none;
    text-decoration: none;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: .8em;
}