/* --------- /stylesheets/main-darkside.css --------- */ 
* {
  margin: 0;
  padding: 0; }

body {
  border: 0;
  padding-bottom: 20px;
  background: url(/images/bg-darkside.gif) 0 0 repeat-x;
  font: 0.8em/1.5 "Lucida Grande",Helvetica,Arial,sans-serif;
  text-align: center; }

div, span {
  border: 0; }

p {
  border: 0;
  margin: 15px 0; }

a {
  border: 0; }

img {
  border: 0; }
  img.f-left {
    float: left;
    margin-right: 10px; }
  img.f-right {
    float: right;
    margin-left: 10px; }

ul {
  border: 0;
  margin: 15px 0;
  margin-left: 30px; }
  ul ul {
    margin: 0;
    margin-left: 20px; }
  ul.ul-style01 {
    margin: 15px 0 15px 20px;
    padding: 0;
    list-style: none; }
    ul.ul-style01 li {
      margin: 0;
      padding: 0;
      padding-left: 15px;
      background: url(/images/ul-style01.gif) 0 5px no-repeat; }
    ul.ul-style01 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      ul.ul-style01 ul li {
        background: url(/images/ul-style01-sub.gif) 0 5px no-repeat; }

ol {
  border: 0;
  margin: 15px 0;
  margin-left: 30px;
  list-style-type: decimal; }
  ol ol {
    margin: 0;
    margin-left: 20px; }

li {
  border: 0;
  display: list-item; }

caption {
  border: 0; }

table {
  border: 0;
  margin: 15px 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }
  table.table-style01 {
    width: 100%; }
    table.table-style01 th {
      text-align: center; }

thead, tbody, tfoot, tr {
  border: 0; }

th {
  border: 0;
  text-align: center;
  font-weight: bold;
  padding: 3px 7px; }

td {
  border: 0;
  padding: 3px 7px; }

form {
  border: 0; }

fieldset {
  border: 0;
  margin: 15px 0;
  position: relative;
  padding: 10px; }

legend {
  border: 0;
  position: absolute;
  top: -1em;
  margin: 0;
  padding: 5px 10px;
  font-size: 100%;
  font-weight: bold; }

label {
  border: 0; }

dl {
  border: 0;
  margin: 15px 0; }
  dl#news {
    margin: 0; }
    dl#news dd {
      margin: 0;
      margin: 7px 0 10px 0;
      padding-bottom: 10px; }
      dl#news dd span.date {
        padding-right: 10px;
        background: url(/images/date.gif) 100% 50% no-repeat;
        font-size: 85%;
        font-weight: bold; }
    dl#news dt {
      clear: both;
      padding-left: 18px;
      background: url(/images/ico-list-darkside.gif) 0 2px no-repeat; }

dt {
  border: 0;
  font-weight: bold; }

dd {
  border: 0;
  margin-left: 30px; }

blockquote, applet, object {
  border: 0; }

h1 {
  border: 0;
  margin: 15px 0 10px 0;
  font-size: 180%; }

h2 {
  border: 0;
  margin: 15px 0 10px 0;
  font-size: 160%; }

h3 {
  border: 0;
  margin: 15px 0 10px 0;
  font-size: 140%; }

h4 {
  border: 0;
  margin: 15px 0 10px 0;
  font-size: 120%; }

h5 {
  border: 0;
  margin: 15px 0 10px 0;
  font-size: 100%; }

h6 {
  margin: 15px 0 10px 0; }

.box {
  min-height: 1px; }
  .box:after {
    display: block;
    visibility: hidden;
    clear: both;
    line-height: 0;
    font-size: 0;
    content: "."; }

.relative {
  position: relative; }

.clear {
  clear: both; }

.right {
  padding-top: 5px;
  text-align: right;
  font-size: 0.7em;
}

.f-left {
  float: left !important; }

.f-right {
  float: right !important; }

.t-left {
  text-align: left !important; }

.t-center {
  text-align: center !important; }

.t-right {
  text-align: right !important; }

.t-justify {
  text-align: justify !important; }

.va-top {
  vertical-align: top; }

.va-middle {
  vertical-align: middle; }

.va-bottom {
  vertical-align: bottom; }

.nom {
  margin: 0 !important; }

.nomt {
  margin-top: 0 !important; }

.nomb {
  margin-bottom: 0 !important; }

.noscreen {
  display: none; }

#main {
  width: 910px;
  margin: 0 auto;
  text-align: left; }

#header {
  position: relative;
  height: 100px;
  overflow: hidden; }

#languages {
  text-align: right;
  padding: 10px;
  float: right; }

#logo {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0;
  font-size: 200%;
  letter-spacing: -1px;
  font-weight: normal;
  float: left;
  background-image: url(/images/logos/beecoder_300_2.gif); }
  #logo span {
    font-weight: bold; }
  #logo a {
    text-decoration: none; }

#slogan {
  position: absolute;
  top: 40px;
  right: 15px;
  width: 230px;
  font-size: 120%;
  font-weight: normal;
  font-style: italic;
  text-align: center; }

#nav {
  padding: 0 15px 5px 7px;
  background: url(/images/nav-darkside.gif) 0 100% no-repeat;
  width: 883px;
  height: 40px; }
  #nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #nav ul li {
      display: inline;
      margin: 0;
      padding: 0;
      font-weight: bold; }
      #nav ul li span, #nav ul li a {
        display: block;
        float: left;
        padding: 9px 21px 8px 20px;
        background: url(/images/nav-link.gif) 100% 0 repeat-y;
        width: 121px;
        text-align: center;
        font-size: 1.2em; }
      #nav ul li a {
        text-decoration: underline;
        font-weight: normal; }
        #nav ul li a:hover {
          text-decoration: none;
          font-weight: bold; }

#cols {
  background: url(/images/cols-darkside.gif) 0 0 repeat-y; }

#content {
  float: left;
  width: 655px;
  overflow: hidden; }
  #content #content-title {
    margin: 0;
    padding: 15px 15px 10px 20px;
    background: url(/images/content-title.gif) 0 0 no-repeat;
    font-size: 140%;
    font-weight: normal; }
  #content #content-in {
    padding: 15px 15px 10px 20px; }

#aside {
  float: right;
  width: 255px;
  overflow: hidden; }
  #aside #aside-title {
    margin: 0;
    padding: 15px 15px 10px 15px;
    background: url(/images/aside-title.gif) 0 0 no-repeat;
    font-size: 140%;
    font-weight: normal; }
  #aside .aside-in {
    padding: 10px 10px 0px 10px; }
  #aside .aside-box {
    padding: 10px;
    background: url(/images/aside-box.jpg) 0 0 no-repeat; }
    #aside .aside-box address span {
      display: block; }
  #aside .title {
    margin: 0 5px 0 0;
    padding: 10px 15px;
    background: url(/images/aside-title-02.gif) 0 0 repeat-x;
    font-size: 100%; }

#cols-bottom {
  width: 910px;
  height: 12px;
  background: url(/images/cols-bottom.gif) 0 0 no-repeat;
  font-size: 0; }

#footer {
  width: 870px;
  height: 40px;
  padding: 20px 20px 0 20px;
  background: url(/images/footer.gif) 0 0 no-repeat; }
  #footer p {
    margin: 0; }

#perex {
  margin-left: 5px;
  padding: 15px;
  background: url(/images/perex.gif) 0 100% no-repeat; }
  #perex p {
    margin: 0; }

#sections {
  background: url(/images/sections.gif) 0 0 repeat-y; }

#sections-bottom {
  width: 620px;
  height: 7px;
  background: url(/images/sections-bottom.gif) 0 0 no-repeat;
  font-size: 0; }

.section {
  float: left;
  width: 200px; }
  .section p {
    margin: 0; }
  .section.margin {
    margin: 0 10px; }
  .section h3 {
    margin: 0;
    padding: 5px;
    background: url(/images/section-title.gif) 0 0 no-repeat;
    font-size: 116%;
    text-align: center; }
  .section #agile {
    background: transparent url(/images/agile_200_150.jpg) no-repeat center center; }
  .section #different {
    background: transparent url(/images/diferent_200_150.jpg) no-repeat center center;
    height: 147px;
    border-top: 3px #DADADA solid;
    border-left: 3px #DADADA solid;
    border-right: 3px #DADADA solid; }
  .section #people {
    background: transparent url(/images/people_200_150.jpg) no-repeat center center; }
  .section .photo {
    height: 150px; }

.section-in {
  margin-bottom: 10px;
  padding: 10px;
  height: 87px; }

.services-image{
  float: right;
  margin-top: 20px;
}
.mod_left {
  float: left;
  width: 250px;
  margin-right: 10px; }

.mod_right {
  float: right;
  width: 300px;
  margin-left: 10px; }
#contact, #portfolio, #scrum, .new-content {
  padding: 20px 40px; }
  #contact a,   #portfolio a, #scrum a, .new-content a {
    color: #999; }
  #contact h3,   #portfolio h3, #scrum h3, .new-content h3 {
    font-size: 2em;
    color: #999; }
  #contact span, #contact p,   #portfolio span, #portfolio p, #scrum span, #scrum p, #scrum ul, .new-content p {
    color: #666;
    font-size: 1.2em;
    margin-left: 30px; }
  #contact span,   #portfolio span, #scrum span, .new-content span {
    display: block; }
  #contact #contact_map,   #portfolio #contact_map {
    margin-top: 28px; }
    #contact #contact_map iframe,     #portfolio #contact_map iframe {
      border: 2px solid #CCC; }
/*FIXME, no entiendo porq tenemos 1.1em*/
#services ul{
    color: #666;
    font-size: 1.1em;
    margin-left: 30px;
    list-style-type:square;
}
#scrum ul {
  list-style-type: square;  
}
#scrum li {
  margin-left: 50px;
}

#portfolio h4, #portfolio h5 {
  background: left no-repeat;
  padding-left: 20px; }
  #portfolio h4 a:hover,   #portfolio h5 a:hover {
    color: #CC9900;
    text-decoration: none; }
#portfolio h4 {
  background-image: url(/images/more.gif); }
#portfolio h5 {
  background-image: url(/images/ul-style01.gif); }
#portfolio img {
  border: 2px solid #999; }
#portfolio .project {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%; }
  #portfolio .project .mod_right p {
    margin: 0 0 10px 0; }
/* --------- /stylesheets/scheme-darkside.css --------- */ 
body {
  background-color: #bfbfbf; }

a {
  color: #000; }
  a:hover {
    color: #C90; }

table.table-style01 {
  border: 1px solid #CCC; }
  table.table-style01 th {
    border-right: 1px solid #CCC;
    background: #EFEFEF;
    color: #C90; }
  table.table-style01 td {
    border: 1px solid #DDD; }
  table.table-style01 tr.bg td {
    background: #F5F5F5; }

#languages {
  color: #999;
  font-weight: bolder; }
  #languages a {
    color: #999; }
    #languages a:hover {
      color: #CC9900; }

#logo span {
  color: #FC3; }
#logo a {
  color: #FFF; }

#slogan {
  color: #AFAFAF; }

#nav {
  background-color: #D9D9D9; }
  #nav ul li a {
    color: #555; }
    #nav ul li a:hover {
      color: #000; }
  #nav ul li#nav-active a {
    color: #000; }

#cols {
  background-color: #FFF; }

#content #content-title {
  background-color: #000;
  color: #FC3; }

#aside #aside-title {
  background-color: #000;
  color: #FFF; }
#aside .title {
  background-color: #000;
  color: #FC3; }
  #aside .title a {
    color: #FC3;
    text-decoration: none; }
    #aside .title a:hover {
      color: #FFF;
      text-decoration: underline; }

#footer {
  background-color: #000;
  color: #999; }
  #footer a {
    color: #999; }
    #footer a:hover {
      color: #FFF; }

#perex {
  font-size: 1.4em;
  border-top: 1px solid #2A2A2A;
  background-color: #000;
  color: #CCC; }
  #perex a {
    color: #CCC; }
    #perex a:hover {
      color: #FC3; }

.section h3 {
  background-color: #FFCA2F;
  color: #333; }
  .section h3 a {
    color: #000; }
    .section h3 a:hover {
      color: #FFF; }

.section-in {
  border-bottom: 1px solid #DADADA;
  padding-top: 6px; }

dl#news dd {
  border-bottom: 1px solid #CACACA;
  color: #555; }
  dl#news dd span.date {
    color: #C90; }

.button_image {
  width: 300px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent center top no-repeat;
  text-indent: -1000em; }
