@CHARSET "ISO-8859-1";

/* -- DEFINIÇÕES GERAIS -- */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5a5958;
}

a:link,
a:visited {
	text-decoration: none;
	color: #5a5958;
}

a:hover,
a:active {
	text-decoration: underline;
}

img {
	border: none;
}

/* -- ESTRUTURA -- */
#conteudobanner {
	width: 998px;
	padding-left: 10px;
}
#conteudo {
	margin: auto;
	width: 998px;
	height: 728px;
}

#menu_superior {
	padding: 2px 5px;
	background-color: #0065aa;
}

#centro {
	margin-top: 5px;
}

#menu {
	float: left;
	width: 110px;
}

#coluna1 {
	float: left;
	width: 303px;
	margin-left: 5px;
}

#coluna_noticias {
	float: left;
	width: 539px;
	height: 567px;
	margin-left: 5px;
	background: url(imagens/cont-cotidiano1.jpg) no-repeat;
}

#coluna_full {
	float: left;
	width: 539px;
	height: 550px;
	margin-left: 5px;
	background: url(imagens/fundo_colunistas.png) no-repeat;
}

#coluna_maior_full {
	float: left;
	width: 719px;
	height: 550px;
	margin-left: 5px;
	background: url(imagens/fundo_radios_cidades.png) no-repeat;
}

#coluna_colunista {
	float: left;
	width: 719px;
	height: 550px;
	margin-left: 5px;
	background: url(imagens/fundo_colunistas2.png) no-repeat;
}

#coluna_colunista_full {
	float: left;
	width: 719px;
	height: 550px;
	margin-left: 5px;
	background: url(imagens/fundo_colunistas3.png) no-repeat;
}

#coluna2 {
	float: left;
	width: 410px;
	margin-left: 8px;
}
	#coluna2_1 {
		float: left;
		width: 211px;
		padding-right: 4px;
		background-image: url(imagens/pontinhos2.jpg);
		background-repeat: repeat-y;
		background-position: right;
	}
	#coluna2_2 {
		float: left;
		width: 190px;
		margin-left: 5px;
	}

#coluna3 {
	float: left;
	width: 157px;
	margin-left: 4px;
	text-align: center;
}

#coluna_manchetes {
	float: left;
	width: 175px;
	margin-left: 6px;
	height: 566px;
	background-color: #758792;
	color: #fff;
}

#galeria {
	overflow: hidden;
	padding: 8px;
	height: 225px;
	background-image: url(imagens/galeria.jpg);
	background-repeat: no-repeat;
}

.galeria_imagem {
	overflow: hidden;
	height: 170px;
}

.galeria_texto {
	overflow: hidden;
	height: 42px;
	margin: 0;
	padding: 2px;
	background-color: #fff;
	color: #191919;
}

.galeria_texto h3 {
	font-size: 14px;
	font-weight: bold;
	color: #26679f;
}

#ultimas_noticias {
	height: 174px;
	background: url(imagens/ult_noticias.jpg) no-repeat;
}

#cidades {
	height: 210px;
	background: url(imagens/cidade_do_agreste.jpg) no-repeat;
}
	.cidades_texto {
		padding: 6px;
	}
	.cidades_imagem {
		padding-bottom: 5px;
		text-align: center;
	}
	
#enquete {
	height: 168px;
	margin-top: 7px;
	background: url(imagens/enquete.jpg) no-repeat;
	padding-left: 5px;
	color: #fff;
}
	#enquete a {
		font-weight: bold;
		color: #fff;
	}

#clima {
	height: 170px;
	width: 120px;
	float: right;
}

#rodape {
	margin-top: 4px;
	height: 12px;
	background-color: #0065aa;
	text-align: center;
	color: #fff;
}

#falecom {
	width: 438px;
	margin: auto;
	background: url(imagens/fundo_formulario.png) no-repeat;
}

/* -- BANNERS -- */
#banner1 {
	overflow: hidden;
	height: 120px;
}

#banner2 {
	overflow: hidden;
	height: 77px;
}

#banner3 {
	overflow: hidden;
	height: 59px;
}

#banner4 {
	overflow: hidden;
	height: 111px;
}

#banner5 {
	overflow: hidden;
	height: 32px;
}

#banner6 {
	overflow: hidden;
	height: 32px;
}

#banner7 {
	overflow: hidden;
	height: 77px;
}

#banner8 {
	overflow: hidden;
	height: 77px;
}

#banner9 {
	overflow: hidden;
	height: 77px;
}

#banner10 {
	overflow: hidden;
	height: 77px;
}

#banner11 {
	overflow: hidden;
	height: 129px;
}

.banner {
	padding-top: 2px;
}

#paginacao {
	margin: 5px;
	text-align: center;
}
	#paginacao a:link,
	#paginacao a:visited {
		padding: 4px;
	}
	#paginacao a:hover,
	#paginacao a:active {
		padding: 4px;
		background-color: #ccc;
		color: #000;
	}
	#paginacao .atual {
		padding: 4px;
		background-color: #ccc;
		color: #000;
	}

/* -- CLASSES -- */
.input_busca {
	width: 150px;
	height: 12px;
	padding: 1px;
	font-size: 9px;
	border: solid 1px #fff;
}

.submit_enquete {
	background-color: #90ABBD;
	font: 9px Verdana, sans-serif;
	color: #FFFFFF;
}

h1.menu {
	height: 15px;
	border: 1px solid #ccc;
	background-image: url(imagens/t-menu1.jpg);
	padding-top: 4px;
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #26679f;
	margin-top: 0px;
}

h2.manchete {
	padding-top: 3px;
	text-indent: 12px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #26679f;
}

h2.manchete_maior {
	padding: 3px 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

h3.manchete {
	height: 14px;
	padding-top: 2px;
	font-size: 9px;
	font-weight: bold;
	text-indent: 6px;
	text-transform: uppercase;
	background-color: #005eab;
	color: #fff;
}

h4.manchete {
	height: 16px;
	padding-left: 25px;
	padding-top: 2px;
	margin-top: 10px;
	background-image: url(imagens/barra-titulo-on.jpg);
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
}

ul.ultimas_noticias {
	list-style: none;
	margin: 2px;
}
	li.ultimas {
		padding: 4px;
		font-weight: bold;
	}
	li.um {
		background-color: #f0f4f5;
	}
	li.dois {
		background-color: #fff;
	}
	
.separador {
	height: 9px;
	background-image: url(imagens/pontinhos.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.quadro_separador {
	width: 90px;
	padding-right: 4px;
	background-image: url(imagens/pontinhos2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.quadro {
	width: 94px;
}

.quadro2_separador {
	height: 113px;
	padding-right: 4px;
	background-image: url(imagens/pontinhos.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.quadro2 {
	height: 113px;
	padding-right: 4px;
}

.data_manchete {
	margin: 5px 10px;
}

.link_manchete {
	margin: 5px 10px 15px 5px;
}

.titulo_pagina {
	margin: 9px 5px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #26679f;
}

.texto_fixo {
	margin: 0 10px;
	height: 380px;
	overflow: auto;
	font-size: 12px;
}

.texto_fixo_full {
	margin: 0 10px;
	height: 505px;
	overflow: auto;
	font-size: 12px;
}

.texto_fixo_coluna {
	margin: 0 10px;
	height: 403px;
	overflow: hidden;
	font-size: 12px;
}

.titulo {
	margin: 15px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #26679F;
}

.sub_titulo {
	font-weight: bold;
	font-size: 11px;
	color: #26679f;
}

.img_noticia {
	float: right;
	margin: 0 0 5px 5px;
	font-size: 10px;
	text-align: right;
}

.leegenda_imagem {
	font-size: 10px;
	text-align: right;
}

.leia_mais {
	margin: 14px 5px 5px 15px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #26679f;
}

.mais_noticias {
	margin: 0 10px;
	height: 60px;
}

.caixa_colunista {
	float: left;
	width: 243px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.foto_colunista {
	float: left;
	width: 102px;
	height: 118px;
}

.texto_colunista {
	float: left;
	width: 128px;
	height: 118px;
	margin: 0 4px;
	overflow: hidden;
}

.nome_colunista {
	width: 98px;
	padding: 2px;
	background-color: #90abbd;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.descricao_colunista {
	margin: 20px 5px 0 10px;
	width: 120px;
	height: 375px;
	overflow: hidden;
}

.texto_coluna {
	height: 395px;
	overflow: auto;
}

.imprimir {
	float: right;
}

.opcoes_enquete {
	margin-top: 10px;
}

.box_video {
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.video {
	float: left;
	margin-right: 5px;
}

.videos {
	float: left;
	margin-right: 5px;
}

.datahora {
	font-size: 9px;
}

.cor1 {
	color: #26679f;
}

#resultados_enquete {
	margin: 5px;
	height: 300px;
	background: url(imagens/resultados_enquete.jpg) no-repeat;
	font-size: 12px;
	color: #fff;
}

#resultados_enquete_texto {
	margin: 10px;
}

#conteudo_tabela {
	margin: 30px 5px;
	text-align: center;
}

.titulo_falecom {
	padding: 10px 5px 18px 15px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #26679f;
}

table.tabela th {
	padding: 2px 4px;
	background-color: #90abbd;
	font-weight: normal;
	font-size: 8px;
	color: #fff;
}

table.tabela td {
	background-color: #dddddc;
}

.tabela_falecom {
	margin: 0px 12px;
}

.label {
	text-align: right;
	color: #fff;
}

ul.lista {
	padding-left: 30px;
	list-style: url("imagens/bullet.gif");
	list-style-position: outside;
	font-size: 12px;
}

ul.lista li {
	padding: 3px;
}

ul.lista ul {
	padding-left: 35px;
	list-style: url("imagens/bullet.gif");
	list-style-position: outside;
	font-size: 12px;
}

/* Mensagem */
div.erro {
	margin: 15px;
	padding: 8px;
	border: solid 1px #CC0000;
	background-color: #FFEBE8;
	font-size: 10px;
	text-align: center;
}

div.sucesso {
	margin: 5px 0 15px 0;
	padding: 8px;
	border: solid 1px #b5cbb2;
	background-color: #e7fbe3;
	font-size: 10px;
	text-align: center;
}

/* -- Classes de Links -- */
a.azul {
	color: #26679f;
}

a.menu_superior:link,
a.menu_superior:visited {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

a.menu:link,
a.menu:visited {
	display: block;
	height: 13px;
	padding-top: 3px;
	border-top: solid 0px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	background-image: url(imagens/bg_menu.jpg);
	text-align: justify;
	text-indent: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #333333;
}
a.menu:hover,
a.menu:active {
	background-image: url(imagens/fundo-baixo.jpg);
	color: #FFFFFF;
}

a.manchete_menor {
	font-weight: bold;
}

a.manchete_maior {
	font-size: 12px;
}

#coluna_manchetes a {
	font-size: 11px;
	color: #fff;
}

/* Destaques */
.destaques_texto {
	position: relative;
	top: -216px;
	left: 0;
	padding: 4px;
	background-color: #000;
	color: #fff;
}

.destaques_texto h4 {
	font-size: 16px;
	}
/* Destaques FIM */

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}