.breadcrumbs {
    font-size: 11px;
    color: #666;
    margin-left:-46px;
    margin-top:3px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}
.breadcrumbs-conteudo a { color: #666; font-weight: normal; }
.breadcrumbs-conteudo a:VISITED { color: #666; }
.breadcrumb-atual { font-weight: bold; color:black; }

.breadcrumb-busca-rotulo {
    border-bottom: 1px black dashed;
    font-weight: bold;
}

.breadcrumb-icon-cancel {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-bottom: -3px;
}

a.breadcrumb-busca:hover + .breadcrumb-icon-cancel, .breadcrumb-icon-cancel:hover {
    background-image: url("../img/icn_breadcrumb-cancel.png");
    background-size: contain;
    cursor: pointer;
}