/* LEG */

div.caixa-informativa {
background-color: #EBEBEB;
border: 1px solid #D7D7D7;
padding: 5px;
font-size: .9em;
}
div.leg {
/* */
}
div.leg-detalhes {
width: 60%;
float: left;
}
div.leg-informacoes {
width: 35%;
float: right;
}
div.novidade {
box-shadow: 0px -2px 4px rgba(0,0,0,.1);

background: rgba(250,250,250,1);
background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );

padding: 1.5em 2em 0 2em;
color: #666;
margin-bottom: 1em;
border-radius: .75em .75em 0 0;
}
div.novidade h2 {
margin-top: 0;
}
div.novidade:last-child p.novidade-data {
margin-bottom: 0;
}
p.novidade-data {
text-align: right;
color: #bbb;
margin-bottom: -2em;
padding-bottom: 2em;
}
