#noticia_titulo{
    font-size: 24px;
    font-weight: bold;
    text-align: center;

    padding: 15px 0px 11px 0px;
    color: #9c2d03;
    text-shadow: 1px 1px 1px #AAA;

    background-color: #EFEFEF;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #CCC;
}
#noticia_subtitulo{
    font-size: 14px;

    text-align: center;

    padding: 5px 0px 6px 0px;
    color: #555;

    background-color: #F7F7F7;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #CCC;
}
#noticia_imagem{
    margin: 10px auto;
}
#noticia_imagem img{
    margin-left: 100px;
    border: 2px solid #BBB;
    
    -webkit-box-shadow: 0px 0px 15px #DDD;
    -moz-box-shadow: 0px 0px 15px #DDD;
    box-shadow: 0px 0px 15px #DDD;
    
    behavior: url(PIE.htc);
}
#noticia_texto{
    font-size: 14px;

    text-align: justify;

    padding: 15px 0px 6px 0px;
    color: #222;
}