#busca {
    width: 1150px;
    margin: 30px auto 0
}

#busca input {
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: #58595b;
    width: 400px;
    height: 40px;
    line-height: 40px;
    float: left;
    background-image: url('/storage/image/busca-icone.png');
    background-repeat: no-repeat;
    background-position: 374px 10px;
    font-family: 'Myriad Pro Condensed';
    padding-left: 20px
}

#busca aside {
    float: right;
    text-align: right;
    font-size: 20px
}

#busca aside strong {
    color: #58595b;
    font-weight: 600
}

#busca aside span {
    display: block;
    color: #58595b
}

#busca aside span a,
#busca aside span a:hover {
    text-decoration: underline;
    color: #d02922
}

#topicos {
    clear: both;
    margin: 0 auto;
    width: 1170px;
    padding-top: 30px
}

#topicos .details {
    border-color: #dedede;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    clear: both;
    display: block
}

#topicos dl {
    display: none;
    padding-left: 50px;
    padding-right: 50px
}

#topicos dl dd {
    display: none;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px
}

#topicos dl dt {
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    color: #58595b;
    font-weight: 700
}

#topicos dl dt span {
    font-size: 20px;
    margin-right: 5px
}

#topicos hr {
    margin: 0;
    padding: 0;
    border: 1px solid #fff
}

#topicos .details header {
    height: 42px;
    line-height: 42px;
    width: 1119px;
    display: block;
    font-size: 25px;
    background-color: #dedede;
    padding-left: 50px;
    text-transform: uppercase;
    background-position: 16px 12px;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #58595b
}

#topicos p.corpo {
    color: #58595b;
    font-size: 23px
}

#topicos p.corpo a {
    color: #58595b;
    font-weight: 700;
    text-decoration: underline
}

#secAjudaAD {
    margin: 0 auto 0;
    text-align: center
}

.highlight {
    background-color: #ffd200;
    font-style: normal;
    font-weight: 900
}

.topicos-icon-open {
    background-image: url('/storage/assets/image/sinal-mais-icones.png')
}

.topicos-icon-close {
    background-image: url('/storage/assets/image/sinal-menos-icones.png')
}

#ajudaLote {
    width: 1150px;
    margin: 30px auto 0;
    font-size: 22px;
    color: #58595b
}

#ajudaLote a {
    text-decoration: underline;
    color: #d02922
}

#ajudaLote img.alerta {
    float: left;
    margin-right: 10px
}