.about .about-page section h1 {
  font-family: 'Homenaje', Tahoma, sans-serif;
  color: #383838;
  font-size: 30px;
}

.about .about-page section {
  height: auto;
  margin-left: 0px;
}

.about .about-page section a {
  font-size: 1em;
  line-height: 1.6em;
  color: #00c6ff;
  text-shadow: 0px 1px 0px #fff;
}

.about .about-page section a:hover {
  color: #fa453c;
}

.about .about-page section ol {
  margin-top: 10px;
}

.about .about-page section ol.jellybean li {
  padding: 2px 12px;
  margin: 2px;
  font-size: 1em;
  background-color: #e8e8e8;
  color: rgb(51,51,51);
  text-shadow: 0px 1px 0px #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}

.about .about-page section ol.jellybean li:hover {
  background-color: #383838;
  color: #fff;
}

.info {
  width: 25%;
  height: 199px;
  float: left;
  padding-top: 50px;
}

.info .self_photo {
  width: 330px;
  height: 199px;
  float: left;
  background: url(/css/img/selfphoto.png) no-repeat;
}

.about-page .line-1 {
  height: auto;
  overflow: hidden;
  margin-top: -40px;
}

.about-page .line-2, .about-page .line-3, .about-page .line-4, .about-page .line-5 {
  background: url(/css/img/br-tabs-hr.png) repeat-x top;
  height: auto;
  overflow: hidden;
}

.about-page .line-1 section {
  margin-top: -10px;
  width: 75%;
}

.about-page .line-2 section, .about-page .line-3 section, .about-page .line-4 section, .about-page .line-5 section {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-page  section p {
  font-size: 1.1em;
  line-height: 1.6em;
  color: rgb(51, 51, 51);
  text-shadow: 0px 1px 0px #fff;
  margin-top: 10px;
}

h3.about-head {
  letter-spacing: 1px;
  font-family: 'Terminal Dosis', Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #383838;
}
