#liExpediente {
    display: list-item;
}


#liExpediente {
    display: none;
}

#liCertificado {
    display: list-item;
}

.menuEvento ul li {
    margin-bottom: 6px;
    background-color: #f1f1f1;
    border-left: solid 4px #332244;
    padding: 15px;
    list-style-type: none;
    transition: all 1s;
}

    .menuEvento ul li:hover {
        background-color: #332244;
    }

.topoEvento a {
    overflow: hidden;
    display: block;
    text-align: center;
}

    .topoEvento a img {
        width: 100%;
        text-align: center;
    }

.topoEvento {
    width: 100%;
    height: 295px;
}

#liNormas {
    display: none;
}
