@charset "utf-8";

h1{
	font-size:14px;
	color:4d6266;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:0;
}

#ConteudoNoticias a:hover{
	text-decoration:underline;
}

#TituloNoticias {
	width:72px;
	background-image:url(../imagens/tit_noticias_azul.gif);
	background-repeat:no-repeat;
	height:15px;
}

#BlocoNewsletter {
	width:172px;
	float:left;
	padding-right:22px;
	background-image:url(../imagens/newslettewr_noticias_fundo.gif);
	background-repeat:no-repeat;
}

#ConteudoNoticias {
	width:546px;
	float:left;
	padding-left:22px;
	padding-right:20px;
	padding-bottom:20px;
	display:inline-table

}

#ConteudoNoticias img {
	float:left;
	margin:0 10px 0px 0;
}

#TituloNewsletterNoticias {
	width:76px;
	height:12px;
	background-image:url(../imagens/tit_webmail.gif);
	background-repeat:no-repeat;
	margin-top:8px;
	margin-left:8px;

}

.InputNoticias {
	width:148px; 
	height:18px; 
	border:1px solid #0c4356; 
	color:#4d6266; 
	background-image:url(../imagens/input_fundo.gif); 
	background-repeat:repeat-x; 
	padding-left:4px;

}

#TituloMateriaRelacionada {
	width:182px;
	height:13px;
	background-image:url(../imagens/materia_relacionada.gif);
	background-repeat:no-repeat;
}

#TituloInstitucionalNoticias {
	width:100px;
	background-image:url(../imagens/tit_institucional_azul.gif);
	background-repeat:no-repeat;
	height:15px;

}

#TituloServicosNoticias {
	width:152px;
	background-image:url(../imagens/tit_negocios_servicos.gif);
	background-repeat:no-repeat;
	height:30px;

}

#TituloAreaAtuacaoNoticias {
	width:180px;
	background-image:url(/imagens/tit_areaatuacao_azul.gif);
	background-repeat:no-repeat;
	height:34px;
	margin-top:-4px;
	
}

#TituloSaladeImprensaNoticias {
	width:100%;
	background-image:url(/imagens/tit_sala_imprensa_azul.gif);
	background-repeat:no-repeat;
	height:30px;

}

#TituloInformativosNoticias {
	width:100%;
	background-image:url(/imagens/tit_informativo_azul.gif);
	background-repeat:no-repeat;
	height:30px;
	margin-top:-0px;

}

#TituloClientesNoticias {
	width:190px;
	background-image:url(/imagens/tit_clientes_azul.gif);
	background-repeat:no-repeat;
	height:30px;

}

#TituloAtendimentoNoticias {
	width:190px;
	background-image:url(/imagens/tit_atendimento_azul.gif);
	background-repeat:no-repeat;
	height:30px;

}

/*************** GALERY OF THE PHOTOS *********/

#galeria{
	height:71px;
	text-align:center;
	float:left;

}
#galeria ul{
	list-style:none;
	display:inline;
	
}
#galeria li{
	height:60px;
	width:80px;
	float:left;
	padding:6px 5px 0px 0px;
	_padding:6px -6px 0px 0px;
	display:block;
}

#galeria img{
	float:left;
	margin:0;
	padding:0;
}


#PaginarGaleria img{
	border:none;
	float:left;
}

#PaginarGaleria{
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}



/*********** NOVA GALERIA DE FOTOS ***************/


	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_arrows{	/* Width of divs for thumbnails */
	width:19px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:90px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		height:310px;	/* Height of large image div */
		float:left;
		padding-left:0px;	/* "Air" */
		padding-right:0px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:none;	/* Border around large image */
		margin:0;
		padding:0;
		
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		padding:6px 0px 0px 22px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		height:90px;
		padding:0px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		margin:5px;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		position:absolute;
		*z-index:0;
		z-index:1;
		width:21px;
		height:71px;
		
	}
	
	#leftArrow_off {
		position:absolute;
		*z-index:0;
		z-index:1;
		width:21px;
		height:71px;
		background-image:url(/imagens/galeria_passador_back_maior_off.gif);
		background-repeat:no-repeat;
	
	}
	
	#rightArrow_off {
		position:absolute;
		*z-index:0;
		z-index:1;
		left:526px;
		width:20px;
		height:71px;
		background-image:url(/imagens/galeria_passador_next_maior_off.gif);
		background-repeat:no-repeat;
	
	}
	
		
	.rightArrow{
		position:absolute;
		*z-index:0;
		z-index:1;
		left:526px;
		width:20px;
		height:71px;	
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
	
#Acerto {
	margin-left:-2px;
}