/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="/Imagens/moldura_transp.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
} 

/* INÍCIO - Estilos Gerais */
body{font-family: arial; font-size: 12px; background:url(/imagens/fundo-site.gif) #3b3b3b repeat-x; color:#000000; margin:0px;}
A{text-decoration:none; color:#00507c}
A:hover{ color: #3C85B0; }
img{ border:0px; }
ul{ margin:0px; padding:0px;}
p{ margin: 10px 0px 10px 0px ;}
h1{color:#00426e; font-size:14px; font-weight:bold; margin:5px 0px 5px 0px;}
h2{color:#3b3b3b; font-size: 14px; margin:13px 0px 0px 0px;}
h3{color:#005c8e; font-size: 17px; margin:7px 0px 7px 0px;}

#container{
	position:relative;
	margin:auto;
	top:25px;
	width:887px;
	background:url(/imagens/fundo-container.gif) repeat-y;
	height:auto;
}
	

#topo{
	width:884px;
	height:110px;
	background:url(/imagens/topo_01.jpg) no-repeat;
}

#topo_area_restrita {
	position:absolute;
	left:571px;
	top:58px;
	width:266px;
	height:41px;	
}

#topo_logo{
}	

#conteudo_home{float:right; margin-right:3px; width:603px; height:560px; background:url(/imagens/fundo-home.jpg) top no-repeat;}

#conteudo_internas{float:right; margin-right:3px; width:603px; height:auto; background: url(/imagens/fundo_internas.jpg) top no-repeat; min-height:700px;}

#conteudo_internas_faleconosco{float:right; margin-right:3px; width:603px; height:auto; background: url(/imagens/fundo_internas.jpg) top no-repeat; min-height:700px;}

#conteudo_produtos{float:right; margin-right:3px; width:603px; height:738px; background: url(/imagens/fundo_produtos.jpg) top no-repeat}

#conteudo_onde_atuamos {float:right; margin-right:3px; width:603px; background: url(/imagens/fundo_onde_atuamos.jpg) top no-repeat}

#titulo_internas{ 
}

#menu{
	float:left;
	width:170px;		
}

#menu a{
	text-decoration:none;	
	padding-right:23px;
	color:#000000;		
}  

#menu ul{	
	padding-left:63px;}

#menu li{	
	list-style:none;
	width:217px;
	display:block;
	background:url(/imagens/fundo-menu-01.gif) repeat-x bottom;
	font-size:11px;
	text-align:left;
}

#menu li:hover{ background:url(/imagens/fundo-menu-03.gif) repeat-x bottom;}

#menu2 {padding:45px 0px 0px 63px; clear:both;}

#rodape{
	position: relative;
	height:296px;
	padding:15px 0px 10px 0px;
	clear:both;
	background: url(/imagens/fundo-rodape.gif) repeat-y;
}

#rodape_box{
	position:absolute;
	width:852px;
	height:140px;
	margin:0px 16px 0px 16px;
	background: url(/imagens/fundo-rodape_02.gif);
	clear:both;
	left: 1px;
	bottom: 16px;
}

#rodape_box_02{
	position:relative;
	font-size:11px;
	color:#FFFFFF;
	width:auto;
	top:26px;
	left:36px;
}

#rodape_destaque_01{
	position:relative;
	float:left;
	width:130px;
	padding:10px 16px 10px 14px;
	font-size:11px;
	color: #373737;
}

#rodape_destaque_02{
	position:relative;
	float:left;
	width:100px;
	padding:10px 16px 10px 40px;
	font-size:11px;
	color: #373737;
}

#rodape_destaque_03{
	position:relative;
	float:left;
	width:130px;
	padding:10px 14px 10px 20px;	
	font-size:11px;
	color: #373737;
}

#rodape_destaque_04{
	position:relative;
	float:left;
	width:170px;
	padding:10px 0px 10px 20px;	
	font-size:11px;
	color: #373737;
}

#rodape_destaque_05{
	position:relative;
	float:left;
	width:170px;
	padding:10px 0px 10px 20px;	
	font-size:11px;
	color: #373737;
}

#rodape_destaque_01, #rodape_destaque_02, #rodape_destaque_03, #rodape_destaque_04, #rodape_destaque_05,{	height:50px; }


#menu_rodape{
	position:absolute;
	width:660px;
	right: -102px;
	top: -22px;
	color:#727272;
}

#rodape a{
	text-decoration:none;
	display:block;	
	color: #727272;
	font-size:11px;	
}

#rodape a:hover{	
	color:#005280;	
}  

#rodape ul{ margin: auto;}	 

#rodape li{
	list-style:none;  	
	margin:0px 3px 0px 3px;	
	float:left;  
} 

#copyright{
	margin:auto;
	width:880px;
	padding:50px 0px 0px 35px;
	clear:both;
	color:#FFFFFF;
}

#assinatura{
	position:relative;
	top:30px;
	width:100%;
	height:35px;
	text-align:right;
}

.sub_titulo{ color:#00426e; font-size:14px; font-weight:bold;}
.link_branco{ color:#FFFFFF;}
.link_branco:hover{color:#FFFF00;}
.link_home{ color:#000000; font-weight:bold;}
.link_home:hover{color:#666666; text-decoration:underline;}


.texto_10 { font-family: arial; font-size: 10px}
.texto_11 { font-family: arial; font-size: 11px}
.texto_12 { font-family: arial; font-size: 12px}
.texto_13 { font-family: arial; font-size: 13px}
.texto_14 { font-family: arial; font-size: 14px}
.texto_15 { font-family: arial; font-size: 15px}
.texto_16 { font-family: arial; font-size: 16px}
.texto_17 { font-family: arial; font-size: 17px}
.texto_18 { font-family: arial; font-size: 18px}
.texto_19 { font-family: arial; font-size: 19px}
.texto_20 { font-family: arial; font-size: 20px}
.texto_25 { font-family: arial; font-size: 25px}

.box_textos{
	float:left;
	width:140px;	
	height:188px;
	background:url(/onde-atuamos/imagens/box.gif) no-repeat;
	padding:15px;
	color:#606060;	
}

.titulos produtos{height:40px;}

/* INÍCIO - Estilos para Formulários */
fieldset {
    margin-top:50px;
    padding:0px;
    border:none; }

fieldset legend {
    margin:0px 0px 10px 0px;
    padding:0px;
    font-weight:bold; 
    font-size:16px; 
    color:#333; }

fieldset input[type=text], fieldset input[type=password], fieldset textarea, fieldset select {
    font-family: arial, verdana; 
    font-size: 11px;
    padding:1px 0px 0px 2px; 
    background-color: #FFF; 
    border: 1px #CCC solid; 
    color: #333333;
    width:210px; }

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    background-color: #FFFFD9; }

fieldset input.radio, fieldset input.checkbox, fieldset input.button, fieldset input.image {
    border:none;
    width:auto; }

fieldset select { width:auto; }

fieldset label {
    float:left;
    width:100px;
    text-align:right;
    padding:2px 3px 0px 0px; }

fieldset textarea {
    width:210px; 
    height:100px; }

fieldset p, div.interesses div { padding-bottom:7px; }
    
fieldset .hidden { text-indent: -1000em; width:0px; }

fieldset .info {
    font-size:0.9em; 
    color:#999;
    display:inline;}
 
fieldset input[type=button], fieldset input.botao, fieldset input.button {
    width:auto;
    margin:auto;
    background-color:#0070B2;
    color:#FFF;
    padding:2px;
    font-weight:bold;
    font-size:11px;
    border:1px solid #BBB; }


ul.list { margin: 8px 0 0 18px; }
ul.list li { list-style: square; margin: 0 0 2px 0; }

.resetForm { width: 78px; height: 21px; border: 0; background: url(../imagens/botao-refazer.gif); }

h2 a {  }
hr { height: 1px; border: 0; border-top: 1px #999 solid; margin: 24px 0 12px; }

#perfilEmpresa, #estruturaEmpresa, #clentesEmpresa, #mercadosEmpresa, #localizacaoEmpresa,
#servOtimizacaoPortfolio, #servGestaoMarca, #servGestaoLancamento, #servForcaVendas, #servMonitoramentoImplementacoes, #servMercadoNaoAuditados{ display: none; }





