@charset "utf-8";
/* CSS Document */
@font-face{
  font-family: 'titulo';
  src:url(fuente/Roboto/Roboto-Bold.ttf);
}
body
	{
		margin: 0px;
		padding: 0px;
		background: #1b8e88;	
	}

.flyer{
	display: flex;
	align-items: center;
	padding: 5px;
}

.caja-boton{
	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
	padding:2px 250px;
}
.button {
  background-color: #063c54; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  	font-family: 'titulo';
  font-size: 1em;
  margin: 4px 2px;
  cursor: pointer;
}

 a.button:hover, 
 a.button:link,
 a.button:active{
	color: white;
}
