/* Editado dia 24/07/07 por Ariel Serafini */
/* INÍCIO CSS DO ARQUIVO CALENDÁRIO.CSS  */
/*--------------------------
DIV's DE CONTEUDO
--------------------------*/

#calend-content {
	margin-top: 10px;
}

/* Texto abaixo do cabealho */
#calend-subcontent {
	margin-top: 3px;
	margin-bottom: 12px;
}

/* Thumbnail */
#calend-thumb {
	float: right;
	margin-left: 4px;
}

/* Coluna da esquerda */
.calend-itemh {
	font-weight: bold;
	vertical-align: top;
	background-color: #E8E8E8;
}

.calend-table {}

/*--------------------------
REDEFINIÇÕES DE ESTILOS
--------------------------*/

#calend-content h5 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
}

#calend-content h6 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 15px;
}

.calend-table td {
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 2px;
	border-right: solid 2px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}


/*--------------------------
POPUPS DE ENVIE
--------------------------*/

#send-title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	background-color: #41536D;
}

/* Contedo */
#send-wrapper {
	background-color: #FFFFFF;
}

#send-wrapper td {
	padding-top: 2px;
	padding-bottom: 2px;
}
/* ############### FIM CSS DO ARQUIVO CALENDRIO.CSS ############# */

/************************** INICIO clicshopping.css *************/
#clicshopping_content {
	font-size: 10px;
}

#clicshopping_top {
	background-color: #FFFFFF;
	border: solid 1px #BABABA;
	width: 78%;
	padding: 6px;
	position: relative;
	margin: 0px auto;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

#clicshopping_top img {
	margin-left: 4px;
	margin-bottom: 4px;
}

#clicshopping_item1 {
	margin-left: 1px;
	padding: 3px;
}

#clicshopping_item2 {
	margin-left: 1px;
	padding: 3px;
	background-color: #DDDDDD;
}

/************************** fim clicshopping.css *************/


/****************** INCIO CSS DO ARQUIVO GALERIA.CSS  **********/
/*--------------------------
LAYOUT DE CONTEÚDO DA GALERIA
--------------------------*/

/* Miolo da galeria - layout 1 */
#gallery_content_h {
	margin: 10px 0px 10px 0;
	float: none;
	* float: left;
	display: table;
	* display: block;
	width:330px;
/*	width:100%;*/
}

/* Miolo da galeria - layout 2 */
#gallery_content_v {
	background-image: url(/especiais/icon/i_div_v.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 150px;
	margin-top: 10px;
	padding-right: 17px;
	float: left;
	display: block;
}

/*--------------------------
OUTRAS GALERIAS (CAPAS)
--------------------------*/

/* Lista de outras galerias (vertical) */
#gallery_other_list_h {
	background-color: #EFEFEF;
	margin: 10px 0 10px 10px;
	float: right;
	width: 158px;
}

/* Lista de outras galerias (horizontal) */
#gallery_other_list_v {
	clear: both;
	background-color: #EFEFEF;
	margin-top: 10px;
	width: 100%;
}

.gallery-other-title {
	display: block;
	background-color: #555555;
	padding: 4px 0 0 4px;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.gallery-other-cat {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

/* Bullets */
/* Para o "UL" - retira o espao que  criado para o contedo diretamente superior (similar a <P> */
#gallery_other_list_h ul, #gallery_other_list_v ul {
	margin-top: 1px;
	margin-bottom: 7px;
}

/* Para o bullet - retira o espao  esquerda criado */
#gallery_other_list_h li, #gallery_other_list_v li {
	font: 11px Tahoma;
	list-style-image:  url(/especiais/icon/i_bullet.gif);
	margin-bottom: 2px;
	margin-left: 20px;
}

/*--------------------------
DESCRIÇÃO DA GALERIA NAS CAPAS
--------------------------*/
/* Ttulo */
#gallery_content_h h5, #gallery_content_v h5 {
	clear: both;
	height: 18px;
	padding: 4px 0 0 4px;
	margin: 0 0 3px 0;
	background-color: #D8D8D8;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.gallery_div {
	background-image: url(/especiais/icon/i_div_h.gif);
	line-height: 5px;
	height: 5px;
	font-size: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	clear: both;
}

/* Foto + crdito */
#gallery_picture {
	color: #999999;
	float: left;
	text-align: right;
	margin-bottom: 3px;
	font-size: 10px;
	width: 150px;
}

/*  Textos de descrio */
#gallery_desc_txt {
	color: #767676;
	font-size: 10px;
	float: none; /*left;*/
	display: table;
	padding-left: 3px;
}

.gallery_desc_title {
	color: #555555;
	font-size: 11px;
}

#gallery_desc_txt a {
	font-weight: bold;
	font-size: 12px;
}

/*--------------------------
CABEÇALHO, RODAPÉ E BARRA DAS PÁGINAS DE GALERIAS
--------------------------*/
#gallery_header, #gallery_footer {
	background-color: #EFEFEF;
	height: 21px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	color: #555555;
	margin-top: 10px;
	font-size: 11px;
}

#gallery_header img, #gallery_footer img {
	float: right;
}

#gallery_bar {
	background-color: #F2F2F2;
	height: 22px;
	color: #555555;
	font-size: 10px;
}

#gallery_bar img {
	padding: 3px 6px 0 6px;
	float: left;
}

/*--------------------------
TABELA DE FOTOS
--------------------------*/
.gallery-table {}

.gallery-table td {
	padding-bottom: 8px;
}

.gallery-table #gallery_picture {
	float: none;
	margin: 0px;
	width: 150px;
	padding: 0px;
}

.gallery-table-div {
	background-image: url(/especiais/icon/i_div_v.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.gallery-table-div img {
	width: 26px;
}

#gallery_subt {
	background-color: #F2F2F2;
	padding: 4px;
	margin-top: 3px;
	width: 142px;
	font-size: 10px;
}

/*--------------------------
TEXTO DO TOPO PARA SLIDESHOW
--------------------------*/
#gallery_text {
	margin-top: 5px;
}

#gallery_text ul {
	margin-top: 1px;
	margin-bottom: 7px;
}

/* Para o bullet - retira o espao  esquerda criado */
#gallery_text li {
	font-size: 11px;
	list-style-image:  url(/especiais/icon/i_bullet.gif);
	margin-bottom: 2px;
	margin-left: 20px;
}
/* ############### FIM CSS DO ARQUIVO GALERIA.CSS ############# */

/* ############### INICIO CSS DO ARQUIVO LAYOUT.CSS ############## */
/* ESTILOS DE LAYOUT/ESTRUTURA */

/*--------------------------
RE-DEFINIÇÕES DE TAGS
--------------------------*/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
	color: #333333;
	font-size: 11px;
}

html, body {
	background-color: #9B9B9B;
}

td {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11px;
}

input, select {
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
}

a {
	color: #0073C3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*--------------------------
CONTAINER
--------------------------*/
#wrapper {
	background-image: url(/especiais/icon/i_wrapper_bg.gif);
	background-color: #FFFFFF;
	width: 779px;
}

/*--------------------------
COLUNA DA ESQUERDA + MENU
--------------------------*/
#site_leftcol {
	float: left;
	width: 140px;
}

/* Logotipo */
#logo {
	margin-left: 7px;
	height: 80px;
	margin-bottom: 5px;
/*	background-image: url(/especiais/icon/logo_site_part_01.gif);*/
}

/* Barra com arte no topo */
#logo_bar {
	position: absolute;
}
#logo_bar_swf {
	display: none;
}

/* Data */
#date {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 7px;
	margin-left: 6px;
	color: #5C5C5C;
}

/* Menu */
#menu {
	margin-left: 7px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	margin-right: 1px;
	border-top: solid 1px #BDBDBD;
}

#menu li {
	list-style: none;
	border-bottom: solid 1px #BDBDBD;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

#menu li a {
	display: block;
	height: 17px;
	padding-top: 3px;
	padding-left: 8px;
	margin: 0px;
	color: #9B5000;
}

#menu li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

#menu li .menu-marked {
	display: block;
/*	height: 17px;*/
	color: #9B5000;
	background-color: #DCDCDC;
}

#menu li .menu-group {
	display: block;
	height: 17px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	color: #505F70;
}

/* Bloco de clicTempo, Patrocinadores e clicPapo (ttulos) */
#clictempo_title, #patrocin_title, #clicpapo_title {
	margin-top: 11px;
	margin-left: 7px;
	padding-left: 3px;
	padding-bottom: 1px;
	border-bottom: solid 1px #BDBDBD;
	font-weight: bold;
	color: #1B698B;
}

/* Bloco para clicPapo */
#clicpapo_block {
	padding-left: 4px;
	margin-left: 7px;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom: solid 1px #BDBDBD;
	background-color: #DEDEDE;
	font-size: 10px;
}

#clicpapo_block input {
	font-size: 10px;
}

#clicpapo_block img {
	vertical-align: middle;
}

/* Bloco para clicTempo */
#clictempo_block {
	float:left;

	padding-left: 4px;
	margin-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #BDBDBD;
	background-color: #DEDEDE;
	font-size: 10px;
}

/* Bloco para logotipos de patrocinadores */
#patrocin_title {
}

#patrocin_block {
	margin-top: 11px;
	text-align: center;
}

/*--------------------------
COLUNA DA DIREITA + SHOPPING + ITOOLS + MURAL
--------------------------*/
#site_rightcol {
	float: right;
	width: 116px;
	padding-top: 85px;
/*	background-image: url(/especiais/icon/logo_site_part_03.gif);*/
	background-repeat: repeat-x;
	* margin-left: -3px;
}

/* Button banner */
#shop_miniad {
	display: none;
}

#shop_head {
	height: 16px;
	clear: both;
	background-color: #D1D1D1;
	border-top: solid 1px #BABABA;
	border-bottom: solid 1px #BABABA;
	padding-top: 3px;
	padding-left: 5px;
	margin-top: 7px;
	font-weight: bold;
}

/* Texto do cabealho */
.shop_head_text {}

#shop_content {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}

#shop_content select {
   width: 105px;
}


/* Link do ttulo no shopping */
.shop_link {
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 1px;
}

/* Alinhamento da imagem */
#shop_content img {
	float: right;
}

/* Select de mais promoes */
#shop_content select {
	margin-top: 3px;
}

/* INTERATIVIDADE DA COLUNA DA DIREITA */

#interact_head {
	height: 16px;
	clear: both;
	background-color: #D1D1D1;
	border-top: solid 1px #BABABA;
	border-bottom: solid 1px #BABABA;
	padding-top: 3px;
	padding-left: 5px;
	margin-top: 7px;
	font-weight: bold;
}

#interact_content {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}
#interact_content p, #interact_content a, #interact_content .it-title, #interact_content .it-radio-txt{
	font-size:9px;
}

/*--------------------------
ESTRUTURA PRINCIPAL
--------------------------*/
/* Coluna do meio */
#site_middlecol {
	width: 523px;
	float: left;
	padding-top: 90px;
/*	background-image: url(/especiais/icon/logo_site_part_02.gif);*/
	background-repeat: repeat-x;
}

/* Cabealho do contedo */
#site_header {
	padding-top: 2px;
/*	background-image: url(/especiais/icon/i_banner_bg.gif);*/
	text-align: left;
	table-layout: fixed;
/*	width: 523px;*/
width:468px;
	height: 60px;
	margin:0px auto 10px;
}

/* Ferramentas do site abaixo do banner */
#site_topbar {
	border: solid 1px #BDBDBD;
	padding: 3px;
	color: #5C5C5C;
	font-size: 10px;
	background-color: #ECECEC;
	text-align: center;
	width: 463px;
	margin-left: 25px;
	margin-top: 8px;
}

#site_topbar img {
	vertical-align: middle;
}

#site_topbar input, select {
	font-size: 10px;
}

/* Miolo */
#site_content {
	margin-top: 7px;
	padding: 10px;
}

#site_content ul li {list-style:none;}

/* Coluna da esquerda */
#left_col {
	width: 245px;
	margin-right: 10px;
	float: left;
	/* Fundo para edico de capa */
	background-color: #FFFFFF;
}

/* Coluna da direita */
#right_col {
	width: 245px;
	float: left;
	/* Fundo para edico de capa */
	background-color: #FFFFFF;
}

/* Banner de rodap do miolo */
#banner_footer {
	text-align: center;
	padding-top: 5px;
/*	width: 523px;*/
	margin:10px auto;
}
/* Rodapé */
#site_footer {
	clear: both;
	height: 55px;
	padding-top: 5px;
	border-top: 2px solid #9F9F9F;
	background-color: #EDEDED;
}

/* Parte da esquerda do rodap */
#footer_left {
	width: 400px;
	float: left;
	height: 55px;
}

/* Parte da direita do rodap */
#footer_right {
	width: 379;
	height: 55px;
}

/*--------------------------
BLOCOS DE CAPA
--------------------------*/
#news_block {
	margin-bottom: 2px;
}

#super_block {
	padding: 5px;
	background-color: #DEECF5;
	margin-top: -4px;
	height: 1%;
	/* margin-bottom: 10px; */
	border-bottom: solid 4px #DEECF5;
	margin-bottom: 4px;
	clear: both;
}

#super_block hr {
	display: none;
}

#normal_block {
	margin-bottom: 6px;
	clear: both;
}

.news-title {
	font-size: 11px;
	display: block;
	margin-bottom: 1px;
}

.pic-text {
	font-size: 10px;
	color: #8D8D8D;	
	margin-bottom: 6px;
	display: block;
	clear: both;
}

.news-call {
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.news-desc {
	font-size: 10px;
	color: #595959;
}

.news-thumb {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.news-minithumb {
	float: right;
	margin-left: 5px;
}

.news-spacer {
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	* margin-top: 1px;
	* margin-bottom: 1px;
	padding: 0px;
	border: 0px;
	color: #FFFFFF;	
}

/* Bloco com britas */
#bulletnews_block {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 10px;
	clear: both;
}

#bulletnews_block ul {
	margin-top: 2px;
}

#bulletnews_block li {
	background-image: url(/especiais/icon/i_bullet_newslist.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 11px;
	padding-bottom: 4px;
	font-size: 10px;
}

/*--------------------------
AJUSTE PARA COLUNA DA DIREITA
--------------------------*/
#right_col #news_block {
	width: 245px;
}

/*--------------------------
MAIS NOTÍCIAS
--------------------------*/
#newslist_block {
	margin-bottom: 13px;
	background-color: #F3F3F3;
	border-bottom: solid 1px #CDCDCD;
	padding: 5px;
	margin-top: -4px;
}

.newslist-title {
	display: block;
	background-image: url(/especiais/icon/i_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 4px;
	display: none;
}

.newslist-link {
	font-size: 10px;
	display: block;
	margin-bottom: 7px;
}

/*--------------------------
CONTEÚDO
--------------------------*/
/* Box do ttulo da pgina */
#content_title {
	border-bottom: solid 1px #C0C0C0;
	font-size: 17px;
}

/* Texto do ttulo da pgina */
.content-title {}

/* Dropdown com links para outros sites */
#content_droplinks {
	float: right;
	margin-top: -11px;
}

/* Cartola especial (GIF) */
.title-special {
	margin-top: 3px;
	margin-bottom: 4px;
}

/* Box de cartola */
#title_box {
	height: 14px;
	background-image: url(/especiais/icon/title_bg.gif);
	padding-left: 9px;
	margin-bottom: 4px;
}

/* Ttulo de cartola */
.title-box {
	display: block;
	float: left;
	background-image: url(/especiais/icon/title_text_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 14px;
	padding-right: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Bloco de notcias de ltimas */
#ultimas_block {
	margin-top: 5px;
	margin-bottom: 15px;
}

/* Bloco de cada notcia */
#ultimas_block p {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	margin-bottom: 5px;
}

/* Data no bloco de ltimas */
#ultimas_block .time {
	font-weight: bold;
}

/* Assunto no bloco de ltimas */
#ultimas_block .date {}

/* Ttulo ao lado da data de ltimas */
#ultimas_block .subject {}

/* Link de ltimas */
#ultimas_block .link {
	/*
	background-image: url(/especiais/icon/i_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	*/
}

/*--------------------------
BOX DE FERRAMENTAS DE RODAPÉ
--------------------------*/
#footer_toolbar {
	clear: both;
	text-align: right;
}

#footer_toolbar hr {
	height: 1px;
	color: #ECECEC;
}

/*botoes rodape enquete*/
#footer_toolbar_line {
	clear: both;
	margin: 10px 0 10px 0;
	height:15px;
}
#footer_toolbar_left {
	float: left;
	margin-right: 10px;
}
#footer_toolbar_right {
	float: right;
}

/*--------------------------
BOX DE FILTRO
--------------------------*/
/* Caixa */
#filter_box, #filter_2l_box {
	margin-top: 15px;
	background-image: url(/especiais/icon/filter_div.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 27px;
	clear: both;
	margin-bottom: 15px;
}

/* Caixa - 2 linhas */
#filter_2l_box {
	height: 70px;
}

/* Bloco da parte de cima do filtro - 1 linha */
#filter_top {}

/* Bloco da parte de cima do filtro - 2 linhas */
#filter_2l_top {
	background-image: url(/especiais/icon/filter_bg_t.gif);
	width: 404px;
	height: 22px;
	padding-top: 6px;
	padding-left: 10px;
	float: left;	
}

/* Bloco da parte de baixo do filtro - 1 linha*/
#filter_bottom {
	background-image: url(/especiais/icon/filter_bg_l.gif);
	width: 404px;
	height: 24px;
	padding-top: 3px;
	padding-left: 10px;
	float: left;
}

/* Bloco da parte de baixo do filtro - 2 linhas*/
#filter_2l_bottom {
	background-image: url(/especiais/icon/filter_bg_b.gif);
	width: 404px;
	height: 24px;
	padding-top: 3px;
	padding-left: 10px;
	float: left;
}

/* Bloco da direita - 1 linha */
#filter_right {
	float: right;
	background-image: url(/especiais/icon/filter_bg_r_1l.gif);
	width: 69px;
	height: 24px;
	padding-top: 3px;
	padding-left: 20px;
}

/* Bloco da direita - 2 linhas */
#filter_2l_right {
	float: right;
	background-image: url(/especiais/icon/filter_bg_r_2l.gif);
	width: 69px;
	height: 38px;
	padding-left: 20px;
	padding-top: 17px;
}


/*--------------------------
GLOSSÁRIO & MOEDAS
--------------------------*/
#glossar_box {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(/especiais/icon/filter_bg_1l.gif);
	width: 465px;
	height: 21px;
	text-align: center;
	font-size: 12px;
	padding-top: 6px;
}

.glossar-div {
	color: #737373;
	margin: 0px;
	height: 1px;
}

.glossar-text {
	color: #575757;
}

.curr-table {
	width: 100%;
	margin-top: 15px;
}

.curr-table-note {
	font-size: 10px;
	text-align: right;
}

.curr-table-header {
	text-align: center;
	background-color: #4E4E4E;
	padding: 3px;
}

.curr-table-header a {
	color: #FFFFFF;
	font-weight: bold;
}

.curr-table-even {
	padding: 3px;
	background-color: #E6E6E6;
}

.curr-table-odd {
	padding: 3px;
	background-color: #F0F0F0;
}


/*--------------------------
CONTEÚDO DE TEXTO PARA NOTÍCIA ABERTA
--------------------------*/
#content_news {
	margin-top: 5px;
}

/* Layout dos estilos do bloco de noticas */
#content_news .date, .title, .header, .support, .source, .credit {
	display: block;
}

/* Data */
#content_news .date {
	font-size: 10px;
	color: #8D8D8D;
}

/* Cartola */
#content_news .title {
	color: #A05151;
}

/* Chamada */
#content_news .header {
	font-weight: bold;
	font-size: 14px;
}

/* Apoio */
#content_news .support {
	color: #5B5B5B;
}

/* Fonte da matria */
#content_news .source {
	margin-top: 6px;
	font-style: italic;
	color: #9E9E9E;
}

/* Autor/Crdito */
#content_news .credit {
	margin-top: 10px;
	text-align: right;
	color: #9C9C9C;
	font-size: 11px;
}

#body_text {
	margin-left: 35px;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 16px;
}

#body_text p {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}

#body_banner {
	background-image: url(/especiais/icon/i_head_publicidade.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	float: right;
	margin-bottom: 5px;
	margin-left: 4px;
	table-layout: fixed;
	width: 1%;
	height: 1%;
}

.body-banner {
	margin-bottom: 5px;
	margin-left: 5px;
}

.body-banner-cell {
	background-image: url(/especiais/icon/i_head_publicidade.gif);
	background-repeat: no-repeat;
	padding-top: 11px;
}

/*--------------------------
SUBTÍTULOS DE CONTEÚDO
--------------------------*/
#sub_header {
	background-image: url(/especiais/icon/i_subh_l.gif);
	background-repeat: no-repeat;
	height: 14px;
	padding-left: 7px;
	margin-top: 20px;
	clear: both;
}

.sub-header {
	background-image: url(/especiais/icon/i_subh_r.gif);
	background-position: right;
	height: 12px;
	padding-right: 11px;
	margin-top: 2px;
}

/*--------------------------
TABELA DE INFORMAÇÕES
--------------------------*/
.info-table {
	width: 95%;
	background-color: #BBBBBB;
	margin-top: 20px;
	margin-left: 15px;
}

.infotab-support {
	background-color: #D8D8D8;
}

.info-table td {
	padding: 4px;
}

.intotab-header {
	background-color: #9B9B9B;
	color: #FFFFFF;
	font-weight: bold;
}

.infotab-odd {
	background-color: #FFFFFF;
}

.infotab-even {
	background-color: #F0F0F0;
}

/*--------------------------
MULTIMÍDIA
--------------------------*/
.mmedia-table {
	margin-top: 5px;
	width: 99%;
}

/* LINHA NORMAL (PARA CAPA) */
.mmedia-icon {
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	width: 25px;
}

.mmedia-text {
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 3px;
	font-size: 10px;
}

/* LINHA PAR */
.mmedia-icon-even {
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	width: 25px;
}

.mmedia-text-even {
	background-image: url(/especiais/icon/i_mmedia_bullet_even.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 4px;
	padding-top: 3px;
}

/* LINHA MPAR */
.mmedia-icon-odd {
	vertical-align: top;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	background-color: #F3F3F3;
	width: 25px;
}

.mmedia-text-odd {
	background-image: url(/especiais/icon/i_mmedia_bullet_odd.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 4px;
	padding-top: 3px;
}

.mmedia-text-even a, .mmedia-text-odd a {
	font-size: 11px;
}

/*--------------------------
SAIBA MAIS
--------------------------*/
.smais-table {
	margin-top: 5px;
	width: 99%;
}

.smais-text {
	padding-left: 5px;
	padding-bottom: 4px;
	color: #8C8C8C;
}

.smais-text a {
	font-size: 11px;
}

.smais-text p {
	padding-left: 13px;
	background-image: url(/especiais/icon/i_bullet.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

/*--------------------------
CONFIRA
--------------------------*/
.confira-table {
	border-top: solid 5px #F3F3F3;
	background-color: #F3F3F3;
	width: 99%;
}

.confira-text {
	padding-left: 5px;
	padding-bottom: 4px;
	color: #8C8C8C;
}

.confira-text a {
	font-size: 11px;
}

.confira-text p {
	padding-left: 13px;
	background-image: url(/especiais/icon/i_bullet.gif);
	background-repeat: no-repeat;
}

/*--------------------------
RODAPÉ DA NOTÍCIA ABERTA
--------------------------*/
.content_footer {
	width: 99%;
	margin-top: 20px;
}

/*--------------------------
PÁGINA LIMPA PARA ENVIE E IMPRESSÃO
--------------------------*/
.clean-body {
	background-color: #FFFFFF;
	padding: 10px;
}


/*--------------------------
TABELA DE CONTEÚDO DE TEXTO COM THUMBNAILS
--------------------------*/
.body-table {
	width: 95%;
	margin-top: 15px;
	margin-left: 15px;
}

.body-table td {
	vertical-align: top;
	padding-bottom: 5px;
}

.body-table img {
	margin-right: 5px;
}

.body-table a {
	font-weight: bold;
}

/*--------------------------
BLOCO I-TOOLS
--------------------------*/
#it_block {
	padding-left: 6px;
	margin-bottom: 10px;
	clear: both;
}

.it-title {
	font-size: 11px;
	display: block;
	margin-top: 6px;
	margin-bottom: 4px;
	font-weight: bold;
}

#it_vejamais {
	text-align: right;
	margin-bottom: 13px;
}

.it-headtxt {
	font-size: 11px;
	line-height: 14px;
	display: block;
}


/* Estilos para mensagem do mural */
#mur_message {
	border-bottom: solid 1px #656565;
	padding: 8px;
	background-color: #EFEFEF;
}

.mur-name {
	font-weight: bold;
}

.mur-email {
	font-style: italic;
}

.mur-local, .mur-date {
	font-size: 10px;
}

.mur-table td {
	padding-bottom: 4px;
	padding-left: 2px;
	vertical-align: middle;
}

/* SMS/Phone */
.it-mmedia-tit-bg {
	background-image: url(/especiais/icon/i_mmedia_tit_bg.gif);
	padding-top: 4px;
	padding-left: 5px;
	font-size: 10px;
}

.it-mmedia-opt-bg {
	font-size: 10px;
	background-color: #E9E9E9;
	padding: 0 2px 0 2px;
}

/* Tabela de opes da enquete */
.it-radio-txt {
	padding-top: 3px;
	padding-bottom: 2px;
}

.it-radio-bg {
	background-image: url(/especiais/icon/i_bg_radiobt.gif);
	background-position: top;
	background-repeat: repeat-y;
	width: 25px;
}

.it-radio-div {
	background-image: url(/especiais/icon/i_div_radiobt.gif);
	background-repeat: no-repeat;
	height: 7px;
}

.it-img-thumb {
	float: left;
	margin-right: 5px;
	padding-bottom: 4px;
	border: 0px;
}

.it-mmedia-table {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 7px;
	height: 25px;
	clear: both;
}

.it-mmedia-icon {
	padding-right: 4px;
	width: 1%;
}

.it-mmedia-text {
	font-size: 10px;
}

.it-txt-alert {
	display: block;
	color: #F00000;
	/* float: left; */
	margin-right: 3px;
	font-size: 11px;
	font-weight: bold;
}

/* Lista de enquetes/filtro */
#it_subtitle {
	font-weight: bold;
	margin-top: 13px;
	font-size: 14px;
	margin-bottom: 3px;
}

.it-listitem {
	background-image: url(/especiais/icon/i_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	line-height: 15px;
}

#it_result {
	font-size: 10px;
}

#it_result li {
	font-size: 11px;
	color: #4F4F4F;
	height: 20px;
	margin: 10px 0px;
	font-weight: bold;
}

#it_result img {
	margin-right: 3px;
	vertical-align: middle;
}

.it-txt-result {
	font-size: 10px;
}

/* validador de enquete/votao */
#vl_block {
	clear: both;
}
.vl-block-txt {
	clear: both;
	display: block;
}
#vl_block input {
	display: block;
	float: left;
	width: 60px;
	height: 16px;
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 11px;
}
#vl_block img {
	display: block;
	float: left;
	width: 120px;
	margin: 12px 0 0 0;
}
div.popup-fundo {
margin-bottom:10px;
}
.popup-body {
	background-image: url(/especiais/icon/bg_popup.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	border: 0px;
/*	width: 250px;*/
	padding-top: 10px;
	height:97.8%;
}

.popup-body input {
color:#747474;
font-size:10px;
margin-bottom:1px;
}

.popup-body td {
font-size:10px;
}

.popup-image-body {
	background-image: url(/especiais/icon/bg_popup.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	width: 460px;
	padding-top: 10px;
}
#popup_image {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
#popup_image img {
	border: 4px solid #FFFFFF;
}
#popup_image_cred {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	padding-right: 26px;
}
#popup_image_txt {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.popup-image-leg {
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/*--------------------------
LISTA DE THUMBNAILS - CAPA
--------------------------*/

#thumblist_miniblock{
	padding: 4px;
	margin-bottom: 3px;
	clear: both;
}

.thumblist-pic {
	float: left;
	margin-right: 5px;
}

.thumblist-desc {
	font-size: 11px;
	color: #595959;
	display: block;
}

#thumblist_vejamais {
	text-align: right;
	margin-bottom: 13px;
	clear: both;
}

/*--------------------------
EXTRA BANNER
--------------------------*/
#extra_banner {
	position: absolute;
	left: 785px;
	margin-top: 10px;
}

/*--------------------------
RESULTADO BUSCA
--------------------------*/
#search_result {}

#search_result p {
	margin-top: 15px;
	margin-left: 6px;
}

#search_result img {
	margin-right: 4px;
	vertical-align: middle;
}

.search-text {
	color: #656565;
}
/* ############### FIM CSS DO ARQUIVO LAYOUT.CSS ############## */

/* INCIO CSS DO ARQUIVO LOGIN_BAR.CSS  */
/* ESTILOS PARA BARRA DE LOGIN */

/* ESTRUTURA-BASE DA BARRA */
#login_bar {
	background: #E2E2E2;
	height: 18px;
	/*
	position: relative;
	margin: 0px auto 0px auto;
	*/
	border-top: solid 1px #929292;
	border-bottom: solid 1px #4C4C4C;
	border-left: solid 6px #9D9D9D;
	clear: both;
	padding-top: 4px;
	padding-left: 7px;
	font-size: 11px;
	width: 766px;
}

#login_inwrapper {
	width: 761px;
}

/* BLOCO DA ESQUERDA */
#login_left {
	float: left;
}

/* BLOCO DA DIREITA */
#login_right {
	float: right;
	padding-right: 5px;
	font-size: 10px;
	color: #787878;
}
/* ############### FIM CSS DO ARQUIVO LOGIN_BAR.CSS ############# */

/* INCIO CSS DO ARQUIVO PAGING.CSS  */
/*--------------------------
PAGINAÇÃO
--------------------------*/

/* Box de paginao */
#paging {
}

.pag-table {
	margin-top: 3px;
}

.pag-table td {
	font-size: 10px;
}

.pag-table img {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}

.pag-table input {
	font-size: 10px;
}

/* Boto de pgina anterior */
.pag-prev {
	padding-right: 4px;
}

/* Boto de prxima pgina - contm fundo para completar lado esquerdo */
.pag-next {
	background-image: url(/especiais/icon/bt_nav_up.gif);
	background-repeat: no-repeat;
	padding-left: 4px;
}

/* Boto de paginao - deselecionado */
.pag-up {
	background-image: url(/especiais/icon/bt_nav_up.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 27px;
	height: 21px;
	color: #A6A6A6;
}

/* Boto de paginao - marcado */
.pag-down {
	background-image: url(/especiais/icon/bt_nav_down.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 27px;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
}

/* Link da paginao */
.pag-link {}

.pag-link:hover {}
/* ################ FIM CSS DO ARQUIVO PAGING.CSS ############### */

/* ################ INICIO DO ARQUIVO PROMOCOES.CSS ############### */
/* Patrocinador da promoo */
.promo-sponsor {
	font-size: 14px;
	font-weight: bold;
	background-color: #F1F1F1;
	padding: 3px;
	border-bottom: solid 3px #FFFFFF;
}

/* Ttulo da promoo */
.promo-title {
	font-size: 12px;
	font-weight: bold;
}

/* Horrio de encerremanto da promoo */
.promo-finishdate {
	font-weight: bold;
}

/* Tabela de promoes */
.promo-table {
	width: 95%;
	margin-top: 15px;
	margin-left: 15px;
}

.promo-table td {
	vertical-align: top;
	padding-bottom: 5px;
}

.promo-table img {
	margin-right: 5px;
	margin-left: 3px;
}

/* Tabela de promoo em destaque */
.promo-super {
	width: 95%;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #E6EBFB;
	border: 1px solid #C0CBF4;
}

.promo-super .promo-sponsor {
	background-color: #DCE3F9;
	border-bottom: solid 1px #C0CBF4;
}

.promo-super td {
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-right: 4px;
}

.promo-super img {
	margin-right: 1px;
	margin-left: 3px;
}

/* Ttulo para promoes encerradas */
.promo-end-title {
	padding-left: 13px;
	background-image: url(/especiais/icon/i_bullet.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

/* Clula com texto de encerramento da promoo */
.promo-end-text {
	padding: 4px;
}

/* Vencedor */
.promo-winners-author {
	font-size: 14px;
	font-weight: bold;
}

/* Frase do vencedor */
.promo-winners-title {
	padding-left: 13px;
	background-image: url(/especiais/icon/i_bullet.gif);
	background-repeat: no-repeat;
}

.promo-winners-phrase {
	font-weight: bold;
}

.promo-winners-text {
	padding: 4px;
}

/* Texto de promoes */
#promo_text p {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.promo-header {
	float: left;
	display: block;
	margin-top: 2px;
}

/* Cabealho */
#promo_header {
	background-color: #EFEFEF;
	height: 21px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 6px;
	color: #555555;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 11px;
}

#promo_header img {
	float: right;
}

/* Corpo de promoo */
/* Imagem do topo */
#promo_block_top {}

/* Corpo de texto de promoes */
#promo_block {
	padding: 6px;
	padding-bottom: 10px;
	background-color: #f4f0e6;
}

#promo_block p {
	margin: 5px;
	text-indent: 25px;
}

/* Imagem de baixo */
#promo_block_bottom {
	padding: 6px;
	text-align: right;
}

#promo_block_bottom img {
	margin-right: 6px;
}

/* Patrocinadors (imagens) */
#promo_sponsors {
	margin-top: 12px;
	margin-bottom: 5px;
}

#promo_sponsors img {
	margin-right: 15px;
	text-align: center;
}

/* Tela de Login */
.promo-login-table {
	width: 94%;
	margin-left: 15px;
}

/* Caixa de alerta do login */
#promo_alert_box {
	border: solid 1px #CC1438;
	background-color: #FFF8F6;
	padding: 5px;
}

/* rea de texto */
.promo-textarea {
	border: solid 1px #A9A9A9;
	width: 485px;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.promo-charcount {
	display: block;
	margin-right: 3px;
	font-size: 10px;
	text-align: right;
}

.promo-charcount input {
	border: solid 1px #A9A9A9;
}

/* Envio de arquivo */
#promo_sendfile {
	margin-top: 6px;
}

#promo_sendfile input {
	border: solid 1px #A9A9A9;
	margin-bottom: 3px;
}

#promo_sendfile img {
	vertical-align: middle;
	margin-bottom: 2px;
}
/* ################ FIM DO ARQUIVO PROMOCOES.CSS ############### */


/* ################ INICIO DO ARQUIVO BLOG.CSS ############### */

/*--------------------------
TABELA DE CONTEDO DE TEXTO COM THUMBNAILS
--------------------------*/
.blog-body-table {
	width: 95%;
	margin-top: 8px;
}

.blog-body-table td {
	vertical-align: top;
	padding-bottom: 12px;;
}

.blog-body-table img {
	margin-right: 5px;
}

/* Estilos para lista de blogs */
.blog-update {
	color: #616161;
	font-size: 10px;
}

.blog-title {
	font-size: 13px;
	font-weight: bold;
}

.blog-subtitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	background-color: #E4EBF1;
	color: #4C7297;
}

.blog-author {}

.blog-published {
	color: #616161;
	font-size: 10px;
}

/* Capa do Blog */
#blog_titleimage {
	margin-top: 6px;
}

#blog_toolbar {
	margin-top: 7px;
	padding-bottom: 7px;
	border-bottom: solid 1px #CECECE;
}

#blog_toolbar span {
}

#blog_toolbar img {
	float: right;
}

/* Calendrio */
#blog_cal {
	margin-left: 2px;
	margin-right: 1px;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 2px;
}

#blog_cal hr {
	width: 100px;
	height: 1px;
}

#blog_cal p {
	font-size: 10px;
}

/* Bloco de perfil da pessoa */
#blog_profile {
	margin-bottom: 4px;
}

#blog_profile img {
	margin-right: 4px;
	float: left;
}

/* Bloco superior do Calendrio */
.blog-cal-top {
	height: 22px;
	border-left: solid 1px #B1B1B1;
	border-top: solid 1px #B1B1B1;
	border-right: solid 1px #B1B1B1;
	margin-top: 6px;
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-left: 2px;
}

.blog-cal-top td {
	padding-left: 3px;
	padding-right: 3px;
}

.blog-cal-top-month {
	text-align: center;
	font-weight: bold;
	width: 77px;
}

/* Ttulo com os dias da semana */
.blog-cal-tit {
	border-left: solid 1px #B1B1B1;
	border-top: solid 1px #B1B1B1;
	margin-right: 1px;
	margin-left: 2px;
}

.blog-cal-tit td {
	width: 15px;
	height: 18px;
	text-align: center;
	font-size: 10px;	
	background-color: #E1E1E1;
	border-right: solid 1px #B1B1B1;
	font-weight: bold;
}

/* rea de seleo de dias */
.blog-cal-selarea {
	border-right: solid 1px #B1B1B1;
	border-bottom: solid 1px #B1B1B1;
	margin-right: 1px;
	margin-left: 2px;
}

.blog-cal-cell {
	width: 15px;
	height: 18px;
	text-align: center;
	font-size: 10px;
	border-left: solid 1px #B1B1B1;
	border-top: solid 1px #B1B1B1;
}

/* Dia selecionado */
.blog-cal-day-selected {
	width: 15px;
	height: 18px;
	text-align: center;
	font-size: 10px;
	border-left: solid 1px #B1B1B1;
	border-top: solid 1px #B1B1B1;
	background-image: url(/especiais/icon/i_cal_select.gif);	
}

.blog-cal-day-selected a {
	color: #000000;
}

/* Semana selecionada */
.blog-cal-week-selected {
	text-align: center;
	background-image: url(/especiais/icon/i_cal_select.gif);	
}

.blog-cal-week-selected a {
	color: #000000;
}

/* Filtro para calendrio */
#blog_cal_filter {
	margin-top: 5px;
}

#blog_cal_filter img {
	margin-top: 3px;
	margin-lefT: 2px;
}

/* Bloco de busca */
#blog_cal_search {
	clear: both;
	padding: 4px;
	margin-top: 4px;
	background-color: #E6EBF0;
	border: solid 1px #CCD4D9;
}

#blog_cal_search td {
	vertical-align: middle;
}

#blog_cal_search input {
	width: 70px;
}

.blog-cal-search-ok {
	margin-top: 4px;
}


/* Bloco genrico de texto */
#blog_cal_textblock {
	margin-bottom: 6px;
}

#blog_cal_textblock ol {
	margin-left: 23px;
}

#blog_cal_textblock li {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

/* Estilo geral para bullet */
.blog-bullet {
	background-image: url(/especiais/icon/i_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 1px;
}


/* Bloco para o post do blog */
#blog_post {
	clear: both;
	margin-top: 7px;
}

/* Data do post */
#blog_post_date {
	border-bottom: solid 1px #0073C3;
	color: #0073C3;
	font-weight: bold;
	font-size: 13px;
	margin-top: 15px;
}

/* Corpo de texto */
#blog_post_body {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Ttulo */
#blog_post_body h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 6px;
}

/* Imagem do blog */
#blog_post_pic {
	float: left;
	margin-right: 8px;
	font-size: 10px;
	color: #747474;
	width: 150px;
	line-height: 12px;
}

/* Texto do post */
#blog_post_text {
	font-size: 12px;
	line-height: 15px;
}

#blog_post_text p {
	font-size: 12px;
	line-height: 15px;
	text-indent: 18px;
	margin-top: 6px;
}

/* Rodap do post que contm o crdito e ferramentas */ 
#blog_post_footer {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px;
	background-color: #F3F3F3;
	border-top: solid 1px #AFAFAF;
	*height: 13px;
	min-height: 25px;
}

/* Crdito de quem postou */
#blog_post_credit {
	float: left;
}

/* Rodap do post */
#blog_post_tools {
	float: right;
	text-align: right;
}

/* Ttulo para o popup */
.blog-popup-title {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-top: 7px;
}

.blog-popup-list {
	margin-top: 3px;
	margin-left: 23px;
	margin-top: 3px;
}

.blog-popup-item {}

/* Comentrios do blog */
#blog_comment_info {
	font-size: 10px;
	padding: 4px;
	background-color: #F4F4F4;
	margin-top: 8px;
}

#blog_comment_post {
	font-size: 11px;
	padding: 3px;
}

.blog-comment-input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* Alerta para posts antigos/atuais */
#blog_warning {
	font-size: 11px;
	border: solid 1px #902525;
	background-color: #FDF5EE;
	padding: 5px;
	margin-top: 12px;
	clear: both;
}

#blog_warning img {
	float: left;
	margin-right: 5px;
}

#blog_searchresult {
	font-size: 11px;
	background-color: #F1F6FA;
	padding: 5px;
	margin-top: 12px;
	clear: both;
}

/* Tabela para perfil */
.blog-table {}

.blog-itemh {
	font-weight: bold;
	vertical-align: top;
	background-color: #E8E8E8;
	padding: 3px;
}

/* Livro de visitas */
#blog_guestbook_topbar {
	border: solid 1px #41739A;
	background-color: #EFF4F8;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	clear: both;
}

/* ################ INICIO DO ARQUIVO BLOG.CSS ############### */

/* MATERIA */

div#colunaesquerda {
float:left;
/*margin:0px 0px 0px 9px;
padding:10px 16px 20px 9px;*/
padding:90px 12px 20px;
width:614px;
}
div#wrapper_noticia {background:url(/especiais/icon/wrapper_bg.gif) repeat-y; float:left; font-family:Tahoma,verdana; width:779px;}
div#wrapper_noticia #site_rightcol {display:none;}

div#barra_nav {
float:left;
margin:0px;
padding:0px;
/*width:596px;*/
width:100%;
}


div#wrapper_noticia div.img-voltar-topo {
clear:none;
float:left;}

div#wrapper_noticia div.bt-right {
float:right;
width:130px;
}

div#wrapper_noticia div.rss {
clear:none;
float:right;
}



div#wrapper_noticia div.title {
float:left;
}

div#wrapper_noticia div.bt-right {
float:right;
width:130px;
}
div#wrapper_noticia div.img-voltar-topo {
clear:none;
float:left;
}
div#wrapper_noticia div.rss {
clear:none;
float:right;
}
div#wrapper_noticia span.content-title {
color:#466077;
font-size:15px;
font-weight:bold;
}

div#wrapper_noticia div.bt-right {
float:right;
}


div#wrapper_noticia ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

div#wrapper_noticia ul.barra {
border-bottom:1px solid #B4B4B4;
margin:0pt 0pt 3px;
padding:0pt;
text-align:center;
}

div#wrapper_noticia ul.linha {
clear:both;
float:left;
width:100%;
}

div#wrapper_noticia ul.botoes li.botao:hover {
background-position:0pt -17px;
}
div#wrapper_noticia ul.barra li.botao {
margin:5px 0pt 0pt 10px;
}
div#wrapper_noticia ul.botoes li.voltar {
background-image:url(/especiais/icon/bt_voltar.gif);
padding:0px 0px 0px 28px;
}
div#wrapper_noticia ul.botoes li.direita {
float:right;
margin:0pt 0pt 0pt 10px;
}

div#wrapper_noticia ul.botoes li.botao
{
background:none;
background-image:url(/especiais/icon/bg_bt_esquerda.gif);
height:17px;
margin:0;
padding:0 0 0 10px;
text-decoration:none;
}

div#wrapper_noticia ul.barra li.texto {
margin:0pt;
}
div#wrapper_noticia ul.botoes li.texto {
padding:0pt;
width:auto;
}
div#wrapper_noticia ul.botoes li.esquerda {
float:left;
margin:0pt 10px 0pt 0pt;
}

div#wrapper_noticia ul.botoes li.botao:hover a {
background-position:right bottom;
color:#F6EBEB;
}

div#wrapper_noticia ul.botoes li a
{
text-decoration:none;
display:block;
float:left;
background-image:url(/especiais/icon/bg_bt_direita.gif);
background-position:right top;
height:15px;
background-repeat:no-repeat;
padding:1px 10px 1px 0px;
font-family:"Trebuchet MS", Verdana, Arial;
font-size:10px;
font-weight:normal;
color:#6b6b6b;
text-transform:uppercase;
}

div#wrapper_noticia div#colunaesquerda a:hover {
text-decoration:underline;
}

div#wrapper_noticia div#colunaesquerda a {
color:#0073C3;
text-decoration:none;
}

div#wrapper_noticia ul.barra li.texto h3.tipo-c {
float:left;
border:none;
}


/*ttulos*/
#wrapper_noticia h1, #wrapper_noticia h4.tipo-b {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
padding:0px 0px 3px;
}

#wrapper_noticia h4.tipo-b {
color:#6D6B67;
font-size:12px;
font-weight:normal;
}

#wrapper_noticia div.descricao h3 {
clear:both;
font-weight:normal;
font-family:Tahoma,verdana;
color:#000;
float:left;
font-size:10px;
padding:5px 0px;
/*width:595px;*/
width:100%;
}

#wrapper_noticia div.descricao h3 span.data {
font-family:Tahoma,verdana;
color:#9F9F9F;
font-size:10px;
}

div#wrapper_noticia h3.tipo-c {
border-bottom:1px solid #B4B4B4;
color:#0F1C28;
font-family:Verdana,Arial,sans-serif;
font-size:15px;
font-weight:bold;
letter-spacing:0em;
padding:0px 0px 2px 2px;
}


div#wrapper_noticia div.coluna {
float:left;
margin:0pt 0pt 12px;
width:342px;
}


div#wrapper_noticia div.noticia small.autor {
color:#154D91;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
padding-bottom:10px;
padding-top:8px;
width:100%;
/*
background-image:url(/especiais/icon/icon-leitor.gif);
background-position:0pt 2px;
background-repeat:no-repeat;
color:#678BAE;
display:block;
font-size:11px;
font-weight:bold;
padding:5px 0pt 4px 25px; */
}


div#wrapper_noticia p {
line-height:1.4;
}

div#wrapper_noticia div.noticia p {
font-size:12px;
margin:0pt 0pt 6px;
}

div#wrapper_noticia div#fonte p {
line-height:16px;
padding-bottom:10px;
}

div#wrapper_noticia div.extra {
float:right;
margin:0pt 0pt 12px;
width:234px;
}

div#wrapper_noticia small.tipo-a {
clear:both;
color:#6D6B67;
display:block;
font-family:Tahoma,Arial,Verdana;
font-size:11px;
text-transform:uppercase;
}

div#wrapper_noticia small.leitor {
background-image:url(/especiais/icon/icon-leitor.gif);
background-position:0pt 2px;
background-repeat:no-repeat;
clear:both;
color:#678BAE;
display:block;
font-family:Tahoma,Arial,Verdana;
font-size:11px;
margin:10px 0pt 0pt;
padding:0px 0pt 4px 25px;
text-indent:0pt;
}

div#wrapper_noticia div.destaque
{
padding:1px;
margin:0 0 12px 0;
}
div#wrapper_noticia div.destaque p.legenda
{
padding:0 6px 2px 6px;
color:#474747;
display:block;
font-family:Tahoma,Verdana;
font-size:10px;
}

/*video*/
div#wrapper_noticia p.video
{
_height:45px;
min-height:45px;
padding:0 0 12px 0;
margin:0;
}
div#wrapper_noticia p.video img
{
float:left;
background-image:url(/especiais/icon/ico_video-bg.gif);
background-repeat:repeat-y;
padding:0 4px;
}
div#wrapper_noticia p.video small
{
font-family:Tahoma, Arial, Verdana;
display:block;
padding:0 0 0 60px;
font-size:10px;
}

/*box comentarios*/
div#wrapper_noticia div.box-comentarios
{
clear:both;
width:342px;
height:274px;
background-image:url(/especiais/icon/comentarios-bg.gif);
background-repeat:no-repeat;
background-position:0px 21px;
}

div#wrapper_noticia div.box-comentarios h3.tipo-d
{
margin:0;
}

div#wrapper_noticia div.comentarios
{
clear:both;
float:left;
width:301px;
height:200px;
overflow:auto;
font-size:10px;
margin:5px 6px 0px 6px;
padding:10px 14px;
}

div#wrapper_noticia div.comentarios h4
{
color:#b07e0a;
font-size:11px;
margin:0 0 2px 0;
}
div#wrapper_noticia div.comentarios h4 a.email
{
font-weight:normal;
}
div#wrapper_noticia div.comentarios span.data
{
color:#b07e0a;
float:left;
font-size:10px;
}

div#wrapper_noticia div.comentarios a.denuncia
{
float:right;
text-decoration:underline;
}
div#wrapper_noticia div.comentarios p
{
clear:both;
padding:4px 0px 10px 0px;
}
div#wrapper_noticia div.comentarios hr
{
clear:both;
height:1px;
border:none;
background-color:#d4d0c8;
}

/* listas multimidia*/
div#wrapper_noticia ul.multimidia
{
margin:0 0 8px 0;
}
div#wrapper_noticia ul.multimidia li
{
font-family:Tahoma, Arial, Verdana;
font-size:11px;
background-repeat:no-repeat;
background-position:0px 0px;
padding:4px 0px 4px 23px;
margin:0px 0px 2px 0px;
min-height:14px;
_height:14px;
}

div#wrapper_noticia ul.multimidia li.link
{
background-image:url(/especiais/icon/bullet-a.gif);
background-position:2px 9px;
padding:4px 0px 4px 12px;
}
div#wrapper_noticia ul.multimidia li.link a       {color:#43447F;}
div#wrapper_noticia ul.multimidia li.link a:hover {color:#993300;}

div#wrapper_noticia ul.multimidia li.link-b
{
background-image:url(/especiais/icon/bullet-b.gif);
background-position:2px 9px;
padding:3px 0px 4px 12px;
color:#993300;
font-size:13px;
font-weight:bold;
font-family:"Trebuchet MS", Verdana, Arial;
}


ul.multimidia li.foto {
background-image:url(/especiais/icon/ico_foto.gif);
background-repeat:no-repeat;
padding:3px 0px 3px 27px;
}

ul.multimidia li.video {
background-image:url(/especiais/icon/ico_video.gif);
background-repeat:no-repeat;
padding:3px 0px 3px 27px;
}

ul.multimidia li.audio {
background-image:url(/especiais/icon/ico_audio.gif);
background-repeat:no-repeat;
padding:3px 0px 3px 27px;
}

ul.multimidia li.galeria {
background-image:url(/especiais/icon/ico_galeria.gif);
background-repeat:no-repeat;
padding:3px 0px 3px 27px;
}

ul.multimidia li.flash {
background-image:url(/especiais/icon/ico_grafico.gif);
background-repeat:no-repeat;
padding:3px 0px 3px 27px;
}

ul.multimidia li.pdf {
background-image:url(/especiais/icon/ico_pdf.gif);
background-repeat:no-repeat;
padding:3px 0px 3px 27px;
}



div#wrapper_noticia ul.multimidia li.leitor
{
min-height:12px;
background-image:url(/especiais/icon/icon-leitor.gif);
background-repeat:no-repeat;
padding:6px 0px 2px 27px;
margin:0px 0px 4px 0px;
}

/* todos os comentarios - div */
div#wrapper_noticia div.bloco-seta,
div#wrapper_noticia div.bloco-seta-news
{
margin:0px;
padding:0px;
float:left;
margin-bottom:7px;
width:236px;
border:1px solid #6D6B67;
}
#wrapper_noticia div.bloco-seta {
_height:21px;
min-height:21px;
margin-bottom:12px;
background:url(/especiais/icon/arrow.gif) top left no-repeat #eeeeee;
}
#wrapper_noticia div.bloco-seta-news {
_height:40px;
min-height:40px;
background:url(/especiais/icon/balaozinho.gif) top left no-repeat #eeeeee;
}
#wrapper_noticia div.bloco-seta  a,
#wrapper_noticia div.bloco-seta-news  a {
float:left;
display:block;
padding:3px 0px 0px 30px;
color:#000;
font-size:10px;
font-weight:bold;
}
#wrapper_noticia div.bloco-seta-news a.vejatodos {
clear:left;
width:200px;
padding-left:42px;
background:url(/especiais/icon/mini-arrow.gif) 32px 8px no-repeat;
font-weight:normal;
}

/* noticias relacionadas */

#wrapper_noticia div#news_relations
{
float:left;
width:234px;
font-family:Tahoma;
font-size:10px;
}
#wrapper_noticia div#news_relations .title 
{
float:left;
width:234px;
/*background-image:url(/especiais/icon/bg-saiba-mais);*/
background-position:right;
background-repeat:no-repeat;
border-bottom:1px solid #ededed;
margin-bottom:5px;
}

#wrapper_noticia div#news_relations .title .content-title
{
float:right;
padding:1px 4px 1px 17px;
font-family:Tahoma;
font-size:10px;
text-align:right;
font-weight:normal;
background-color:#ededed;
background-image:url(/especiais/icon/bg-canto-saiba-mais.gif);
background-repeat:no-repeat;
color:#6D6B67;
}
#wrapper_noticia div#news_relations #news_relations_box .news-relation .data
{
color:#a2a2a2;
float:left;
width:100%;
padding-top:4px;
}

#wrapper_noticia div#news_relations div#news_relations_box div.news-relation {
_margin-right:-3px;
float:left;
clear:both;
width:100%;
}

#wrapper_noticia div#news_relations div#news_relations_box div.news-relation p
{
float:left;
clear:both;
width:100%;
text-indent:8px;
background-image:url(/especiais/icon/mini-arrow.gif);
background-repeat:no-repeat;
background-position:0px 9px;
color:#154d91;
padding-top:4px;
font-size:9px;
}
#wrapper_noticia div#news_relations #news_relations_box
{
float:left;
padding-bottom:5px;
}
#wrapper_noticia div#news_relations #news_relations_box .news-relation p a 
{
color:#154d91;
font-size:9px;
}

/* interatividade */

div#wrapper_noticia .box-interatividade {
display:inline;
float:left;
width:592px;
}

div#wrapper_noticia .box-interatividade .titulo-interatividade {
float:left;
padding:2px 30px 0px 15px;
height:16px;
clear:both;
background:url(/especiais/icon/canto-interatividade.gif) right top #CACACA no-repeat;
color:#FFFFFF;
font-weight:bold;
}
div#wrapper_noticia .box-interatividade .conteudo-interatividade {
clear:both;
padding:10px;
border:1px solid #333333;
background-color:#EEE;
margin-bottom:20px;
}
div#wrapper_noticia .box-interatividade .conteudo-interatividade h3 {
margin:0px;
padding:0px;
padding-bottom:2px;
font-size:11px;
color:#333333;
}
div#wrapper_noticia .box-interatividade .conteudo-interatividade ul.lista
{
margin:3px 0px 3px 0px;
padding:0px 0 4px 0;
list-style:none;
}

div#wrapper_noticia .box-interatividade .conteudo-interatividade ul.lista li
{
margin:0px 0px 2px 0px;
padding:0px 0px 0px 13px;
background-image:url(/especiais/icon/mini-arrow-lista.gif);
background-position:3px 4px;
background-repeat:no-repeat;
font-family:Tahoma, Arial, Verdana;
font-size:11px;
}
div#wrapper_noticia .box-interatividade .conteudo-interatividade ul.lista a.lista {
color:#050505 !important;
}

div#wrapper_noticia .box-interatividade .conteudo-interatividade a.todos
{
background-color:#C0C0C0;
color:#fff !important;
padding:1px 6px 1px 12px;
font-size:10px;
font-weight:bold;
clear:both;
background-image:url(/especiais/icon/bullet-c.gif);
background-repeat:no-repeat;
background-position:3px 6px;
margin:0 0 12px 0;
display:block;

}
/* fim interatividade */


/* comentarios */

#wrapper_noticia div#news_coments {
float:left;
width:350px;
}

#wrapper_noticia div#news_coments .title {
float:left;
width:100%;
}

#wrapper_noticia div#news_coments .title .content-title {
background-color:#EDEDED;
background-image:url(/especiais/icon/bg-title-newcoment.gif);
background-repeat:no-repeat;
color:#6D6B67;
float:right;
font-family:Tahoma;
font-size:11px;
font-weight:normal;
padding:2px 20px 0px 32px;
}

#wrapper_noticia div#news_coments #news_coments_box {
border:6px solid #EDEDED;
float:left;
padding:8px 10px;
width:318px;
}

#wrapper_noticia div#news_coment_bar {
background-color:#EDEDED;
background-image:url(/especiais/icon/balaozinho-branco.gif);
background-position:20px 1px;
background-repeat:no-repeat;
float:left;
font-family:Tahoma;
font-size:10px;
height:20px;
padding-left:40px;
width:310px;
}


#wrapper_noticia div#news_coments #news_coments_box .news-coment h4 {
float:left;
width:100%;
}

#wrapper_noticia div#news_coments #news_coments_box .news-coment .bar-data {
float:left;
width:100%;
}

#wrapper_noticia div#news_coments #news_coments_box .news-coment .bar-data .denuncie {
float:right;
width:50%;
}

#wrapper_noticia div#news_coments #news_coments_box .news-coment .bar-data .denuncie a {
color:#154D91;
float:right;
font-family:Tahoma;
font-size:9px;
text-decoration:underline;
}

#wrapper_noticia div#news_coments #news_coments_box .news-coment .bar-data .data, #wrapper_noticia div#news_coments #news_coments_box .news-coment p {
font-size:10px;
font-weight:normal;
}

#wrapper_noticia div#news_coments #news_coments_box .news-coment h4, #wrapper_noticia div#news_coments #news_coments_box .news-coment .bar-data .data {
color:#333333;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
padding-bottom:3px;
}

#wrapper_noticia div#news_coments #news_coments_box .news-coment .bar-data .data, #wrapper_noticia div#news_coments #news_coments_box .news-coment p {
font-size:10px;
font-weight:normal;
}
#wrapper_noticia div#news_coments #news_coments_box .news-coment .bar-data .data {
float:left;
width:50%;
}



#wrapper_noticia a.comente {
color:#154D91;
float:left;
font-size:10px;
font-weight:bold;
}

#wrapper_noticia a.veja {
background-image:url(/especiais/icon/mini-arrow.gif);
background-position:0px 5px;
background-repeat:no-repeat;
color:#333333;
float:right;
padding-left:10px;
padding-right:5px;
width:50%;
}

/*barra de ferramentas*/
div#wrapper_noticia div#bt-voltar {
float:left;
padding-bottom:5px;
width:595px;
}
#wrapper_noticia div#bt-voltar a {
float:right;
}

#wrapper_noticia div#barra_footer {
background-color:#CACACA;
clear:both;
float:left;
margin-bottom:16px;
padding:4px 0px 2px 125px;
width:471px;
}

#wrapper_noticia div#barra_footer a {
color:#4C4C4C;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
text-transform:uppercase;
}

#wrapper_noticia div#barra_footer img {
float:left;
padding-left:8px;
padding-right:8px;
vertical-align:top;
}

#wrapper_noticia div#barra_footer .spacer {
color:#EEE;
float:left;
padding-left:8px;
}


/*footer*/

#wrapper_noticia #site_footer {
width:779px;
}

div#wrapper_noticia #footer_left {
float:left;
height:55px;
width:375px;
}

div#wrapper_noticia #footer_right {
height:55px;
}

/* TABELAS */
div#wrapper_noticia div.tabela
{
display:inline;
float:left;
margin:10px 0pt 15px 0px;
padding:0pt;
width:338px;
}
/* tabela para noticia */
div#wrapper_noticia div.tabela table.info-table,
div#wrapper_noticia div.tabela table
{
width:100%               !important;
border-collapse:inherit  !important;
float:none               !important;
position:static          !important;
margin:0 0 16px 0        !important;
color:#666               !important;
font-family:"Trebuchet MS", Verdana, Arial !important;
font-size:13px           !important;
background-color:transparent    !important;
clear:both    !important;
}
div#wrapper_noticia div.tabela table.info-table tr,
div#wrapper_noticia div.tabela table tr
{
}
div#wrapper_noticia div.tabela table.info-table tr td,
div#wrapper_noticia div.tabela table tr td
{
font-size:12px			 !important;
text-align:left          !important;
padding:2px 2px 2px 4px  !important;
}
/*sees*/
div#wrapper_noticia div.tabela table thead
{
}
div#wrapper_noticia div.tabela table tfoot
{
border:none              !important;
}
div#wrapper_noticia div.tabela table tbody
{
}
/*linhas*/
div#wrapper_noticia div.tabela table thead tr
{
}
div#wrapper_noticia div.tabela table tfoot tr
{
border:none              !important;
}
div#wrapper_noticia div.tabela table tbody tr
{
}
div#wrapper_noticia div.tabela table tfoot tr td
{
font-size:9px            !important;
border:none              !important;
}
/*celulas*/
div#wrapper_noticia div.tabela table tbody tr td
{
background-color:#fff    !important;
border:1px solid #CCC !important;
} 
div#wrapper_noticia div.tabela table.info-table tr td.intotab-header, div.tabela table thead tr td
{ 
font-weight:bold         !important;
font-size:14px           !important;
background-color:#AAA !important;
color:#fff               !important;
}
div#wrapper_noticia div.tabela table.info-table tr td.infotab-support, div.tabela table tbody tr th
{
text-align:left 		 !important;
padding:2px 2px 2px 4px  !important;
font-weight:bold         !important;
background-color:#CCC !important;
color:#000            !important;
}


div.descricao {margin-bottom:10px;}
div.lastnews div.bbody {overflow:hidden}

#list_agenda_a, #list_agenda_b {
height:95px;}

img {border:none;}

/* SUPER BANNER HOME */
div.publicidade.super{display:none;}
div.publicidade.super div
{
width:734px;
height: 90px;
padding: 10px 20px;
text-align:center;
display:none;
}
div.publicidade.super div div {left: 25px;}
div.publicidade.super div img, div.publicidade.super div img a{border:0px;}