*{
    margin: 0;
    padding: 0;
}

body{
  font-family: Verdana;
  background: url('../imagens/body_bg.jpg') repeat-x left top #b5a9bf;
  text-align: center;
}

#container{
  background: url('../imagens/geral_bg.jpg') no-repeat center top;
  width: 100%
}


#geral{
  margin: 0 auto;
  text-align: left;
  width: 970px;
}

#topo .logo{
  text-align: left;
}

#topo .menu ul{
  list-style: none;
  height: auto;
  overflow: hidden;
  width: 815px;
  margin: 0 auto;
}

#topo .menu ul li{
  float: left;
}

#topo .menu ul li a{
  display:block;
  background: url('../imagens/menu.png') no-repeat;
  height: 38px;
  text-indent: -9999px;
}

#topo .menu ul li.home a{
  background-position: 0 top;
  width: 76px;
}

#topo .menu ul li.home a:hover{
  background-position: 0px bottom;
}

#topo .menu ul#empresa li.empresa a{
  background-position: -76px bottom;
  width: 102px;
}

#topo .menu ul li.empresa a{
  background-position: -76px top;
  width: 102px;
}

#topo .menu ul li.empresa a:hover{
  background-position: -76px bottom;
}

#topo .menu ul#atuacao li.atuacao a{
  background-position: -179px bottom;
  width: 137px;
}

#topo .menu ul li.atuacao a{
  background-position: -179px top;
  width: 137px;
}

#topo .menu ul li.atuacao a:hover{
  background-position: -179px bottom;
}

#topo .menu ul#parceiros li.parceiros a{
  background-position: -317px bottom;
  width: 94px;
}

#topo .menu ul li.parceiros a{
  background-position: -317px top;
  width: 94px;
}

#topo .menu ul li.parceiros a:hover{
  background-position: -317px bottom;
}

#topo .menu ul#vendas li.vendas a{
  background-position: -410px bottom;
  width: 135px;
}

#topo .menu ul li.vendas a{
  background-position: -410px top;
  width: 135px;
}

#topo .menu ul li.vendas a:hover{
  background-position: -410px bottom;
}

#topo .menu ul#intranet li.intranet a{
  background-position: -546px bottom;
  width: 82px;
}

#topo .menu ul li.intranet a{
  background-position: -546px top;
  width: 82px;
}

#topo .menu ul li.intranet a:hover{
  background-position: -546px bottom;
}


#topo .menu ul#trabalhe li.trabalhe a{
  background-position: -546px bottom;
  width: 82px;
}

#topo .menu ul li.trabalhe a{
  background-position: -546px top;
  width: 82px;
}

#topo .menu ul li.trabalhe a:hover{
  background-position: -546px bottom;
}


#topo .menu ul#contato li.contato a{
  background-position: -628px bottom;
  width: 88px;
}

#topo .menu ul li.contato a{
  background-position: -628px top;
  width: 88px;
}

#topo .menu ul li.contato a:hover{
  background-position: -628px bottom;
}

#topo .menu ul#revista li.revista a{
  background-position: -715px bottom;
  width: 88px;
}

#topo .menu ul li.revista a{
  background-position: -715px top;
  width: 88px;
}

#topo .menu ul li.revista a:hover{
  background-position: -715px bottom;
}

.logo_centro{
  text-align: center;
  padding-top: 30px;
}

.banner_home{
  text-align: center;
  margin-top: 0px;
}

.box{
  background: url('../imagens/box_bg.png') no-repeat top center;
  overflow: hidden;
}

.box_conteudo{
  overflow: hidden;
  margin:10px 5px 10px 20px;
}

.box_esquerda{
  float: left;
  text-align:justify;
}

.box_direita{
  float: right;
  text-align: right;
}

.box_conteudo h1{
  font-size: 20px;
  font-weight: normal;
  color: #FFF;
  margin: 25px 0 20px 0;
}

.box_conteudo h2{
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  margin: 15px 0 0px 0;
}

.box_conteudo h3{
  font-size: 20px;
  font-weight: normal;
  color: #003366;
  margin: 15px 0 0px 0;
}

.box_conteudo p{
  font-size: 12px;
  color: #FFF;
  margin: 10px 0
}

.box_conteudo ul{
  list-style: none;
  overflow: hidden;
  margin:  0 40px;
}


.box_conteudo ul li{
  width: 215px;
  height: 195px;
  margin: 20px 30px ;
  /*border: 1px solid #fff;*/
  overflow: hidden;
  float:left;
  text-align: center;
}


#login{
  text-align: center;
  width: 930px
}

#login h1{
  text-align: left;
}

#login p{
  margin: 0;
  font-size: 14px;
}

#login p a{
  font-weight: bold;
  color: #234669;
  text-decoration: none;
}


#cadastro{
  text-align: center;
  width: 930px;
}

#cadastro h1{
  text-align: left;
}

#cadastro h2{
  color: #234669;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0 10px 0;
}


#cadastro .formulario{
  margin-bottom: 13px;
  overflow: hidden;
  width:700px;
  margin: 0 auto;
  text-align: left;
}

#cadastro .formulario_conteudo{
  margin: 5px 10px;
  padding: 5px 0 0 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #a9a9a9;
  width:auto;
}

#cadastro .formulario_conteudo span{
  color: #003366;
  font-size: 12px;
  margin: 0 15px 0 0;
  font-weight: normal;
}

#cadastro .formulario_conteudo span input{
  margin: 0 3px 0 0;
}

#cadastro .formulario fieldset{
  border: none;
  overflow: hidden;
}

#cadastro .formulario fieldset label{
  float: left;
  color: #003366;
  font-size: 12px;
  margin-top: 5px;
  width: 100%;
}

#cadastro .formulario fieldset label input{
  width: 97%;
  margin-top: 6px;
  height: 25px;
  border: 1px solid #234669;
  background-color: #ffffff;
}

#cadastro .formulario fieldset label select{
  width: 97%;
  margin-top: 6px;
  height: 25px;
  border: 1px solid #234669;
  background-color: #ffffff;
}

#cadastro .formulario fieldset label textarea{
  width: 98%;
  margin-top: 6px;
  height: 150px;
  border: 1px solid #234669;
  background-color: #ffffff;
}

#cadastro .formulario fieldset label.bt input{
  width: auto;
  margin-top: 0px;
  height: auto;
  border: none;
  background-color: transparent;
}

.mais_info{
  color: #FFF;
  font-size: 12px;
  width: 770px;
  margin: 15px auto 0  auto;
  overflow: hidden;
}

.mais_info .mais_info_conteudo{
  margin: 5px;
}

.mais_info a{
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.mais_info ol li{
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
}


.formulario{
  margin-bottom: 10px;
  overflow: hidden;
}

.formulario_conteudo{
  margin: 5px auto;
  width: 550px;
}

.formulario fieldset{
  border: none;
  overflow: hidden;
}

.formulario fieldset label{
  float: left;
  color: #FFF;
  font-size: 12px;
  margin-top: 22px;
  width: 100%;
}

.formulario fieldset label input{
  width: 97%;
  margin-top: 6px;
  height: 25px;
  border: 1px solid #234669;
  background-color: #fff;
}

.formulario fieldset label textarea{
  width: 98%;
  margin-top: 6px;
  height: 150px;
  border: 1px solid #234669;
  background-color: #fff;
}

.formulario fieldset label.bt input{
  width: auto;
  margin-top: 0px;
  height: auto;
  border: none;
  background-color: transparent;
}

#intranet h3{
  color: #003366;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

#intranet .formulario{
  background-color: transparent;
  margin-bottom: 10px;
  overflow: hidden;
  margin: 30px auto 0 auto;
  width: 441px;
  text-align: left;
}

#intranet .formulario_conteudo{
  padding: 0px 10px 20px 10px;
  background-color: #B5A9BF;
  width: auto;
  margin: 0;
  overflow: hidden;
}

#intranet .formulario fieldset{
  border: none;
  overflow: hidden;
  width: 100%;

}

#intranet .formulario fieldset label{
  float: left;
  color: #003366;
  font-size: 12px;
  margin-top: 5px;
  width: 100%;

}

#intranet .formulario fieldset label input{
  width: auto;
  margin-right: 5px;
  height: auto;
  border: none;
  background-color: transparent;
}

#intranet .formulario fieldset label.bt{
  width: 100%;
  margin-top: 10px;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  background-color: transparent;
  text-align: center;
}

#intranet .formulario fieldset label.bt input{
  width: auto;
  margin: 5px 0;
  height: auto;
  border: none;
  background-color: transparent;
}

.telefone{
  display: block;
  text-align: left;
  margin: 2px 0 0px 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.email{
  display: block;
  line-height: 35px;
  padding: 0 0 0 0px;
  margin: 5px 0 15px 0;
}

.email a{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}


.pe_home{
  text-align: center;
  overflow: hidden;
  width: 800px;
  margin: 10px auto 0 auto;
}

.pe_home .pe_home_televendas{
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
  width: 254px;
  height:158px;
  background: url('../imagens/bg_home_televendas.png') no-repeat center center;
  float: left;
  margin-right: 17px;
}

.pe_home .pe_home_televendas_conteudo{
  margin-top: 48px;
}

.pe_home .pe_home_portal{
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
  float: left;
  width: 254px;
  height:158px;
  background: url('../imagens/bg_home_portal.png') no-repeat center center;
  margin-right: 17px;
}

.pe_home .pe_home_portal_conteudo{
  margin-top: 48px;
}

.pe_home .pe_home_portal_conteudo fieldset{
  width:190px;
  margin-left: 47px;
  text-align: left;
  border: none;
}

.pe_home .pe_home_portal_conteudo fieldset label{
  font-size: 11px;
  color: #336699 ;
  display: block;
}

.pe_home .pe_home_portal_conteudo fieldset label a{
  font-size: 11px;
  font-weight: bold;
  color: #336699;
  text-decoration: none;
}

.pe_home .pe_home_portal_conteudo fieldset label input{
  border: 1px solid #003366;
  background-color: #fff;
  width: 140px;
  height: 18px;
  font-size:11px;
  margin: 2px 0;
}

.pe_home .pe_home_portal_conteudo fieldset label input.bt{
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size:11px;
  margin: 0px 2px;
  vertical-align: bottom;
}

.pe_home .pe_home_revendedores{
  text-align: center;
  margin-top: 30px;
  width: 254px;
  height:158px;
  overflow: hidden;
  float: left;
  background: url('../imagens/bg_home_parceiroshome.png') no-repeat center center;
}

.pe_home .pe_home_revendedores_conteudo{
  margin-top: 48px;
}


.rodape{
  text-align: center;
  background: url('../imagens/box_bg.png') no-repeat bottom center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.rodape#home{
  background: none;
  margin-bottom: 10px;
}

h4{
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 10px 0;
}


.rodape h2{
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
}

.rodape p{
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
}

.erro{
  color:#970000;
  font-size: 14px;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
}

.sucess{
  color:#003366;
  font-size: 14px;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
}

.label_erro{
  color: #970000!important;
}

.label_erro input{
  border: 1px solid #970000!important;
  background-color: #FFECEC!important; 
}





.login{
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
  width: 800px;
  margin: 30px auto 0 auto;
}

.login .login_televendas{
  text-align: center;
  margin: 30px auto 0 auto;
  overflow: hidden;
  width: 254px;
  height:158px;
  background: url('../imagens/bg_home_televendas.png') no-repeat center center;
}

.login .login_televendas_conteudo{
  margin-top: 48px;
}

.login .login_portal{
  text-align: center;
  margin: 0px auto 0 auto;
  overflow: hidden;
  width: 504px;
  height:161px;
  background: url('../imagens/bg_login.png') no-repeat center center;

}

.login .login_colabora{
  text-align: center;
  margin: 0px auto 0 auto;
  overflow: hidden;
  width: 504px;
  height:161px;
  background: url('../imagens/bg_intranet.png') no-repeat center center;

}

.formulario_conteudo_email{
  color:#fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.formulario_conteudo_email a{
  color:#fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}


.login .login_portal_conteudo{
  margin-top: 48px;
  margin-left: 182px;
}

.login .login_portal_conteudo fieldset{
  width:190px;
  text-align: left;
  border: none;
}

.login .login_portal_conteudo fieldset label{
  font-size: 11px;
  color: #003366;
  display: block;
}

.login .login_portal_conteudo fieldset label a{
  font-size: 11px;
  font-weight: bold;
  color: #003366;
  text-decoration: none;
}

.login .login_portal_conteudo fieldset label input{
  border: 1px solid #234669;
  background-color: #fff;
  width: 140px;
  height: 18px;
  font-size:11px;
  margin: 2px 0;
  padding: 0 3px;
}

.login .login_portal_conteudo fieldset label input.bt{
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size:11px;
  margin: 0px 2px;
  vertical-align: bottom;
  padding: 0;
}

.login .login_colabora_conteudo{
  margin-top: 48px;
  margin-left: 182px;
}

.login .login_colabora_conteudo fieldset{
  width:190px;
  text-align: left;
  border: none;
}

.login .login_colabora_conteudo fieldset label{
  font-size: 11px;
  color: #003366;
  display: block;
}

.login .login_colabora_conteudo fieldset label a{
  font-size: 11px;
  font-weight: bold;
  color: #003366;
  text-decoration: none;
}

.login .login_colabora_conteudo fieldset label input{
  border: 1px solid #234669;
  background-color: #fff;
  width: 140px;
  height: 18px;
  font-size:11px;
  margin: 2px 0;
  padding: 0 3px;
}

.login .login_colabora_conteudo fieldset label input.bt{
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size:11px;
  margin: 0px 2px;
  vertical-align: bottom;
  padding: 0;
}

.enquetes{
   width:441px;
   text-align: center;
   margin: 40px auto 0 auto;

}

.enquetes .enquete_bt{
   margin: 40px auto 0 auto;

}

.enquetes .formulario .resultados{
  background: #003366;
  padding: 0 2px;
  color: #fff;
  width: 50px;
}


.enquetes .formulario a{
  color: #003366;
  font-size: 11px;
  text-decoration: none;
}




