#rodape{
  width: 100%;
  height: 145px;
}

#fundo_rodape{
  position: absolute;
  width: 100%;
  height: 145px;
  left: 0px;
  background: #eee;
  z-index: 0;
}

#content_rodape{
  position: absolute;
  width: 1230px;
  height: 145px;
  left: 50%;
  margin: 0px 0px 0px -615px;
  padding: 0px;
  z-index:1;
}

#endereco{
  float: left;
  width: 500px;
  font-size: 12px;
  margin: 25px 30px 0px 30px;
}
#endereco h4{
  font-size: 12px;
  font-weight: bold;
}
#endereco img{
  margin: 5px 20px 40px 0px;
}

#redes_rodape{
  float: right;
  width: 650px;
  height: 90px;
  left: 50%;
  text-align: right;
  padding: 35px 0px 0px 0px;
}

#redes_rodape img{
  margin: 5px 10px 0px 10px;
  cursor: pointer;
  cursor: hand;
}
#redes_rodape img:hover{
  opacity: 0.5;
}
#ico_home{
  margin: 5px 10px 0px 30px;
}

#direitos{
  float: right;
  width: 650px;
  font-size: 11px;
  text-align: right;
}
