html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

body > .container {
  padding: 60px 15px 0;
}
.social, .legal {
  margin: 20px 0;
  color: #777;
	text-decoration: none;
}

.social a{
	color: #777;
	text-decoration: none;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.jumbotron_athena {
	margin-top: 20px;
	background: #155FC5 url(/images/fondo.png) center top;
}

.athena_txt {
	margin-top: 60px;
	margin-bottom: 80px;
}