/* Secretarias */
.entidades .nome {
    padding: 15px 0;
    border-bottom: 1px solid #EEE;
}
.entidades .nome .icone {
    float: left;
    margin: 3px 10px 0 0;
    font-size: 17px;
}
.entidades .nome h3 {
    color: #555;
    font-size: 20px;
}
.entidades .informacoes {
    width: 100%;
    float: left;
}
.entidades .informacoes ul {
    margin: 0;
    padding:0;
}
.entidades .informacoes ul li {
    list-style: none;
    padding: 11px 0;
    border-bottom: 1px solid #EEE;
}
/* Secretarias */