.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix,li { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.cb {
  clear: both;
}

p.cb {
  height: 0;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
}

a img {
  border: none;
}

body {
  color: #333;
  font-family: arial;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  background-color:#2B2B2B;
}

buton,input,select,textarea {
  font-family: arial;
  font-size: 11px;
}

button {
  background: url(../img/backgrounds/arrow.gif) no-repeat;
  border: none;
  cursor: pointer;
  height: 10px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -999em;
  width: 14px;
}

button:hover {
  background-position: left bottom;
}

.info {
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -999em;
  width: 52px;
}

.info:hover {
  background-position: left bottom;
}

/* Body */

#cuerpo {
  clear: both;
  float: none;
  height: auto;
  margin: auto;
  width: 964px;
  background-color:#fff;
}

  #main {
    height: auto;
    width: 964px;
  }

    #izq {
      float: left;
      height: auto;
      width: 255px;
    }

    #contenido {
      float: left;
      height: auto;
      margin-left: 55px;
      margin-top: 40px;
      width: 654px;
    }


/* Menu */

    #menu {
      background: url(../img/backgrounds/menu.gif) repeat-y;
      height: auto;
      width: 255px;
    }

    #menu ul {
      height: auto;
      margin: 0 0 10px 32px;
      padding: 0;
      width: 200px;
    }

    #menu li {
      background: url(../img/backgrounds/menu_item.gif) no-repeat center bottom;
      font-size: 12px;
      list-style: none;
    }

    #menu li a {
      color: #333;
      display: block;
      padding: 6px 0 6px 25px;
      text-decoration: none;
    }

    #menu li a:hover, #menu li .activado {
      color: #0D8480;
      text-decoration: none;
    }

    #menu li.active{
      color: #0D8480;
    }
    #menu li.active a {
      background: url(../img/backgrounds/arrow_on.gif) no-repeat left center;
      color: #0D8480;
      font-weight:bold;
    }

    #menu li.active li a {
      background: none;
      color: #333;
      font-weight:normal;
    }

    #menu li.selected a:hover {
      color: #0D8480;
      text-decoration:none;
    }
    #menu li.selected .active {
      background: #F1F1F1;
    }
    #menu li.selected .active a{
      color: #0D8480;        
    }

    #menu li ul {
      margin: 0;
      padding: 0 0 6px 20px;
    }

    #menu li li {
      background: none;
      font-size: 11px;
    }

    #menu li li a {
      padding: 2px 4px;
    }

    #menu li li.selected a {
      background: #F1F1F1;
    }

    #menu #pieMenu {
      background: url(../img/backgrounds/menu_footer.png) no-repeat;
      height: 60px;
      width: 255px;
    }


/* Banners */

    #izq .banners {
      height: auto;
      margin-bottom: 10px;
      padding: 0 15px;
      width: 225px;
    }

    #izq .banners a {
      background-repeat: no-repeat;
      background-position: left top;
      display: block;
      margin-top: 4px;
      overflow: hidden;
      text-indent: -999em;
      width: 225px;
    }

    #izq .banners .hygienic {
      background-image: url(../img/banners/hygienic.jpg);
      height: 101px;
    }

    #izq .banners .hygienic:hover {
      background-position: left bottom;
    }

    #izq .banners .processing {
      background-image: url(../img/banners/processing.jpg);
      height: 96px;
    }

    #izq .banners .processing:hover {
      background-position: left bottom;
    }

    #izq .banners .hygenius {
      background: url(../img/banners/hygenius.jpg) no-repeat left top;
      height: 91px;
    }

    #izq .banners .hygenius:hover {
      background-position: left bottom;
    }


/* Header */

#header {
  clear: both;
  float: none;
  height: 150px;
  margin: auto;
  width: auto;
}

.inici #header {
  background: url(../img/backgrounds/capHome.jpg) top center no-repeat;
}

  #header .content {
    clear: both;
    float: none;
    height: 150px;
    margin: auto;
    width: 964px;
  }

  #logo {
    background: url(../img/backgrounds/logo_bg.png) no-repeat center center;
    float: left;
    height: 150px;
    margin: 0;
    padding: 0 28px 0 29px;
    width: 198px;
  }

  #logo a {
    background: url(../img/backgrounds/logo.png) no-repeat center center;
    display: block;
    height: 67px;
    margin-top: 40px;
    overflow: hidden;
    text-indent: -999em;
    width: 198px;
  }

  #cercador form {
    position: relative;
  }

  #cercador button {
    right: 4px;
    top: 3px;

    *top: 4px;
    _right: 14px;
    _top: 4px;
  }

  #cercadorLang {
    float: left;
    height: 42px;
    width: 709px;
  }

  #cercadorLang #cercador {
    float: left;
    height: 17px;
    margin-top: 10px;
    padding-right: 10px;
    text-align: right;
    width: 600px;
  }

    .inputCercador {
      background: url(../img/backgrounds/search.gif) no-repeat center center;
      border: 0;
      color: #808080;
      font-size: 10px;
      height: 14px;
      padding: 2px 20px 0 8px;
      width: 150px;
    }

  #cercadorLang #idiomas {
    float: left;
    height: 17px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    width: 81px;
  }

  #idiomas li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width:25px;
    height:17px;
  }

  #cercadorLang #idiomas a {
    background-position: left bottom;
    background-repeat:  no-repeat;
    display: block;
    float: left;
    height: 17px;
    margin-right: 4px; _margin-right: 2px;
    overflow: hidden;
    text-indent: -999em;
    width: 23px;
  }

  #cercadorLang #idiomas a.ca {
    background-image: url(../img/flags/ca.gif);
    background-position: left top;
  }

  #cercadorLang #idiomas a.es {
    background-image: url(../img/flags/es.gif);
    background-position: left top;
  }

  #cercadorLang #idiomas a.uk {
    background-image: url(../img/flags/uk.gif);
    background-position: left top;
  }

  #cercadorLang #idiomas a:hover,#cercadorLang #idiomas a.selected {
    background-position: left bottom;
  }

  .titulos {
    background: url(../img/backgrounds/dotted.gif) repeat-x left bottom;
    color: #0D8480;
    font-size: 12px;
    height: 20px;
    margin-left: 20px;
    width: 580px;
  }

  .titles_img,.titles_img_dotted,.titles_img2,.titles_noimg {
    color: #0D8480;
    font-size:  32px;
    padding-left: 20px;
  }

  .titles_img {
    background: url(../img/backgrounds/titles_img.gif) no-repeat left center;
  }

  .titles_img_dotted {
    background: url(../img/backgrounds/titles_img_dotted.gif) no-repeat left bottom;
  }

  .titles_img2 {
    background: url(../img/backgrounds/titles_img2.gif) no-repeat left center;
  }

  .titles_noimg {
    background: url(../img/backgrounds/titles_noimg.gif) no-repeat left center;
  }

  .title {
    color: #00727E;
    font-size: 14px;
    font-weight: bold;
  }

  .highlight {
    color: #00727E;
  }

  .trioProd {
    height: auto;
    margin-left: 20px;
    width: auto;
  }

  .trioProd .titulos {
    margin-left: 0;
    width: auto;
  }

  .trioProd a img {
    border: 1px solid #fff;
  }
  .trioProd a:hover img {
    border: 1px solid #0D8480;
  }

  .trioProd a.prod {
    background: url(../img/backgrounds/arrow_gray.gif) no-repeat 0px 3px;
    display: block;
    color: #000;
    margin: 0 8px;
    text-decoration: none;
    text-indent: 23px;
  }

  .trioProd a.prod:hover {
    background-position: left -17px;
    color: #0D8480;
  }

  .trioProd .right a,.trioProd .right a:link,.trioProd .right a:hover {
    color: #00727E;
    text-decoration: none;
  }

  .trioProd span {
    color: #00727E;
    font-weight: bold;
  }

  .trioProd .imagenProd {
    float: left;
    min-height: 100px;
    text-align: center;
    width: 178px;
  }

  .trioProd .left,.trioProd .right {
    float: left;
    margin-top: 30px;
    width: 50%;
  }

  .inici .trioProd .left {
    margin-right: 90px;
    width: 250px;
  }

  .inici .trioProd .right {
    width: 233px;
  }

  .trioProd.situacio .left,.trioProd.situacio .right {
    margin-top: 5px;
  }

  .trioProd img,.trioProd b {
    display: block;
    margin: 0 auto 5px auto;
  }

  .trioProd ul,.trioProd li {
    margin: 0;
    padding: 0;
  }

  .trioProd li {
    background: url(../img/backgrounds/dotted.gif) repeat-x left bottom;
    list-style: none;
    margin: 6px 0;
    padding: 5px 0;
  }

  .trioProd .right li span {
    background: #00727E;
    color: #FFF;
    display: block;
    margin-bottom: 3px;
    padding: 1px;
    text-align: center;
    width: 35px;
  }

  .trioProd .left p {
    margin-right: 0;
  }

  .trioProd .btn_home {
    background: url(../img/backgrounds/home_buttons.gif) no-repeat center center;
    float: left;
    /*height: 61px;*/
    overflow: hidden;
    width: 180px;
  }

  .trioProd p {
    margin-right: 23px;
    text-align: justify;
  }

  .spacer {
    margin-right: 23px;
  }

  .trioProd .btn_home div {
    margin-left: 40px;
  }

  .trioProd .btn_home .titulo {
    color: #4C4C4C;
    font-size: 18px;
    margin-left: 7px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .trioProd .btn_home .detalle {
    color: #1A1A1A;
    font-size: 10px;
  }

  .trioProd .btn_home .serie {
    color: #008A85;
    font-size: 11px;
  }

  .fotoHome {
    margin: 0 0 20px 0;
  }

  

#contenido .right ul a {
  color: #000;
  display: block;
  padding: 1px 2px;
  text-decoration: none;
}

#contenido .right ul a:hover {
  /*background: #F1F1F1;*/
  color:#0D8480;
}


/* Footer */

#footer {
  background: url(../img/backgrounds/footer.gif) repeat-x left top;
  height: 114px;
  /*margin-top: 40px;*/
  width: auto;
}

#footer .content {
  clear: both;
  color: #A6A6A6;
  float: none;
  font-size: 12px;
  height: 104px;
  margin: auto;
  padding-top: 10px;
  width: 964px;
}

#footer p {
  margin: 0;
  padding: 13px 0;
  position: relative;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

#footer span {
  color: #FFF;
}

#footer span a {
  color: #BBB;
  text-decoration: underline;
}

#footer .left {
  float: left;
  width: 560px;
}

#footer .right {
  float: left;
  text-align: right;
  width: 400px;
}
#footer .right p{
    text-align:right;
}

#footer .right a {
  margin-left: 10px;
}

#credits {
  background: url(../img/backgrounds/credits.gif) repeat-x center center;
  display: block;
  height: 26px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  text-indent: -999em;
  width: 60px;
}

.support {
  background: url(../img/backgrounds/support.jpg) top center no-repeat;
  height: 71px;
  overflow: hidden;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  /*text-indent: -999em;*/
  width: 613px; _width: 600px;
  display:block;
  color:#fff;
  text-decoration:none;
}
.support h1{
    padding:13px 0px 0px 43px;
    margin:0px;
    font-size:27px;
    letter-spacing:2px;
    font-weight:normal;
    text-decoration:none;
}
.support h3{
    padding:0px 0px 0px 45px;
    margin:0px;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
}
.support:hover {
    background-position: bottom center;
    color:#1B678B;
    text-decoration:none;
}