
.masisoo{
	background-color: ghostwhite;
	opacity: .63;

}

.cuerpo_papel{
  background-image: url("https://www.transparenttextures.com/patterns/beige-paper.png");
  background-color: #76bd93;
/*  margin-top: 17px;*/
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.etiqueta{
  padding: 5px;
  background-color: ghostwhite;
  opacity: .73;
  font-size: 21px;
  font-weight: bold;
  border: 1px solid rgb(150, 130, 74);
  border-radius: 7px;
}

.distribulle_pie_tienda{
  font-size: 17px;
  display: flex;
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
  flex-direction: column;
  align-items: flex-start;
}