@charset "iso-8859-2";
/* CSS Document */

*{
   font-family:Tahoma, Arial, "Times New Roman";
   font-size:12px;
}
body{
   background:url(../imagens/bg.png) top repeat-x #27343c;
}

.vazio {
	font-size: 1px;
}

/**********index ********************/
.fundo_noticias{
  background:url(../imagens/noticias.png) top no-repeat #d4d6d8;
}

.fundo_areacliente_index{
   background:url(../imagens/areacliente.png) no-repeat right;
}


.fundo_servicos_index{
  background:url(../imagens/servicos2.png) no-repeat right top;
}

.fundo_meio_index{
  background:url(../imagens/fundo_meio.png) repeat-y;
}

.fundo_titulo_index {
 background: url(../imagens/index_bg.png) no-repeat left top;
}

.index_titulo_produtos{
      font-family:"Myriad Pro", Tahoma, Arial;
	  color:#FFFFFF;
	  font-size:24px;
}

.index_texto_produtos{
    color:#FFFFFF;  
}

.acesso_cliente_index{
   background: #FFF;
   border: 1px solid #FFF;
   font-size: 11px;
   height:16px;
}

.index_titulo_noticias{
  font-size:18px;
  color:#27343c;
}

/************ noticias ***************/
.titulo_noticias{
    font-size:22px;
    color:#27343c;

}

.data_noticias {
	color: #33a1e4;
	font-size: 11px;
}

.data_lateral_noticias{
  font-size:11px;
}


/************ lateral internas ******************/
.fundo_lateral{
   background:#d4d6d8;
} 

.ultimas_noticias:link{
  text-decoration:none;
  color:#27343c;
}

.ultimas_noticias:visited{
  text-decoration:none;
  color:#27343c;
}



.ultimas_noticias:hover{
  text-decoration:underline;
  color:#27343c;
  
}

.ultimas_noticias:active{
  text-decoration:none;
  color:#27343c;
}

.clientes_fundo {
	background: url(../imagens/clientes_fundo.png) no-repeat;
}

/************* empresa *************/
.titulo_empresa{
  font-size:22px;
  color:#27343c;
}

.sub_titulos_empresa{
   font-size:14px;
   color:#27343c;
   font-weight:bold;
}

/************* servicos ****************/
.titulo_servicos{
    font-size:22px;
    color:#27343c;

}

.nome_servico{
   font-size:14px;
   color:#27343c;
   font-weight:bold;
}

/*************** representantes **************/
.titulo_representantes{
    font-size:22px;
    color:#27343c;
}

.caixa_representantes {
	font-size: 12px;
}

/************ formulario de contato ***************/
.fundo_contato_form{
   font-family:"Trebuchet MS", Arial;
   font-size:12px;
   background:#FFF;
   color:#666666;
}

.titulo_contato_form{

  font-size:14px;
  color:#10507C;
  font-weight:bold;
}

.botao {
		font-weight: bold;
		font-size: 11px;
		border: 1px solid #666;
		background: #394a56;
		padding: 1px;
		color: #FFF;
	}
	
/************ rodapé ***************/	
.rodape {
	font-size: 11px;
	padding-right: 20px;
	color: #6d9cb9;
}

/********** area restrita **************/
.downloads:link{
  text-decoration:none;
  color:#33a1e4;
}

.downloads:visited{
  text-decoration:none;
  color:#33a1e4;
}



.downloads:hover{
  text-decoration:underline;
  color:#33a1e4;
  
}

.downloads:active{
  text-decoration:none;
  color:#33a1e4;
}

.data_download {
	color:#333333;
	font-size: 11px;
}

.titulo_area_restrita{
  background:#003762;
  color:#FFFFFF;
  font-weight:bold;
}

.texto_area_restrita{
  color:#262846;
  background:#f2f2f2;
}

/******** produtos download ************/

.produtos_download:link{
  text-decoration:none;
  color:#000099;
}

.produtos_download:visited{
  text-decoration:none;
  color:#000099;
}



.produtos_download:hover{
  text-decoration:underline;
  color:#000099;
}

.produtos_download:active{
  text-decoration:none;
  color:#000099;
}

