/*  produto */
.produto{
  width: 430px;
  margin-left: 20px;
  font-size: 12px;
  text-align: justify;
  margin: 10px;
  padding-right: 20px;
  float: right;
}
.produto h1{
  clear: none;
  font-size: 18px;
  color: #C4BE66;
}
.produto h2{
  font-size: 14px;
  color: #000;
}

.itemProduto{
  display: none;
}

#guia{
  display: none;
}

/*  categorias  */
.categorias{
  margin-top: 0px;
  margin-left: 0px;
  border:0px;
  border-right: 2px solid #EAE88E;
  background-image: url(produtos.jpg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  width: 270px;
  _padding-top: 50px;
  padding-top: 50px;
  float: left;
  padding-bottom: 60px;
}
