.etiqueta{
	font-family:'Play-Regular';
	font-size:1em;
	color:black;
	border-radius:10px;
	border:none;
	padding:10px;
}

.goto{
	background:black;
	color:white;
	font-family:'Play-Regular';
	font-size:1em;
	border-radius:10px;
	border:none;
	
}

.button{
  width:100px;
  height:40px;
  color:664d1e;
  font-weight:bold;
  background: #FDE08D;
  background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
  background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);	
  border:#8f6B29 2px solid;
  font-family:'Play-Regular';
  border-radius:10px;

}