.nota{
float:left;
width:717px;
border-top:solid 1px #9CF;
border-bottom:solid 1px #9CF;
margin-bottom:20px;
background:url(../imagens/bg_nota.gif) repeat-y 205px top;
}
.nota-spacer{
float:left;
width:239px;
height:100px;
background:url(../imagens/ti_nota.gif) no-repeat 213px 7px;
}
.nota-content{
float:left;
width:477px;
background-color:#F5FAFF;
border-left:solid 1px #9CF;
padding-top:6px;
padding-bottom:15px;
}
.nota-content .titulo{
float:left;
width:350px;
padding-left:10px;
font-size:25px;
font-weight:bold;
color:#377C9E;
letter-spacing:-2px;
}
.nota-content .data{
float:right;
margin-right:10px;
font-size:20px;
font-weight:bold;
color:#EB5324;
letter-spacing:-2px;
text-transform:uppercase;
}
.nota-content .data span{
color:#FC0;
}
.nota-content .texto{
float:left;
width:450px;
padding-left:10px;
font-size:11px;
}
.nota-content .texto a{
color:#377C9E;
text-decoration:none;
}
.nota-content .texto a:hover{
text-decoration:underline;
}
#nota{
float:left;
width:717px;
margin-bottom:20px;
background:url(../imagens/bg_galeria-content.gif) no-repeat;
}
#nota .dataArtigo{
float:left;
width:600px;
height:35px;
padding-left:40px;
margin-top:7px;
margin-bottom:10px;
display:block;
font-size:20px;
font-weight:bold;
letter-spacing:-1px;
text-transform:uppercase;
color:#EB5324;
padding-top:3px;
}
#nota .dataArtigo span{
color:#FFCC00;
}
#nota .tituloArtigo{
float:left;
width:670px;
font-size:25px;
letter-spacing:-2px;
font-weight:bold;
color:#377C9E;
line-height:24px;
padding-left:20px;
margin-bottom:10px;
}
#nota .textoArtigo{
float:left;
width:670px;
color:#377C9E;
padding-left:20px;
margin-bottom:10px;
text-align:justify;
}
#nota .textoArtigo p{
padding-bottom:10px;
}