body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.3em;
}
a {
  color: #99c027;
  text-decoration: none;
  font-weight: bold;
}
a:hover { color: #99c027; }
a:visited { color: #99c027; }
.container {
  width: 950px;
  margin: 0px auto;
}
#header {
  background-color: #000000;
  border-bottom: 1px solid #525252;
  height: 105px;
}
#menu {
  font-size: 18px;
  float: left;
}
#menu ul {
  line-height: 22px;
  list-style: none;
  padding-top: 15px;
  position: relative;
  text-align: center;
}
#menu ul li {
  float: left;
  padding-right: 30px;
}
#menu ul li a {
  text-decoration: none;
  color: #ffffff;
}
#menu ul li a.on { color: #99c027; }
#menu ul li a:hover { color: #99c027; }
#logo {
  padding: 20px 0 0 10px;
  float: left;
}
#info {
  background: url(/images/info-back.png) repeat-x #f1ffca;
  border-bottom: 1px solid #cccccc;
  height: 450px;
  background-position: bottom left;
}
#message {
  float: left;
  color: #333333;
  width: 390px;
  margin-right: 10px;
  padding-right: 40px;
}
#message h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25em;
  text-shadow: #909090 0px 2px 2px;
}
#message h2 {
  font: normal normal normal 24px/1.25em Georgia, 'Times New Roman', Times, serif;
  text-shadow: #ffffff 0px 1px 2px;
}
#message h3 { font: normal normal normal 18px/1.25em Georgia, 'Times New Roman', Times, serif; }
#showcase {
  float: left;
  margin-top: 50px;
}
#showcase ul.slideshow {
  list-style: none;
  width: 450px;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
#showcase ul.slideshow li {
  position: absolute;
  left: 0;
  right: 0;
}
#showcase ul.slideshow li.show { z-index: 500; }
#showcase ul.slideshow img { border: none; }
#showcase ul.slideshow #slideshow-caption {
  width: 450px;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: #000000;
  z-index: 500;
}
#showcase ul.slideshow #slideshow-caption .slideshow-caption-container {
  padding: 5px 10px;
  z-index: 1000;
}
#showcase ul.slideshow #slideshow-caption h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#showcase ul.slideshow #slideshow-caption p {
  margin: 5px 0 0 0;
  padding: 0;
}
#content {
  background: url(/images/content-back.png) repeat-x;
  border-bottom: 1px solid #cccccc;
  min-height: 400px;
  font-size: 14px;
  line-height: 1.35em;
  margin: 0px;
  padding-top: 50px;
}
#content #wedo {
  float: left;
  width: 520px;
  padding-right: 40px;
}
#content #sidebar {
  width: 350px;
  float: left;
  padding: 10px 10px 20px 10px;
  background-color: #f1ffca;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #99c027;
}
#content #sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #sidebar ul li { left: 0; }
#content #sidebar a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#content #sidebar p {
  font-size: 11px;
  line-height: 1.2em;
}
#content h1 {
  color: #99c027;
  font-size: 30px;
  font-weight: bold;
  text-shadow: #909090 0px 2px 2px;
}
#content h2 {
  font-size: 20px;
  font-weight: bold;
  text-shadow: #909090 0px 2px 2px;
  text-align: center;
}
#content h3 {
  font-size: 14px;
  font-weight: bold;
}
#footer {
  background-color: #000000;
  border-bottom: 1px solid #525252;
  height: 80px;
  color: #ffffff;
  padding: 20px 10px;
}
#footer #perfil {
  width: 260px;
  float: left;
}
#footer #copyright {
  font-size: 10px;
  width: 430px;
  float: left;
  text-align: center;
}
#footer #contacto {
  width: 260px;
  float: left;
  text-align: right;
}
.green.button { background-color: #91bd09; }
.large.button {
  font-size: 14px;
  padding: 8px 19px 9px;
}
a.button {
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
}
div.buttonline { margin: 25px 0 45px 0; }
.button {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-bottom-left-radius: 8px 8px;
  -webkit-border-bottom-right-radius: 8px 8px;
  -webkit-border-top-left-radius: 8px 8px;
  -webkit-border-top-right-radius: 8px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px;
  background: #222222 url(/images/overlay-button.png) repeat-x scroll 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #ffffff !important;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  overflow: visible;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  width: auto;
}
