body{
  background: url(http://www.texturemate.com/image/view/5577/_original);
  background-size: contain;
  background-attachment: fixed;
}

.block{
  margin-bottom: 40px;
  padding: 20px 0px 20px 0px;
}


/*
.block:last-child{
  margin: 0 !important;
}
*/

.bar div{
  text-align: center;
  padding-top: 10px;
}

.bar div button{
  width: 90%;
  cursor: pointer;
}

#firsthr{
  margin: 30px 0px 40px 0px;
}

.container{
  margin-top: 40px;
}

.foot{
  margin: 0;
}

.main > div{
  text-align: center;
}

.foot ul{
  list-style:none;
}
.foot li:nth-child(1){
  margin-top:15px;
}

.foot li{
  margin-top:5px;
}

.foot a:link{
  color: white;
}

.foot a:visited{
  color: white;
}

/*Esta propiedad se las pongo para que los links queden alineados con lo demás en el footer */
.foot ul{
  position: relative;
  right:20px;
}


.main{
  padding: 30px;
}

footer{
  text-align:center;
}