@charset "utf-8";
/* CSS Document */
body
	{
		margin: 0px;
		padding: 0px;
		background: #ebe9e4;
		font-family: 'Roboto Condensed', sans-serif;
	}

.flyer{
	display: flex;
	align-items: center;
	padding: 5px;
}

.caja-boton{
	display: flex;
	flex-direction:row;
	align-items: center;
	padding:2px 220px;
}
.button {
  background-color: #665c44; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 4px 2px;
  cursor: pointer;
}

 .button :before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(102, 77, 48, 0.1);
  color: white;
}