.infografia-wrapper {
    max-width:640px;
    overflow:hidden;
}
.titular-nota {
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 21px;
    color: #0c5991;
    word-wrap: break-word;
}
.sumario-nota, .bloque-texto {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 1rem;
    line-height: 27px;
    color: #393939;
    word-wrap: break-word;
    display: block;
}
.subtitulo-nota {
    font-family: "Roboto Slab";
    font-size: 1rem;
    line-height: 21px;
    word-wrap: break-word;
    cursor: pointer;
    font-weight: 300;
    color: #707070;
    text-decoration: none;
}

ul {
    text-decoration:none;
    height: 50px;
    margin: 0px;
    padding: 0px;
}

.nav-img {
    display: block;
    width: 33%;
    text-align: center;
    float: left;
}

.img-wrapper {
    width: 100%;
    height: 340px;
    background: url(https://embed.eltiempo.digital/infografias/2019/09/colombia-sin-10/desktop/img/cancha-fondo.png) no-repeat;
}
.bloque-texto {
    padding: 0px 50px 0px 10px;
    margin: 0;
}

.activo {
    font-weight: 700;
    text-decoration: underline;
    color: #0c5991;
}

.img-inactiva {
    display: none;
}