.bg { 
  /* The image used */
  background-image: url("../Banner.jpg");

  /* Full height */
  height: 370px; 

  /* Center and scale the image nicely */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top,;
}
p {
	text-align: justify;
}
.img {
	float:right;
	padding: 15px;
}
.text {

}
body {
	text-align: justify;
}

.content-link {
  text-align: center;
}
.lnk-programa {
  padding: 15px;
  border-radius: 10px;
  text-decoration: none;
  background: red;
  color: white;
  display: inline-block;
  font-weight: bold;
}
.lnk-programa:hover { 
  text-decoration: none;
  opacity: 0.85;
  color: white;
}