@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #3F3F3F; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color:#FFF; 		/* #44619b (azul do rodapé) */
	line-height: 18px;
}
/* DIVs */

/* INÍCIO DA PROGRAMAÇÃO DA DIV DO CABEÇALHO (PAGE_HEADER) */

#pageHeader {  /* Plano de fundo do cabeçalho */
	width:100%;
	height:210px;
	background-image:url(images/pageHeader.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#header {
	height: 210px;
	width: 960px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#logo{
	width:358px;
	height:132px;
	float:left;
	position:relative;
	top:35px;
	left:25px;
	
}

/* INÍCIO DA PROGRAMAÇÃO DA DIV DO MENU*/

#menuBarBackground{
	width:100%;
	height:75px;

	background-color:#d2c816;
	background-image:url(images/menuBar.png);
	background-position:center;
	background-repeat:no-repeat;	
}

#menuBarBASE {	/* base dos links */
	height: 63px;
	width: 960px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

/******************************** MENU ****************************************/

#menuBar{
	width:647px;
	height:55px;
	padding-top:8px;
	margin-left:50px;
}


#menuBar ul{
	margin:0;
	padding:0;

	list-style-type: none;
	font: bold 20px Arial, Helvetica, sans-serif;
}


#menuBar a{
	display:block;
	width:113px;
	height:28px;
	padding-top:3px;
	text-decoration:none;
	voice-family:  "\"}\""; /*Box Model Hack*/
	voice-family:inherit;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #8a830c;
	text-decoration: none;
	

}

#menuBar a:hover{
	display:block;
	width:113px;
	height:28px;
	padding-top:3px;
	background-image:url(images/bt-bg.png);
	background-repeat:no-repeat;
	text-decoration:none;

	voice-family:  "\"}\"";
	voice-family:inherit;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

/*****************************  FIM DO MENU ************************************/


#menuBarLinkCell{
	height:40px;
	width:119px;
	padding-bottom:0;
	text-align:center;
	padding-top:8px;
	padding-left:6px;
	float:left;
}

#btParticipe{
	width:208px;
	height:45px;
	float:right;
	position:relative;
	left:233px;
	top:-54px;
}

#btParticipe a:hover{
	background-image:none; /* para não adicionar img de fundo ao botão*/
}

/* INÍCIO DA PROGRAMAÇÃO DA DIV DO CONTEÚDO CENTRAL */

#middleContent{
	width:100%;
	height:auto;
	min-height:600px;
	
	float:none;

	background-color:#fdfdfd;
	background-image: url(images/middleBannerMAIN.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

#middle {	/* base do logo e links */
	width: 900px;
	height:auto;
	min-height:600px;
	
	padding-top:15px;
	padding-left:30px;
	padding-right:40px;

	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#middleMainContent{
	width:570px;
	min-height:500px;
	float:right;
	position: relative;
	
	padding-bottom:25px;
	padding-right:5px;
	padding-top:28px;	
}

/*

/**************** CAIXAS DE TEXTO ********************/

#middleContentBox{ /********* caixa cinza superior  ******/
	width:274px;
	height: 183px;
	margin-bottom:20px;
	
	background:url(images/middleContentBox.png);
}

#contentBoxNewsGreen{
	width:273px;
	min-height:auto;
	
	float:left;
	position:relative;
	margin-bottom:20px;

	background-image:url(images/titleDtlGreen.png);
	background-position:top;
	background-repeat:no-repeat;
	
}

#contentBoxNewsTitle{
	width:273px;
	height:19px;
	padding-top:2px;
	text-align:center;	
}

#contentBoxNewsTxt{
	width:220px;
	min-height:210px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;

	margin-left:8px;
	background-color:#f1f0f0;
	text-align:left;
	
}

#contentBoxBlueLeft{
	width:264px;
	min-height:232px;

	margin-bottom:10px;
	margin-right:34px;
	
	float:left;
	
	background-image: url(images/titleDtlBlueLeft.png);
	background-position:top;
	background-repeat:no-repeat;
	
}

#contentBoxBlueRight{
	width:264px;
	min-height:232px;
	margin-bottom:10px;
	float:left;
	
	background-image: url(images/titleDtlBlueRight.png);
	background-position:top;
	background-repeat:no-repeat;
	
}

#contentBoxBlueTitle{
	width:264px;
	height:19px;
	padding-top:2px;
	text-align:center;	
}

#contentBoxBlueTxt{
	width:229px;
	min-height:212px;
	padding-left:20px;
	padding-top:10px;


}


/* INÍCIO da programação da DIV do RODAPÉ */

#pageBottom { 
	width:100%;
	height: 180px;
	background-image: url(images/bg-bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	float:left;
}

#bottom {
	height: 180px;
	width: 980px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#bottomLogo{
	width:160px;
	height:54px;
	float:right;
	position:relative;
	top:50px;
	right:35px;
}

#bottomContentBox{
	width:115px;
	height:130px;
	float:left;
	
	margin-top:35px;
	margin-left:50px;
	margin-right:15px;
}

#bottomContentBox ul{
	list-style-type: circle;
	padding-left:12px;
	margin:0px;
	line-height:28px;
}

#bottomContentBox a{
	color: #999; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;

}

#bottomContentBox a:hover{
	color: #3F3F3F; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;

}


/* Formatação de texto*/
p {
	color: #3F3F3F; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
/* Formatação de links */
a:link {
	color: #002675;
}
a:visited {
	color: #002675;
}
a:hover {
	color: #06C;
}
a:active {
	color: #06C;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* headings */
h1 {
	font-size: 28px;
	color: #004891;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	line-height:18px;
}
h2 {
	font-size: 20px;
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:18px;
}

h3 {
	font-size: 19px;
	color: #163166;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	color: #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

h5 {
	color: #3F3F3F;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	}


/***************** LINKS CAIXA DE AZUL *************************/

.txtTitleContentBox {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}


.link-contentBoxBlue{
	color: #433abd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
}

.link-contentBoxBlue a:link {
	color: #433abd;
	text-decoration: none;
}

.link-contentBoxBlue a:visited {
	color: #433abd;
	text-decoration: none;
}

.link-contentBoxBlue a:hover{
	color: #433abd;
	text-decoration: underline;
}

.link-contentBoxBlue a:active {
	color: #433abd;
}


/* LINKS CAIXA DE VERDE */

.link-contentBoxGreen {
	color: #2d9e2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
}

.link-contentBoxGreen a:link {
	color: #2d9e2d;
	text-decoration: none;
}

.link-contentBoxGreen a:visited {
	color: #2d9e2d;
	text-decoration: none;
}

.link-contentBoxGreen a:hover{
	color: #333;
	text-decoration: none;
}

.link-contentBoxGreen a:active {
	color: #2d9e2d;
}



/* Formatação para links do SIDE BAR direito*/

.link-sidebarRight {
	color: #3F3F3F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.link-sidebarRight a:link {
	color: #3F3F3F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight:bold
}

.link-sidebarRight a:visited {
	color: #3F3F3F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight:bold
}

.link-sidebarRight a:hover{
	color: #3F3F3F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-style: normal;
	font-weight:bold
}

.link-sidebarRight a:active {
	color: #3F3F3F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	font-weight:bold
}




/* Formatação para links LANGUAGE*/
.link-language{
	font-size: 11px;
	color: #707070;
}
.link-language a:link {
	color: #707070;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.link-language a:visited {
	color: #707070;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}


.link-language a:hover{
	color: #979797;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.link-language a:active {
	color: #707070;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

/* Formatação para links do Menu Principal */
.LinkMenuAzul {
	color: #e5e5e5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;

	padding-bottom:10px;
	padding-left:22px;
	padding-top: 8px;
	padding-right: 22px;
}

.LinkMenuAzul a:link {
	color: #e5e5e5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	
	padding-bottom:10px;
	padding-left:14px;
	padding-top: 9px;
	padding-right: 14px;
	
	margin-left:-14px;
	margin-right:-14px;
}

.LinkMenuAzul a:visited {
	color: #e5e5e5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.LinkMenuAzul a:hover{
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	
	padding-bottom:10px;
	padding-left:14px;
	padding-top: 9px;
	padding-right: 14px;
	background-color: #374F7D;
	
	margin-left:-14px;
	margin-right:-14px;
	

}

.LinkMenuAzul a:active {
	color: #e5e5e5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}


/* Formatação texto TÍTULO DE PÁGINA*/
.titleLeftContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #707070;
	font-style:italic;
	font-weight: bold;
}


/* Formatação texto com tamanho reduzido de 11px */
.txt-small {
	color:# 777;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
}

/* Formatação do título das oportunidades de negócio */

.txt-oport_local {
	color: #666;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
}

/* Texto Missao, visao e valores */

.txt-vmv {
	color: #3F3F3F; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

/* Formatação de imagens */

.image-style-left{
	float: left;
	border: 1px solid #DADADA;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	height: 101px;
	width: 110px;
}

.image-style-right {
	float: right;
	border: 1px solid #DADADA;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	height: 101px;
	width: 110px;
}

/*  Formatação de texto - caixa a direita  */
.txtBox {
	width: 580px;
	float: right;
}

/*  Estilo da lista  */
.listStyle {
	list-style-type: square;
}



/*  Texto título do sidebar  */

.itensPublicacoes{
	color: #616161;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.itensPublicacoes a:link {
	color: #616161;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.itensPublicacoes a:visited {
	color: #616161;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.itensPublicacoes a:hover{
	color: #009; /* #616161; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.itensPublicacoes a:active {
	color: #616161;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}


.txt-highligh{
	color: #577397;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}