@charset "utf-8";
/* CSS Document */
body
	{
		margin: 0px;
		padding: 0px;
		background: #FFF;
		font-family: 'Roboto Condensed', sans-serif;
	}

.container-flyer{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.enlace{
	padding: 60px 75px;
}

.btn a{
  background-color: #428f5d; /* Green */
  border: none;
  color: white;
  padding: 15px 105px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  margin: 4px 6px;
  cursor: pointer;
}
.btn: a hover {  
  color: white; 
}
.caja-img1{
	padding: 5px;
	line-height: 100px;
}
.caja-img2{
	margin: 10px;
	line-height: 100px;
}
