 .titTabela{
 		background-color:#666666;
		font-size: 12px;
		font-weight:bold;
		color:#FFFFFF;
		padding-left:10px;
		padding-top:5px;
		padding-Bottom:5px;
 }
 
 .titSubTabela{
 		background-color:#CCCCCC;
		font-size: 10px;
		padding-left:6px;
		padding-top:3px;
		padding-Bottom:3px;
 }
 
 .contTabela{
 		background-color:#F7F7F7;
		font-size: 10px;
		padding-left:6px;
		padding-top:1px;
		padding-Bottom:1px;
 }
 
 #accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #ab4a4a;
	color: #ffffff;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

a.tesquerdacima {
	position: relative;
	font: 12px arial, verdana, helvetica, sans-serif;
	padding: 0;
	color: #039;
	text-decoration: none;
	cursor: pointer;
	z-index: 24;
}
a.tesquerdacima:hover {
	background: transparent;
	z-index: 25;
}
a.tesquerdacima span {
	display: none;
}
a.tesquerdacima:hover span {
	display: block;
	position: absolute;
	width: 150px; 
	top: -40px;
	left:-150px;
	text-align: center;
	font: 10px Verdana, arial, helvetica, sans-serif; 
	padding: 5px 10px;
	border: 1px solid #bcbcbc;
	background: #797777;
	color: #FFFFFF;
}


a.tdireitacima {
	position: relative;
	font: 12px arial, verdana, helvetica, sans-serif;
	padding: 0;
	color: #039;
	text-decoration: none;
	cursor: pointer;
	z-index: 24;
}
a.tdireitacima:hover {
	background: transparent;
	z-index: 25;
}
a.tdireitacima span {
	display: none;
}
a.tdireitacima:hover span {
	display: block;
	position: absolute;
	width: 150px; 
	top: -40px;
	left:20px;
	text-align: center;
	font: 10px Verdana, arial, helvetica, sans-serif; 
	padding: 5px 10px;
	border: 1px solid #bcbcbc;
	background: #797777;
	color: #FFFFFF;
}



.destaque{
	text-align: center;
	font: 10px Verdana, arial, helvetica, sans-serif; 
	padding: 5px 5px;
	border: 1px solid #bcbcbc;
	background: #797777;
	color: #FFFFFF;
	}
	
.destaquebold{
	text-align: center;
	font: 12px Verdana, arial, helvetica, sans-serif; 
	padding: 5px 5px;
	border: 1px solid #e5b907;
	background: #f8e8a6;
	color: #c5a31a;
	font-weight:bold;
	}	
/* Estilo do Menu Superior */ 

.menu_superior {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1;
}

.menu_superior a{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1;
}


/* Estilo do Menu Abas Solucoes*/ 

.menu_abas_solucoes {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.menu_abas_solucoes a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.menu_abas_solucoes a:active{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}



/* Estilo do Menu Area Interna */ 

.menu_area_interna {
	font-family: Arial, sans-serif;
	font-size: 11px;
	height:10px;
	font-weight: bold;
	color: #969696;
	text-decoration: none;
}

.menu_area_interna a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	height:10px;
	font-weight: bold;
	color: #969696;
	text-decoration: none;
}



/* Estilo do Texto Carregando */ 

.texto_carregando{
	font-size: 13px;
	color: #666666;
	font-family: "trebuchet MS";
}


/* Estilo do Títudo do menu Lateral / Interno */ 

.title_menu_lateral {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6A6A6A;
	text-decoration: none;
}

.title_menu_lateral a{
	font-family: Arial, sans-serif;
	font-size: 1spx;
	font-weight: normal;
	color: #6A6A6A;
	text-decoration: none;
}


/* Estilo do do menu Lateral / Interno */ 

.menu_lateral {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left:22px;
}

.menu_lateral a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}


/* Estilo do input Login */ 

.input_login {
	width:120px;
	background-color:#EBEBEB;
	border:#CCCCCC;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
	padding-right:8px;
	text-align:right
	}


/* Estilo do input Busca */ 
	
.input_busca {
	width:85px;
	height:17px;
	background-color:#ffffff;
	border:#CCCCCC;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666676;
	text-decoration: none;
	padding-left:5px;
	text-align:left
	}
	
	
/* Estilo do input Busca Imprensa */ 

.input_busca_imprensa {
	width:250px;
	background-color:#EBEBEB;
	border:#CCCCCC;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
	padding-left:8px;
	text-align:left
	}
	

/* Estilo do input Site */ 

.input_site {
    height:18px;
    border:1px solid #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-image:url(imagens/bg_textarea.jpg);
	}


/* Estilo do select classes */ 

.select_classes {
    border:1px solid #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	

/* Estilo do select de formularios */ 
	
.select_formularios {
  padding-top:2px;
  padding-left:4px;
  background:#fafafa;
  background-image: url(imagens/box_shadow.gif);
  background-attachment: fixed;
  border:1px solid #808080;
  font-family:verdana;
  font-size:10px;
  scrollbar-face-color:#F0F0F0;
  scrollbar-track-color:#FFFFFF;
  scrollbar-shadow-color:#E0E0E0;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-3dlight-color:#E0E0E0;
  scrollbar-darkshadow-color:#E0E0E0;
}

	

/* Texto da identificação de usuário */ 

.texto_id_areainterna{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:13px;
	color: #333333;
	text-decoration: none;
}	


/* Texto do menu interno / intranet do usuário */ 

.texto_id_combo{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height:10px;
	color: #000000;
	text-decoration: none;

}	

.fundo_combo_areainterna{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height:10px;
	color: #FFFFFF;
	background-color:#999999;
	text-decoration: none;
}	


/* Texto do destaque da home */ 
	
.texto_destaque_home{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #747474;
	text-decoration: none;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
}

.texto_destaque_home a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #747474;
	text-decoration: none;
	text-align:justify;
}


/* Texto do titulo contato no rodape */ 

.texto_title_contato{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A81E28;
	text-decoration: none;
	text-align:justify;
	padding-left:10px;
}	


/* Texto do texto do contato no rodape */ 

.texto_contato{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:justify;
	padding-left:10px;
}	


/* Texto do texto do lista completa */ 

.texto_lista_completa{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:justify;
}	

.texto_lista_completa a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height:15px;
	text-decoration: none;
	text-align:justify
}
.texto_lista_completa a:hover{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:15px;
	text-decoration: underline;
	text-align:justify
}


/* Texto voltar página inicial */ 

.texto_voltar_inicial{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:justify;
}	

.texto_voltar_inicial a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:justify;
}	

.texto_voltar_inicial a:hover{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	text-align:justify;
}	

/* Texto do direitos reservador - rodapé */ 

.texto_title_direitos{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:justify;
	padding-left:10px;
}	


/* Texto do link contato - rodape */ 

.texto_menu_contato{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:justify;
}	

.texto_menu_contato a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:justify;
}	


/* Texto do título interno de cada página */ 

.titulo_paginas{
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #B7B7B7;
	text-decoration: none;
}	


/* Texto do título interno de cada página */ 

.titulo_duvidas_frequentes{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing:1;
	color: #909090;
	text-decoration: none;
}	


/* Texto do site */ 
	
.texto_site{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height:18px;
	text-decoration: none;
	text-align:justify
}

.texto_site20{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height:18px;
	text-decoration: none;
	text-align:justify
}

.texto_site_21{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height:18px;
	text-decoration: none;
}

.texto_site a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height:18px;
	text-decoration: none;
	text-align:justify
}
.texto_site a:hover{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:18px;
	text-decoration: underline;
	text-align:justify
}
.linkcaixa {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	line-height:18px;
	text-decoration: underline;
	text-align:justify
}
.linkcaixa:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	line-height:18px;
	text-decoration: none;
	text-align:justify
}
/* Tabela cursos */
.coluna{
	padding-left:10px;
	padding-right:5px;
	border-bottom:1px solid #f5f5f5;
	background-color:#f9f9f9;
}


/* Cursor de Mouse */
.mouse_hand{
	cursor:hand;
}


/* Texto do contato */ 
	
.texto_contato{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height:15px;
	text-decoration: none;
	text-align:justify
}

.texto_contato a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height:15px;
	text-decoration: none;
	text-align:justify
}
.texto_contato a:hover{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:15px;
	text-decoration: underline;
	text-align:justify
}

/* Texto do menu resultado busca */ 
	
.texto_anterior_proxima{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height:18px;
	text-decoration: none;
	text-align:right
}

.texto_anterior_proxima a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height:18px;
	text-decoration: none;
	text-align:right
}

.texto_anterior_proxima a:hover{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height:18px;
	text-decoration: underline;
	text-align:right
}


/* Texto do resultado busca */ 

.texto_resultado_busca{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height:17px;
	text-decoration: none;
	text-align:justify
}

.texto_resultado_busca a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height:17px;
	text-decoration: none;
	text-align:justify
}

.texto_resultado_busca a:hover{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height:17px;
	text-decoration: underline;
	text-align:justify
}
.texto_cadastrais {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:#990000;
	line-height:17px;
	text-decoration: none;
	text-align:justify
}
.texto_cadastrais2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#333333;
	line-height:17px;
	text-decoration: none;
	text-align:justify
}
.texto_serie {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#990000;
	line-height:17px;
	text-decoration: none;
}
.linkonclick {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#990000;
	line-height:17px;
	text-decoration: none;
}
.linkonclick a:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#990000;
	line-height:17px;
	text-decoration:underline
}


/* Texto Mastermaq Hoje */ 
	
.texto_mmq_hoje{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #A3A3A3;
	text-decoration: none;
}


.texto_mmq_hoje_numeros{
	font-family: Arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #929292;
	text-decoration: none;
	text-align:center;
}


/* Texto da paginação */ 

.texto_paginacao{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:center
	padding-left:10px;
}	


/* Estilo do do menu Lateral / Interno */ 

.menu_busca {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}


/* Texto do box soluções */ 
	
.texto_box_solucoes{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #747474;
	text-decoration: none;
	text-align:justify;
}

.texto_box_solucoes a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #747474;
	text-decoration: none;
	text-align:justify;
}
.bot{
	border-bottom-color:#e5e5e5;
	width:70px;
	height:18px;
	font-size:8pt;
	border-bottom:solid 1px;
	border-right:solid 1px;
	text-align:center;
}
.bot_grande{
	border-bottom-color:#e5e5e5;
	height:18px;
	font-size:8pt;
	border-bottom:solid 1px;
	border-right:solid 1px;
	text-align:center;
}
.link02 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#990000;
	text-decoration: none;
}
.link02 a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration:underline
}
.linkcaixa2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	line-height:18px;
    text-decoration: none;
	text-align:justify
}
.linkcaixa2:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	line-height:18px;
	text-decoration: underline;
	text-align:justify
}
.galeria {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
    text-decoration: none;
	text-align:justify
}

.galeria a{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
    text-decoration: none;
	text-align:justify
}

.galeria a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color:#000000;
	text-decoration: underline;
	text-align:justify
}

/* Texto do titulo álbum de fotos */ 

.texto_title_albumfotos{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A81E28;
	text-decoration: none;
	text-align:justify;
}	


/* Título da Página no Connect */ 

.fonte_frase {
	font-family:"Microsoft Sans Serif";
	font-size:17px;
	color:#666666;
	letter-spacing:1px;
	font-weight: bold;
	padding-top:17px;
	padding-right:15px;
	}


/* Texto do proposta site */ 
	
.texto_proposta{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height:18px;
	text-decoration: none;
	text-align:justify
}

.texto_proposta a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height:18px;
	text-decoration: none;
	text-align:justify
}
.texto_proposta a:hover{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:18px;
	text-decoration: underline;
	text-align:justify
}



	
/* Texto do proposta virtual */ 
	
.texto_condicoes_proposta{
	font-family:Tahoma;
	font-size: 9;
	font-weight: normal;
	color: #333333;
	line-height:12px;
	text-decoration: none;
	text-align:justify
}

.texto_condicoes_proposta a{
	font-family:Tahoma;
	font-size: 9;
	font-weight: normal;
	color: #333333;
	line-height:12px;
	text-decoration: none;
	text-align:justify
}
.texto_condicoes_proposta a:hover{
	font-family:Tahoma;
	font-size: 9;
	font-weight: normal;
	color: #000000;
	line-height:12px;
	text-decoration: underline;
	text-align:justify
}


/* ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */
/* ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */
/* ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */
/* ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */
/* ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */


/* Estilo do texto descricao perfil */ 
.texto_descricao_perfil{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2C2726;
	text-decoration:none
}

.texto_descricao_perfil a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2C2726;
	text-decoration:none
}

.texto_descricao_perfil a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2C2726;
	text-decoration:underline
}


/* Estilo do texto titulo perfil */ 
.texto_titulo_perfil{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	text-decoration:none
}

.texto_titulo_perfil a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	text-decoration:none
}

.texto_titulo_perfil a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	text-decoration:underline
}



/* Estilo do texto destaques */ 
.texto_destaques{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C2726;
	text-decoration:none
}

.texto_destaques a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C2726;
	text-decoration:none
}

.texto_destaques a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C2726;
	text-decoration:underline
}


/* Estilo do texto titulo destaques */ 
.texto_titulo_destaques{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#315E8E;
	font-weight:bold;
	text-decoration:none
}

.texto_titulo_destaques a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#315E8E;
	font-weight:bold;
	text-decoration:none
}

.texto_titulo_destaques a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#315E8E;
	font-weight:bold;
	text-decoration:underline
}

/* ACABA AQUI O ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */
/* ACABA AQUI O ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */
/* ACABA AQUI O ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */
/* ACABA AQUI O ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */
/* ACABA AQUI O ESTILO ESPECIAL PARA A PÁGINA DO NGFOLHA */

#boxesquerda{
	width:400px;
	height:150px;
	min-height:150px;
	float:left;
	margin-left:35px;
	margin-top:25px;
	border: 1px solid #666;
}
#boxdireita{
	width:400px;
	float:right;
	margin-right:15px;
	margin-top:15px;
}

.titbox{
	background-color:#333;
	background-image:url(img/bg_tit_tabela.jpg);
	background-repeat:repeat-x;
	padding-top:4px;
	padding-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;	
}

.destaque{
	text-align: center;
	font: 10px Verdana, arial, helvetica, sans-serif; 
	padding: 5px 5px;
	border: 1px solid #771718;
	background: #ca1f21;
	color: #FFFFFF;
	filter:opacity(alpha=60); /* para o IE */
     -moz-opacity:0.6; /* para o FireFox */
     opacity:0.6;
}
