#box-news{
    background:#5d0201; 
    padding:10px 15px;
    -moz-box-shadow:1px 2px 1px #151515; 
    -webkit-box-shadow:1px 2px 1px #151515;
    border-radius:8px; 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px;
    margin-bottom:20px;
}

    /* Botões: Anterior e Próximo */
    #box-news .botao{
        height:18px; 
        font-size:14px; 
        line-height:18px; 
        display:block; 
        cursor:pointer;
        color:#ffffff;
        margin:4px 0px;
        text-align: left;
        padding-left:20px;
    }
    #box-news .botao:hover{text-decoration: underline;}
    #box-news #bt_nextIN{background:url('../img/seta-bot.png') center left no-repeat;} /* Botão: PRÓXIMO */
    #box-news #bt_prevIN{background:url('../img/seta-top.png') center left no-repeat;} /* Botão: ANTERIOR */
    
    
    #box-news h2{text-align:center; font-weight:normal; font-size:16px; color:#ffffff;}
    
    #box-news ul{
	overflow:hidden;
    }
    #box-news ul li{
        padding:12px 0px; /* Altura dos campos da notícia */
        padding-left:4px;
        margin-left:0px;
        display:block;
        color:#717171;
        border-top:1px dashed #333;
    }
    #box-news ul li.bg{} /* Fundo, cor sim/cor não */
    #box-news ul li:hover{background:#2A2A2A;}
    #box-news ul li span{font:11px Tahoma, Arial; color:#ffffff; font-weight:bold; display:block;}
    #box-news ul li span.veja_mais{text-align:right; text-decoration:underline; padding-top:4px;}
    #box-news ul li span.veja_mais:hover{text-decoration:none;}
    #box-news ul li a{font:11px Tahoma, Arial; color:#ffffff; display:block;}
    #box-news ul li a:hover{text-decoration:none;}