/******************************************
 * ESTRUTURA
 ******************************************/

html {
		
}

body {
	background: #373636 url(imgs/fundo.png) repeat-x;	
	padding: 0; margin: 0;
	font: 12px Tahoma, Geneva, sans-serif;
	border-top: 1px solid #545454;
}

#base {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#meio {
	float: left;
	width: 954px;
	display: block;
	position: relative;
	background: #fff url(imgs/conteudo_top.png) no-repeat 0% 0%;
	margin-top: 8px;
	padding: 13px 13px 0 13px;
}

.esquerda {
	float: left;
	width: 232px;
	margin-right: 11px;
}

* html .esquerda {
ma\rgin: 0 8px 0 0;
} 


.conteudo {
	float: left;
	width: 468px;
}

.direita {
	float: left;
	width: 232px;
	margin-left: 11px;
}

* html .direita {
ma\rgin: 0 0 0 8px;
} 

/******************************************
 * TITULOS
 ******************************************/
 
h1, h2, h3, h4, h5 {
	margin: 0 0 7px 0;
	padding: 0;
}

h1 {
	font: 21px Georgia, "Times New Roman", Times, serif;
	color: #505050;	
	letter-spacing: -1px;
	border-bottom: 3px solid #dfdfdf;
}
 
.item h2 {
	width: 100%;
	font: 21px Georgia, "Times New Roman", Times, serif;
	color: #505050;	
	letter-spacing: -1px;
	border-bottom: 3px solid #dfdfdf;
}

.bloco-esquerda h3, .bloco-direita h3  {
	height: 25px;
	background: url(imgs/box_verde_topo.png) no-repeat;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFF;	
	letter-spacing: -1px;
	padding: 6px 0 0 34px;
	margin: 0;
}

/******************************************
 * LINKS
 ******************************************/

a {
	text-decoration: none;
	color: #505050;
}

a.leiamais {
	background: url(imgs/mais.png) no-repeat 0% 50%;	
	padding: 10px 10px 10px 14px;
	font-size: 11px;
	font-weight: 700;
}

.bloco-direita a.leiamais {
	float: right;
}


/******************************************
 * FORMULÁRIO DE CONTATO
 ******************************************/

#tcform form {
	width: 400px;
	clear: both;
	margin: 15px auto;
	padding: 20px 33px;
	background: #efefef url(imgs/fundo_contatos.png) no-repeat 100% 0%;
	border-top:2px solid #cfcfcf;
	border-bottom:2px solid #cfcfcf;
}
#tcform .cx_texto form {
	width: auto !important;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#tcform label {
	padding:4px 20px 4px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	clear: both;
	
}
#tcform input.cxinput {
	border:1px solid #dfdfdf;
	width:400px;
	height:20px;
	margin-bottom:10px;
}
#tcform textarea {
	width:400px;
	height:200px;
	margin-bottom:10px;
	border:1px solid #dfdfdf;
}
#tcform .botao {
	background: #404040 url(imgs/fundo_botao.png) repeat-x;
	width:65px;
	height:23px;
	font:700 12px Arial, Helvetica, sans-serif;
	color:#fff;
	border: 1px solid #505050;
	margin: 10px 5px;
}



/******************************************
 * BLOCOS
 ******************************************/

.bloco-esquerda, .bloco-direita {
	width: 100%;
	background: #ececec url(imgs/box_verde_fim.png) no-repeat 0% 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	float: left;
}

.box img, 
.box a,  
.box p,
.box div,
.box table
{
	padding: 5px;	
}


.bloco-baixo {
	clear: both;		
}


/******************************************
 * PADROES
 ******************************************/
.clr {clear: both;}
.oculto {display: none;}
.semmargem {margin: 0 !important;}

/******************************************
 * MENU SUPERIOR
 ******************************************/

.bloco-menu-topo {
	background: url(imgs/menu_fundo.png) no-repeat;
	width: 967px;
	height: 54px;
	margin: 0 auto;
}

.bloco-menu-topo ul, .bloco-menu-topo li {
	list-style: none;
	display: inline;
}

.bloco-menu-topo ul {
	float: left;
	margin: 15px 0 0 10px;
	padding: 0;
}

.bloco-menu-topo li {
	float: left;
	border-right: 1px solid #898e8e;	
}

.bloco-menu-topo li a {
	float: left;
	font: 700 12px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	margin: 0 3px;
}

.bloco-menu-topo li a:hover, .bloco-menu-topo li a#active-link {
	background-color: #000;	
	color: #fff;
}

/******************************************
 * MENU INFERIOR
 ******************************************/
.bloco-baixo {
	text-align: center;	
	padding: 30px 0;
}

.bloco-baixo ul {
	margin: 0;
	padding: 0;
}

.bloco-baixo ul li {
	display: inline;
	list-style: none;
	padding: 0 8px;
	border-right: 1px solid #ccc;
}

.ultimo {border: none !important;}


/******************************************
 * BANNER
 ******************************************/
.bloco-banner {
	margin-bottom: 10px;
}

.bloco-banner img {
	border: none;		 
}
 

/******************************************
 * TEMA E LOGO
 ******************************************/
#temabox {
	background: url(imgs/tema_fundo.png) no-repeat;
	width: 980px;
	height: 211px;
}
 
.logo, .tema {
	float: left;
	padding: 14px 0 0 15px;
}

.logo {
	width: 168px;
	height: 183px;
}

.tema {
	width: 766px;
	height: 183px;
}

.imglogo {
	border: none;		
}

/******************************************
 * BUSCA
 ******************************************/
.bloco-busca {
	background: url(imgs/busca.png) no-repeat;
	width: 221px;
	height: 29px;
	position: absolute;
	right: 15px;
	top: 12px;
	padding: 1px 0 0 0;
}

.cxbusca {
	font: 10px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #505050;
	width: 160px;
	height: 17px;
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
	vertical-align: bottom;
	border: none;
	background: none;
}

.btbusca {
	width: 46px;	
	height: 25px;
	vertical-align: bottom;
	border: none;
	background: none;
	cursor: pointer;
}


/******************************************
 * RESULTADO BUSCA
 ******************************************/

div.buscaseparador {
	padding:0; 
	margin:0;
}
div.buscaresultado {
	padding: 5px;
	margin: 0 auto 5px auto;
	background-color: #f9f9f9;
	border-bottom: 2px solid #dfdfdf;
}

div.buscaresultado dl {
	padding: 0; margin: 0;
}

div.buscaresultado dt {
	padding: 4px !important;
}

div.buscaresultado dd {
	margin: 0; padding: 0 0 0 10px;
}

div.buscaresultado dt a {
	margin-bottom:5px;
	text-decoration: underline;
	font-weight: 700;
}

div.buscaresultado dt a:hover {
	color: #000;
}



/******************************************
 * HOME
 ******************************************/
 .linha {
	margin-bottom: 15px;
	background: url(imgs/separador.png) no-repeat 50% 100%;
	padding-bottom: 10px;
}

.colunas {
	
}
 
.item {
	width: 230px;
	float: left;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #404040;
	margin: 0 7px 20px 0;
}

.item img {
	margin-right: 5px;	 
}

.separador {
	float: left;
	width: 100%;
	background: url(imgs/separador.png) no-repeat 50% 0%;
}


/******************************************
 * PROGRAMAÇÃO
 ******************************************/
ul#programas {
	list-style: none;
	margin: 0; padding: 0 5px;
}

ul#programas li {
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 0;
}
 
.programa_titulo {
	color: #505050;	
} 

.programa_titulo strong, .programa_titulo span {
	color: #000;	
} 


/******************************************
 * NEWS
 ******************************************/
.bloco-direita ul {
	list-style: none;
	margin: 0; padding: 0;
}

.bloco-direita ul li {
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}

.bloco-direita li a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

.bloco-direita li a:hover {
	text-decoration: underline;
}

.firstline {
	float: left;
	background-color: #f5f5f5;	
	padding: 5px;
}

/* Esquerda */

.bloco-esquerda ul {
	list-style: none;
	margin: 0; padding: 0;
}

.bloco-esquerda ul li {
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}

.bloco-esquerda li a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

.bloco-esquerda li a:hover {
	text-decoration: underline;
}

.secondline {
	float: left;
	background-color: #efefef;	
	padding: 5px;
}

.datanews {
	float: left;
	width: 221px;
	color: #505050;
	font-weight: 700;
}

ul#rss {
	padding: 5px 7px;	
}

ul#rss li {
	float: left;
	width: 100%;
}

ul#rss li a {
	float: left;
	padding: 5px 0;	
}

/******************************************
 * TOP10
 ******************************************/
.top10 dl {
	list-style: none;
	margin: 0; padding: 10px 0 0 0;
}

.top10 dl dt {
	font: 700 11px Tahoma, Geneva, sans-serif;
	padding: 2px 0 0 0;
	margin: 0;
}

.top10 dl dd  {
	padding: 0 0 3px 0;
	margin: 0;
}


.top10 dl, .top10 dt, .top10 dd {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

.posicao {
	float: left;
	background: url(imgs/quad_nums.png) no-repeat;
	width: 24px;
	height: 24px;
	font: 700 18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	margin: 2px 5px 0 5px;	
}

.firstlinetp {
	background-color: #efefef;	
	padding: 5px;
}

.secondlinetp {
	background-color: #f5f5f5;	
	padding: 5px;
}

span.seta {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #009b9d;	
}

/******************************************
 * RODAPE
 ******************************************/
 
#rodape {
	width: 980px;
	height: 87px;
	margin: 0 auto;
	background: url(imgs/rodape_fundo.png) no-repeat 0% 0%;
}

.bloco-rodapetxt {
	padding: 30px 0 0 0;
	color: #fff;
}