@import url(http://fonts.googleapis.com/css?family=Homenaje|Playball|Convergence);

body {
  background-color: #444;
}

#main {
  width: 720px;
  margin: auto;
  margin-top: 30px;
  background-color: #FFF;
  border: 2px solid #999;
  border-radius: 10px;
}

.header {
  margin-top: 20px;
  text-align: center;
}

.header .title a {
  font-family: Homenaje;
  font-size: 82px;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.header .description {
  font-family: Playball;
  font-size: 32px;
  color: darkgreen;
}

.summary {
  font-family: Convergence;
  color: #AAA;
  font-size: 36px;
  margin: auto;
  margin-top: 60px;
  width: 600px;
  text-align: center;
  font-variant: small-caps;
  letter-spacing: -2px;
}

.content {
  width: 650px;
  margin: auto;
  margin-top: 40px;
  font-family:  "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

.content .step {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #CCC;
}

.content .step .description {
  margin-top: 5px;
  width: 300px;
}

.content .left .description {
  margin-right: 30px;
}

.content .right .image {
  margin-right: 30px;
}

.step .description .title {
  font-size: 20px;
  font-weight: bold;
  color: #777;
}

.step .description .text {
  margin-top: 25px;
  float: left;
  font-size: 14px;
  color: #777;
  line-height: 22px;
  text-align: justify;
}

.content .step .image {
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 2px 2px #CCC;
  -webkit-box-shadow: 0 0 2px 2px #CCC;
  box-shadow: 0 0 2px 2px #CCC;
}

.content .step .image img {
  width: 300px;
}

.content .description {
  float: left;
}

.content .image {
  float: right;
}

.content .right .description {
  float: right;
}

.content .right .image {
  float: left;
}

.reset {
  clear: both;
}

.download {
  width: 150px;
  border: 1px solid #CCC;
  border-radius: 3px;
  margin: auto;
  margin-top: 30px;
}

.download img {
  width: 150px;
}

.footer {
  margin: auto;
  margin-top: 25px;
  padding: 15px;
  border-top: 1px solid #CCC;
  text-align: center;
  color: #777;
  font-weight: bold;
  font-variant: small-caps;
}