	@import url(index.css);
	
	* {
		margin: 0px;
		font-family: "Tahoma", Arial;
	}
	
	.principal {
		margin-bottom: 10px;
		text-align: center;
		background: url(../imagens/bg.jpg) top repeat-x #303033;
	}
	
	.vazio {
		font-size: 1px;
	}
	
	#root {
		margin: 0px auto;
		width: 779px;
		background: #FFF;
		text-align: center;
	}
	
	/****************************************************************************/
	/*	T o p o
	/****************************************************************************/
	
	/****************************************************************************/
	/*	M e n u
	/****************************************************************************/
	
	.menu {
		width: 180px;
		background: #171311;
	}
	
	.menu_opcao {
		font-size: 11px;
		color: #FFF;
		font-weight: bold;
		border-bottom: 1px solid #2e2b2a;		
	}
	
	.menu_link {
		text-align: left;
		display: block;
		padding: 5px 10px 4px 10px;
		text-decoration: none;
		color: #FFF;
	}
	
	.menu_link:hover {
		background: #2950b8;
		text-align: left;
		display: block;
		padding: 5px 10px 4px 10px;		
		text-decoration: none;
		color: #FFF;
	}
	
	.newsletter_texto {
		font-size: 11px;
		color: #FFF;
	}
	
	.newsletter_textbox {
		font-size: 11px;
		width: 120px;
		border: 1px solid #908f8f;
		background: #FFF;
	}
	
	.previsao_cidade {
		font-size: 9px;
		color: #FFF;
		text-align: left;
	}
	
	.previsao_min {
		font-size: 11px;
		font-weight: bold;
		color: #3bb3ff;
		text-align: left;
	}
	
	.previsao_max {
		font-size: 11px;
		font-weight: bold;
		color: #ffd600;
		text-align: left;
	}
	
	/****************************************************************************/
	/*	C o n t e ú d o 
	/****************************************************************************/
	
	.fundo_index {
		background:url(../imagens/index_fundo.jpg) no-repeat;
	}
	
	.index_terra {
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		text-align: left;
	}
	
	.index_noticia_titulo {
		font-size: 13px;
		font-weight: bold;
		color: #000;
		text-align: left;
	}
	
	.index_noticia_data {
		font-size: 10px;
		color: #000;
		text-decoration: none;
		text-align: left;
	}
	
	.index_noticia_imagem {
		border: 2px solid #CCC;
	}
	
	.index_noticia_texto {
		font-size: 10px;
		color: #000;
		text-decoration: none;
		text-align: left;
	}
	
	.index_noticia_texto:hover {
		font-size: 10px;
		color: #000;
		text-decoration: underline;		
	}
	
	.index_noticia_leiamais {
		font-size: 9px;
		color: #000;
		font-weight: bold;
		text-decoration: underline;
		text-align: right;
	}
	
	.index_noticia_leiamais:hover {
		font-size: 10px;
		color: #666;
		text-decoration: underline;
	}
	
	/****************************************************************************/
	/*	E x t r a
	/****************************************************************************/
	
	.extra {
		width: 172px;
		background: #bebebe
	}
	
	.enquete_pergunta {
		font-size: 11px;
		font-weight: bold;
	}
	
	.enquete_resposta {
		font-size: 11px;
	}
	
	.internautas_txt {
		font-size: 11px;
		font-weight: bold;
		color: #FFF;
		text-align: left
	}
	
	.internautas_txt:hover {
		font-size: 11px;
		font-weight: bold;
		color: #FFF 
	}
	
	/****************************************************************************/
	/*	R o d a p e
	/****************************************************************************/
	
	.rodape {
		background: url(../imagens/bg_rodape.jpg) repeat-x;
		height: 60px;
		border-top: 6px solid #f5c600;
	}
	
	.rodape_copyright {
		padding: 20px;
		text-align: center;
		font-size: 10px;
		color: #FFF;
	}