#fotoDaNoticia{
    width: 200px;
    float: left;
}
.noticiasBotoesProximo{
    border: none;
    background-color: transparent;
    background-image: url(../class/pagSeguro/bt_fotos_avancar.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.noticiasBotoesAnterior{
    border: none;
    background-color: transparent;
    background-image: url(../class/pagSeguro/bt_fotos_voltar.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.noticiaDescricao{
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    color: #333333;
    line-height: 20px;
    font-weight: normal;
    text-align: justify;
}
.noticiaDescricao span {
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    color: #000000;
    line-height: 26px;
    font-weight: normal;
    text-align: justify;
}
.noticiaDescricao ul li{
    list-style: decimal;
    list-style-position: inside;
    padding-left: 40px;
}
.noticiaDescricao ul li ul li{
    list-style: circle;
    list-style-position: inside;
    padding-left: 60px;
}
.noticiaDescricao a{
    font-weight: bold;
    color: #000000;
}
.noticiaDescricao b{
    font-size: 14px;
    font-weight: bold;
}
