@charset "utf-8";
/* CSS Document */
body
	{
		margin: 0px;
		padding: 0px;
		background: #8bb674;
		font-family: 'Roboto Condensed', sans-serif;
	}

.flyer{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
	 min-height: 100vh;
}

.caja-boton{
	display: flex;
	flex-direction:row;
	align-items: center;
	padding:2px 100px;
}
.button {
  background-color: #8bb674; /* Green */
  border: 1px solid #505255;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 4px 2px;
  cursor: pointer;
}
.button:hover{
	color: white;
}