/* ----------------------------------------------------------------------------------------- | Padrões do Portal */
.data
	{
		font-size			:10px;
		font-family			:"Arial"; 
		color				:#333333;
	}	

a.menuCanais
	{
		color				:#13445E;
		text-decoration 	:none;
		font-size			:11px;
		font-family			:"Arial";
	}

a.menuCanais:hover
	{
		text-decoration		:underline;
		background          :#E7EEF1;
	}
	
.bg_supercanais
	{
		background-color	:#E7EEF1;
	}		

a.rodape, p.rodape
	{
		color           	:#5E4600;
		text-decoration 	:none;
		font-size			:10px;
		font-family			:"Arial";
		line-height			:200%;
	}
	
a.rodape:hover
	{
		text-decoration		:underline;
	}
	
/* links que ficam acima dos boxes dos módulos */
a.linkSuperior
	{
		font-size			:9px;
		text-decoration		:none;
		color				:#000;
		float				:right;
	}
	
a.linkSuperior:hover
	{
		text-decoration		:underline;
	}

/* ----------------------------------------------------------------------------------------- | FIM de Padrões do Portal */
/* ------------------------------------------------------------------------------------------| Barra OAM */

#barraOAM
	{
		width				:774px;
		background			:#144059;
		float				:left;
		padding				:0 2px;
	}

#barraOAM li
	{
		display				:inline;
		list-style			:none;
	}
	
#barraOAM li a
	{
		background			:url('images/bg_bar_empresas.jpg');
		width				:129px;
		height				:1%;
		display				:block;
		float				:left;
		text-align			:center;
		text-decoration		:none;
		font-family			:verdana;
		font-size			:9px;
		font-weight			:bold;
		padding				:5px 0;
		color				:#FFF;
	}

#barraOAM.bordaSup
	{
		border-top			:#FFFFFF solid 4px;
		border-bottom		:#FFFFFF solid 4px;
	}

#barraOAM li a:hover
	{
		text-decoration		:underline;
	}

/* ------------------------------------------------------------------------------------------| FIM de Barra OAM */
/* ----------------------------------------------------------------------------------------- | Menu "tableless" */

ul.menuVertical
	{
		margin				:8px 0 -8px 0;
		padding				:0px;
		list-style-type		:none;
	}

ul.menuVertical:first-child
	{
    	margin				:0 0 -8px 0;
    }

ul.menuVertical li a
	{
		color				:#13445E;
		text-decoration		:none;
		font-weight			:bold;
		display				:block;
		height				:1%;
		padding				:5px 0 5px 26px;				
		background			:url('sobre/images/marcador_scanal.jpg') 4px 50% no-repeat #E7EEF1;
        border-bottom		:1px solid #FFFFFF;
	}
	
ul.menuVertical li a:hover
	{
		text-decoration		:underline;
	}
	
ul.subMenuVertical
	{
		margin				:8px 0 0 0;
		padding				:0px;
		list-style-type		:none;
		width				:123px;
	}
	
ul.subMenuVertical li a
	{
		color				:#031014;
		font-weight			:normal;
		text-decoration		:none;
		display				:block;
		height				:1%;
		border-bottom		:1px solid #E7EEF1;
		padding				:5px 0 5px 21px;
		background			:url('sobre/images/marcador_menu.gif') no-repeat 8px 50% #FFFFFF;
	}
	
ul.subMenuVertical li a:hover
	{
		background-color	:#E7EEF1;
	}

/* IE Fix para evitar recarregar imagens do menu */	
html
	{
		filter: expression(document.execCommand("BackgroundImageCache", false, true));
	}	
/* ----------------------------------------------------------------------------------------- | FIM do Menu "tableless" */
/* ----------------------------------------------------------------------------------------- | Shopping */
.clearer
	{
		clear:both;
	}
	
#abaShopping
	{
		float			:left;
		width			:117px;
		background		:#FFFFFF;
		margin-top		:10px;
		font-weight		:bold;
		color			:#FFF;
		padding			:5px;
	}
#conteudoShopping
	{
		float			:left;
		width			:465px;
		background		:#FFFFFF;
		padding			:5px;
	}

* html #conteudoShopping
	{
		padding			:5px 5px 5px 0;
	}	

#conteudoShopping a
	{
		color			:#FFFFFF;
		text-decoration	:none;
	}

#conteudoShopping a:hover
	{
		text-decoration	:underline;
	}

.oferta
	{
		width			:105px;
		height			:80px;
		padding			:0;
		margin			:5px 5px 0 5px;
		float			:left;
		line-height		:97%;
	}
	
.oferta b
	{
		line-height		:200%;
	}
/* ----------------------------------------------------------------------------------------- | FIM do Shopping */
/* ----------------------------------------------------------------------------------------- | BIC (Barra Interna de Canais) */

#barra_subcanais table
{
	width						:1002px;
}

.canal001
	{
		background				:url("sobre/images/001.jpg") repeat-x bottom;
	}
	
.canal001b
	{
		background				:url("sobre/images/001b.jpg") repeat-x bottom;
	}

.canal002
	{
		background				:url("sobre/images/002.jpg") repeat-x bottom;
	}

.canal003
	{
		background				:url("sobre/images/003.jpg") repeat-x bottom;
	}

.canal004
	{
		background				:url("sobre/images/004.jpg") repeat-x bottom;
	}

.canal006
	{
		background				:url("sobre/images/006.jpg") no-repeat bottom;
	}

.canal008
	{
		background				:url("sobre/images/008.jpg") no-repeat bottom;
	}
	
.canal010
	{
		background				:url("images/010.jpg") repeat-x;
	}

.canal011
	{
		background				:url("images/011.jpg") repeat-x;	
	}
	
a.menuInternas
	{
		color				:#ffffff;
		text-decoration 	:none;
		font-size			:9px;
		font-family			:Verdana;
		font-weight			:bold;
	}

a.menuInternas:hover
	{
		text-decoration 	:underline;
	}			

/* ------------------------------------------------------------------------------------ | FIM de BIC (Barra Interna de Canais) */

/* ----------------------------------------------------------------------------------------- | Corpo do Canal */
	
.chamadas
	{
		font-family				:Arial;
		font-size				:13px;
		color					:#ffffff;
	}

.chamadas2
	{
		font-family				:Arial;
		font-size				:11px;
		color					:#5E4600;
	}

.manchete
	{
		color           	:#ffffff;
		font-size			:24px;
		font-family			:Arial;
		font-weight			:bold;
		line-height			:95%;
	}

.manchete2
	{
		color           	:#ffffff;
		font-size			:16px;
		font-family			:Arial;
		font-weight			:bold;
	}
	
a.galeria
	{
		color				:#FFF;
		font-family			:arial;
		font-size			:9px;
		text-decoration		:none;
	}

.pagina
	{
		background-color	:#FFFFFF;
	} 

.colunaCentral
	{
		background			:url('sobre/images/bg_gradiente.jpg') repeat-x center bottom #FFFFFF;
	} 
	
.area1
	{
		background-color	:#FFFFFF;
	}	

.area2
	{
		background-color	:#EFB987;
	}

.area3
	{
		background-color	:#135D78;
	}
	
.area4
	{
		background-color	:#5B6900;
	}
	
.area5
	{
		background-color	:#4E5F00;
	}		
/* ----------------------------------------------------------------------------------------- | FIM de Corpo do Canal */
/* ----------------------------------------------------------------------------------------- | G1 */
#g1_topo
	{
		background			:url('images/modulo1_g1.gif') #C00002 no-repeat left center;
		text-align			:right;
		font-size			:10px;
		padding				:8px 5px 0 0;
		color				:#FFF;
		font-weight			:bold;
		width				:125px;
		height				:18px;
		float				:right;
		clear				:both;
	}

#g1_meio
	{
		background			:#4E5F00;
		text-align			:left;
		color				:#FFF;
		font-weight			:bold;
		width				:120px;
		height				:166px;
		/*margin-top			:8px;*/
		float				:right;
		clear				:both;
		padding				:5px 5px;
		overflow			:hidden;
	}

#g1_rodape
	{
		background			:#4E5F00;
		width				:120px;
		height				:18px; /* era 32 */ 
		float				:right;
		clear				:both;
		padding				:0 5px 5px 5px;
		/* Correção de bugs 
		margin-bottom		:-8px;
		padding-bottom		:8px; */
	}
	
#g1_rodape_interno
	{
		color				:#FFF;
		font-family			:Arial;
		font-size			:10px;
		background			:#FFFFFF;
		height				:16px;
		padding				:1px 3px 1px 1px;
	}

img.seta
	{
		margin				:0px;
		padding				:0px;
	}

* html #g1_rodape_interno
	{
		top					:12px;
	}

* html #g1_rodape_interno img
	{
		margin-bottom		:-2px;
	}

* html	#g1_meio
	{
		height				:165px;
	}
	
a.g1_link
	{
		color				:#FFF;
		font-family			:Arial;
		font-size			:10px;
		text-decoration		:none;
	}
	
a.g1_link:hover
	{
		text-decoration		:underline;
	}

.rsstitle
	{
		padding-bottom		:2px;
		margin-top			:-2px;
		color				:#FFF;
		font-family			:Arial;
		font-size			:10px;
		border-bottom		:1px dotted #FFFFFF;
	}
/* ----------------------------------------------------------------------------------------- | FIM G1 */	
/* ----------------------------------------------------------------------------------------- | Links Relacionados */

#linksRelacionados p
	{
		color			:#FFF;
				text-align		:center;
		font-size		:10px;
		margin-bottom	:5px;
	}
        
#linksRelacionados .botao
	{
		border			:none;
		clear			:both;
		padding			:1px 0 0 0;
		background		:none;
		overflow		:hidden;
	}

#linksRelacionados .botao a
	{
		padding-left	:30px;
		padding-top		:2px;
		display			:block;
		font-size		:11px;
		font-weight		:bold;
		text-decoration	:none;
		color			:#FFFFFF;
		height			:31px;
		background		:url('images/relacionados_icone.gif') no-repeat left center #ff3300;
		display			:block;
		float			:left;
		width			:78px;
	}

#linksRelacionados .botao a:hover
	{
		text-decoration	:underline;
	}


#linksRelacionados .botao .E
	{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/relacionados_e.png');
		background		:url('images/relacionados_e.png') no-repeat left;
		display			:block;
		width			:6px;
		height			:33px;
		float			:left;
	}
#linksRelacionados .botao .D
	{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/relacionados_d.png');
		background		:url('images/relacionados_d.png') no-repeat right;
		width			:6px;
		height			:33px;
		display			:block;
		float			:right;
		clear			:right;
	}
* html #linksRelacionados .botao .E, * html #linksRelacionados .botao .D
	{
		background		:none;
	}
/* ----------------------------------------------------------------------------------------- | FIM Links Relacionados */
/* ----------------------------------------------------------------------------------------- | Formulário de Busca */
	
.botao
	{
		background-color	:#135D78;
		border				:1px solid #E7EEF1;
		color				:#FFFFFF;
		font-size			:9pt;
		font-family			:Arial	}

.campo
	{
		background-color	:#E7EEF1;
		border				:1px solid #135D78;
        padding				:2px;
		color				:#135D78;
		font-size			:9pt;
		font-family			:Arial;
	}
	
/* ----------------------------------------------------------------------------------------- | FIM do Formulário de Busca */

/* --------------------------------------------------------------------------------------| Estilos para recurso de ampliar fotos */

#desabilitaBgFoto
	{
 		position			:absolute;
		left				:0;
		top					:0;
		width				:100%;
		background			:#FFF;
		display				:none;
		z-index				:100;
	}
	
#molduraFoto
	{
		position			:absolute;
		padding				:0px 10px 10px 10px;
		display				:none;
		background			:#FFF;
		z-index				:200;
	}
	
#molduraFoto a
	{
		text-align			:right;
		font-size			:9px;
		color				:#333;
		text-decoration		:none;
	}
	
#molduraFoto img
	{
		border				:1px solid black;
	}
	
#molduraFoto #textoFoto
	{
		text-align			:left;
		margin-top			:10px;
	}
	
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash #titulo, #leia_mais{
	font-size:20px;
	font-weight:bold;
	width:581px;
	margin-top:3px;
	float:right;
	color:#135D78;
}

.sIFR-hasFlash #titulo_cadastro{
	font-size:20px;
	font-weight:bold;
	width:580px;
	margin-top:6px;
	float:right;
	color:#135D78;
}

.sIFR-hasFlash #titulo2, #titulo4{
	font-size:20px;
	font-weight:bold;
	width:204px;
	margin-top:3px;
	float:right;
	color:#135D78;
}

.sIFR-hasFlash #titulo100{
	font-size:20px;
	font-weight:bold;
	color:#135D78;
	margin-top:-10px;
}

.sIFR-hasFlash #titulo3, #titulo5, #titulo6{
	font-size:20px;
	font-weight:bold;
	width:193px;
	margin-top:3px;
	float:right;
	color:#135D78;
}

.sIFR-hasFlash #cadastro_melhor{
	width:304px;
	height:20px;
	background-color:#E7EEF1;
	clear:both;
	margin-left:7px;
	font-size:12px;
	font-weight:bold;
	color:#135D78;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

#destaque{
	width:472px;
	height:148px;
	background-color:#E7EEF1;
}

#noticias{
	width:472px;
	height:134px;
	background-color:#E7EEF1;
	margin-top:2px;
}

#chamada{
	width:270px;
	float:left;
	padding:8px;
	margin-left:7px;
	border-bottom:1px #135D78 dotted;
}

.chamada{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

#foto_noticia{
	width:144px;
	height:107px;
	border:6px #FFFFFF solid;
	float:right;
	margin-right:5px;
	margin-top:5px;
}

#historia{
	width:613px;
	height:30px;
	background-color:#E7EEF1;
	margin-top:12px;
}

#historia_texto{
	width:613px;
	margin-top:8px;
}

.linque_historia{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#009999;
}

#newsletter{
	width:236px;
	height:170px;
	background-color:#E7EEF1;
	margin-top:12px;
	float:left;
}

#anuncie{
	width:225px;
	height:194px;
	background-color:#E7EEF1;
	margin-top:8px;
	float:right;
}

#trabalhe{
	width:236px;
	height:93px;
	background-color:#E7EEF1;
	margin-top:8px;
	float:left;
}

#fale{
	width:236px;
	height:93px;
	background-color:#E7EEF1;
	margin-top:8px;
	float:left;
}

#newsletter_texto{
	width:186px;
	margin-top:8px;
	margin-left:5px;
}

#newsletter_cadastro{
	width:205px;
	margin-left:20px;
}

.campos_news{
	width:159px;
	padding:2px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.botao_news{
	width:60px;
	padding:2px;
	border:0px;
	background-color:#135D78;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#botao_news{
	margin-left:160px;
	margin-top:5px;
}

#newsletter_span{
	width:auto;
	margin-top:15px;
	text-align:center;
	text-decoration:underline;
}

#anuncie_segundo{
	width:205px;
	height:82px;
	background-color:#FFFFFF;
	margin-top:12px;
	margin-left:10px;
}

#trabalhe_segundo{
	width:216px;
	height:55px;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-left:10px;
}

#fale_segundo{
	width:205px;
	height:55px;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-left:10px;
}

.historia{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#fale_texto{
	width:90px;
	float:left;
	margin-left:4px;
	margin-top:8px;
}

#fale_campos{
	width:516px;
	float:right;
	margin-top:8px;
}

.fale_campos{
	padding:3px;
	background-color:#E0E0E0;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

#anuncie_links{
	width:613px;
	height:32px;
	background-color:#E7EEF1;
	margin-top:3px;
}

.linque_anuncie{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;

	color:#135D78;
}

#anuncie_sub{
	width:auto;
	margin-top:20px;
	margin-left:3px;
}

.anuncie_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#135D78;
}

#cadastro{
	width:612px;
	height:34px;
	background-color:#E7EEF1;
	margin-top:12px;
}

#cadastro_texto{
	width:115px;
	float:left;
	margin-left:4px;
	margin-top:10px;
	text-align:right;
}

#cadastro_campos{
	width:485px;
	float:right;
	margin-top:8px;
}

#cadastro_blocoI{
	width:165px;
	float:left;
	margin-left:10px;
	margin-top:20px;
}

#blocoI_texto{
	width:120px;
	margin-left:5px;
}

#blocoI_input{
	width:150px;
	margin-left:25px;
	margin-top:10px;
}

.select_cadastro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#cadastro_blocoII{
	width:350px;
	float:right;
	margin-top:20px;
}

#blocoII_input{
	width:110px;
	margin-top:10px;
	#margin-top:0px;
	margin-left:5px;
}

#blocoII_inputII{
	width:150px;
	margin-top:10px;
	#margin-top:0px;
	margin-right:30px;
	float:right;
}

.img_avatar{
	border:8px #FFFFFF solid;
	cursor:pointer;
	margin-top:4px;
	margin-left:2px;
}

body{
	overflow-x:hidden;
	position:relative;
}

.cadastro_esp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#0071A4;
}

#login_verifica{
	width:485px;
	float:right;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	display:none;
}

#avatar_selecionado{
	width:90px;
	height:94px;
	background-color:#E7EEF1;
	float:right;
	font-size:12px;
}

#foto_selecao{
	width:75px;
	height:75px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#anuncie_fale{
	margin-top:4px;
	#margin-top:0px;
	margin-left:7px;
}

.noticias_data{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#145A74;
}

.noticias_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.noticias_introducao{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.paginacao{
	background-color:#135D78;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#FFFFFF;
}

.paginacao2{
	background-color:#E7EEF1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#135D78;
}

.noticia_titulo{
	font-size:25px;
	color:#0D1E26;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	padding:0;
	line-height:120%;
}

#noticia_texto{
	margin-top:7px;
	font-size:12px;
	color:#000;
	line-height:150%;
}

.linkBarra{
	color:#145A74;
	text-decoration:none;
}

#anti_span{
	width:438px;
	height:300px;
	background-color:#F1F5F8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin-top:10px;
	padding:3px;
}

#bannerI{
	clear:both;
	float:left;
	#float:none;
	margin-top:20px;
}

#bannerII{
	width:380px;
	float:left;
}

#bannerIII{
	width:192px;
	/*margin-left:5px;*/
	float:right;
}

#destaque_principal{
	width:617px;
	_width:613px;
	height:148px;
	margin-left:-2px;
	/*background-color:#0099FF;*/
}

#link_todas_noticias{
	width:265px;
	float:right;
	margin:16px 10px 0 0;
	text-align:right;
	background:url(images/marcador_chamadas.jpg) left no-repeat;
}

.link_todas_noticias{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#336699;
}

#destaques0, #destaques1, #destaques2, #destaques3{
	width:284px;
	height:114px;
	/*margin-right:10px;*/
	float:left;
	padding:5px;
	cursor:pointer;
}

#foto_destaque{
	width:142px;
	height:106px;
	float:left;
}

.data_destaque:link, .data_destaque:visited, .data_destaque:hover, .data_destaque:active{
	background:url(images/marcador_chamadas.jpg) left no-repeat;
	padding-left:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#336699;
	text-decoration:none;
}

.titulo_destaque:link, .titulo_destaque:visited, .titulo_destaque:hover, .titulo_destaque:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.intro_destaque:link, .intro_destaque:visited, .intro_destaque:hover, .intro_destaque:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000
}

.foto_destaque{
	border:1px #000000 solid;
}

#historia_home{
	width:590px;
	height:111px;
	background-color:#E7EEF1;
	margin-top:20px;
	clear:both;
	padding:8px 12px 8px 12px;
	cursor:pointer;
}

.historico_destaqueI:link, .historico_destaqueI:visited, .historico_destaqueI:hover, .historico_destaqueI:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.historico_destaqueII:link, .historico_destaqueII:visited, .historico_destaqueII:hover, .historico_destaqueII:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

#anuncie_portal{
	margin-top:-13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#blocos{
	width:100px;
	height:64px;
	margin-left:7px;
	float:left;
	text-align:center;
	padding-top:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.n_link:link, .n_link:visited, .n_link:hover, .n_link:active{
	text-decoration:none;
	cursor:pointer;
}

.reforcoMateria{
	margin:10px 0;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
