/* estrutura */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, option,
form, label, textarea, table, caption,
tbody, tfoot, thead, tr, th, td{
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 12px;
        font-family: Arial, "Trebuchet MS";
        vertical-align: baseline;
        color: #333;
        float: left;
        text-align: left;
}
h6{
        color: #333;
        font-size: 11px;
}
body {
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0 auto;
        line-height: 1.3;
        text-shadow: 1px 1px 0px #FFF;
        color: #333;
        background-color: #FFF;
}
:focus{
        outline: 0;
}
html{
        width: 100%;
}
ol, ul{
        list-style: none;
}
table{
        border-collapse: collapse;
        border-spacing: 0;
}
caption, th, td{
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
        content: "";
}
blockquote, q{
        quotes: "" "";
}
br, strong{
        float: none;
        color: inherit;
}
strong{
        font-weight: bold;
}
em{
        float: none;
        font-style: italic;
}
.right{
        float: right;
}
.none{
        float: none;
        text-decoration: none;
}
.hidden{
        display: none;
}
/* Página */
.agrupaOutrasNovidade{
        padding-top: 10px;
        width: 690px;
}
.tituloOutraNovidade{
     width: 690px;
     padding-bottom: 5px;
}

/**  paginação **/
.englobaPaginacao{
	width: 790px;
}
.paginacao{
	text-align: center;
	width: 690px;
	margin: 0 auto;
	text-align: center;
	color: #333333;
}
.paginacao * {
	color: #0A8047;
	float: none;
	font-weight: bold;
	text-align: center;
}
.blocoPaginacao{
	float: none;
}

.paginacao {
	width: 790px;
	margin: 0 auto;
	text-align: center;
}
.paginacao * {
	color: #333333;
	float: none;
	font-weight: bold;
}
.paginacao:hover {
	color: #729B2B;
}
.fonte{
	color: #333333;
	float: none;
	font-weight: bold;
	text-decoration: none !important;
}
.fonte strong{
	color: #729B2B;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
.fonte:hover{
	color: #729B2B;
}
.outros {
        width: 415px;
}
.agrupaLink {
        text-decoration:none;
        width: 330px;
        padding: 5px 10px;
}
.textoLink{
        text-decoration: none;
        float: none;
}
.textoLink:hover {
        color: #7B2E96;
}
.outros{
        width:444px;
}
.nomeNoticias{
        text-decoration: none;
        font-size: 13px;
}
.nomeNoticias:hover{
        color: #5A8727;
        text-decoration: none;
}
.agrupaOutrasNoticias{
        width: 650px;
        height: 110px;
}
.agrupaDetalhe{
        width: 650px;
        padding: 2px 15px;
}
.alinhaTitulo{
        width: 610px;
        padding-left: 10px;
}