#cabecalho{
  width: 100%;
  height: 268;
}

/* FAIXA SUPERIOR */

#faixa_superior{
  width: 100%;
  height: 60px;
}

#fundo_superior{
  position: absolute;
  width: 100%;
  left: 0px;
  height: 60px;
  background: #f5f5f5;
  z-index: 0;
}

#redes_sociais{
  position: absolute;
  width: 1210px;
  height: 60px;
  left: 50%;
  text-align: right;
  margin: 0px 0px 0px -615px;
  padding: 0px 20px 0px 0px;
  z-index: 1;
}

#redes_sociais img{
  margin: 5px 10px 0px 10px;
  cursor: pointer;
  cursor: hand;
}
#redes_sociais img:hover{
  opacity: 0.5;
}
#ico_home{
  margin: 5px 10px 0px 30px;
}

/* FAIXA LOGO */

#faixa_logo{
  width: 100%;
  height: 158px;
}

#logo{
  float: left;
  width: 500px;
  height: 115px;
  padding: 50px 0px 0px 0px;
}
#logo img{
}

#barra_pesquisa{
  float: right;
  width: 480px;
  height: 108px;
  padding: 50px 0px 0px 0px;
}
#bt_pesquisa{
  position: absolute;
  margin: -3px 0px 0px 365px;
  z-index: 1;
}
#str_pesquisa{
  width: 300px;
  font-style: italic;
  padding: 7px 35px 8px 45px;
  background: url('../images/layout/fundo_pesquisa.png') no-repeat 4px 2px;
}
#links_contato{
  font-weight: bold;
  margin: 20px 0px 0px 25px;
}
#links_contato a{
  color: #0079c2;
}
#links_contato img{
  margin-right: 10px;
}

#area_associado{
  display: none;
  float: right;
  width: 227px;
  height: 62px;
  padding: 30px 10px 10px 19px;
  margin: 25px 0px 0px 0px;
  background: url('../images/layout/fundo_area_restrita.png') no-repeat left top;
}
#login{
  width: 150px;
  font-size: 13px;
  padding: 3px 7px 3px 15px;
  margin: 0px 0px 12px 0px;
}
#senha{
  width: 150px;
  font-size: 13px;
  padding: 3px 7px 3px 15px;
}
#bt_autenticacao{
  position: absolute;
  width: 38px;
  height: 38px;
  background: transparent url('../images/layout/fundo_ok.png') no-repeat center top;
  border: 0px;
  padding: 0px;
  margin: 10px 0px 0px 187px;
}

/* arquivo externo css/menu.css */
