/* topo da página*/
#topo{
  width: 760px;
  height: 109px;
  margin: 10px auto 10px auto;
  background-image: url(../imagens/topo.jpg);
}
/*
#topo_direita{
  width: 300px;
  height: 61px;
  margin: 24px auto 25px auto;
  float: right;
  margin-right: 80px;
}
*/
#topo_direita{
  width: 400px;
  height: 100px;
  float: right;
}

#topo_direita_banner{
  width: 300px;
  height: 60px;
  float: right;
  position: relative;
  right: 165px;
  top: 25px;
  border: 0px;
}


#topo_direita h1{
  width: 300px;
  height: 61px;
  text-indent: -9000px;
  overflow: none;
/*  background-image: url(../imagens/banner_topo.gif);*/
  float: right;
  position: relative;
  right: 165px;
  top: 25px;
}

#topo2{
  width: 760px;
  height: 109px;
  margin: 10px auto 10px auto;
  background-image: url(../imagens/topo.jpg);
}

/* -- final do topo --*/

