@charset "utf-8";
/* CSS Document */

body {
	margin-top:0;
	background-color: #FFAF00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Estrutura */

#global {
     position:absolute;
     left: 50%; 
     width: 950px;
     margin-left: -475px; /* metade da largura */
     }
#topo {
	background:url(../images/topo.gif) no-repeat;
	height:65px;
	margin:0;
	}
#menu_container {
	text-align:left;
 	margin:0;
	padding:0;
	height:46px;
	}
#caixa-topo {
	background:url(../images/boxtop.gif) no-repeat;
	height:14px;
	margin:0;
	}
#box-centro {
	background:url(../images/boxbg.gif) repeat-y;
	}
#box-conteudo {
	position:relative;
	width:850px;
	left: 50%;
	margin-left: -425px;
	}
#caixa-fundo {
	background:url(../images/boxbottom.gif) no-repeat;
	height:14px;
	}
#footer {
	margin-top:10px;
	background:url(../images/footer.gif) no-repeat;
	height:70px;
	vertical-align:middle;
	}
#destaque_hp {
	width:500px;
	height:287px;
	}
#noticias {
	margin-left:20px;
	height:287px;
	width:327px;
	vertical-align:top;
	}
#separador {
	vertical-align:top;
	margin-left:0px;
	width: 240px;
	text-align:left;
	}
#textbox {
	width: 600px;
	vertical-align:top;
	text-align:left;
	}
	
/* Conteúdos */
 
.news {
	font-size: 10px;
	color: #000000;
}
.data {
	font-size: 10px;
	color: #023B59;
	}
.titulo {
	font-size: 12px;
	font-weight: bold;
	color: #023B59;
}
.link {
	font-size: 10px;
	color: #023B59;

