/* COLOR BLAU INICIAL: #009DFF*/
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #C9C9C9;
  background: #111;
  font-family: Helvetica, Arial, sans-serif;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  height: 40px;
  float: left;
  overflow: hidden;
}
a:link, a:active, a:visited, a:focus{
  color: #00A9DC;
  text-decoration: none;
  outline: 0;
}
img{
  border: 0;
  text-decoration: none;
}
#containercolor{
  position:absolute;
  width:100%;
  _height:100%;
  top:0;
  bottom:0;
}
#container{
  position: relative;
  width:100%;
  min-width: 1000px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
#header{
  position: relative;
  width: 100%;
  height: 240px;
  z-index: 2;
}
#logo{
  width:500px;
  height:350px;
  padding:10px;
}
#menu{
  position: relative;
  width:479px;
  height:55px;
  margin-top: 160px;
  z-index: 10;
}
#eslogan{
  position: absolute;
  top: 200px;
  margin-left: 20px;
  font-size: 12px;
}
.subtext{
  padding-top:15px;
}
#idioma a{
  color: #C9C9C9;
}
#serveis,#feines,#contacte{
  cursor:pointer;
}
#serveis{
  margin-right:20px;
}
#feines{
  margin-right:20px;
}
#menu a{
  color: #00A9DC;
}
#content{
  position:relative;
/*  height: 100%;*/
/*  min-height: 600px;*/
  width:100%;
  margin-bottom: 30px;
  color: #C9C9C9;
  text-align:justify;
  z-index: 1;
  display: inline-block;
}
#footer{
  position: fixed;
  width: 100%;
  height: 15px;
  bottom: 0;
  padding-top: 10px;
  font-size: 10px;
  text-align: center;
  background: url(../img/bg_footer.png) repeat-x;
  color: #111;
  z-index: 10;
}
#footer a{
  color: #111;
  border-bottom: 1px solid #111;
}
/* SERVEIS */
#seccioserveis{
  width: 100%;
  display: inline;
}
#scrollserveis{
  position: relative;
  width: auto;
  height: 400px;
  overflow: hidden;
}
#scrollserveis div{
  float: left;
  display: block;
  width: 20000px;
  cursor: pointer;
  font-size: 14px;
}
#scrollserveis .items{
  width: 20000em;
  position: absolute;
  padding: 0;
  margin-top: 20px;
  clear: both;
}
#scrollserveis .items div{
  padding: 20px;
  margin-left: 20px;
  border-top: 1px solid #00A9DC;
  font-size: 16px;
}
#scrollserveis .items div li{
  clear: both;
}
#serveisbg{
  position: absolute;
  right: 0;
  margin-top: 21px;
}
/* FEINES */
#secciofeines{
  width: 100%;
  display: inline;
}
#scrollmain {
  position: relative;
  overflow: hidden;
  height: 560px;
}
#scrollserveis, #scrollmain, x:-moz-any-link, x:default{
  margin-left: 200px;
}
#pages {
  position:absolute;
  height:20000em;
}
.page {
  padding: 5px;
}
.scrollable {
  position:relative;
  overflow:hidden;
  width: 20000em;
  height: 635px;
  font-size: 12px;
}
.scrollable a.link{
  margin-left: 10px;
}
.scrollable .items {
  width:20000em;
  position:absolute;
  clear:both;
}
.item {
  float:left;
  cursor:pointer;
  width: 730px;
  height: 635px;
  padding:10px;
}
#main_nav {
  position: relative;
  width: 190px;
  top: 0;
  margin-top: 0;
  margin-left: 10px;
}
#main_nav ul {
  height: 550px;
}
#main_nav li {
  background-color:#111;
  border-bottom: 1px solid #C9C9C9;
  clear: both;
  color: #C9C9C9;
  font-size: 12px;
  height: auto;
  list-style-type: none;
  padding: 10px 5px;
  width: 190px;
  cursor: pointer;
  text-align: left;
}
#main_nav li:hover {
  border-color: #00A9DC;
  border-bottom-style: dotted;
}
#main_nav li.active {
  border-color: #00A9DC;
}
#scrollmain div.navi {
  margin-left:250px;
  cursor:pointer;
}
.descripcioprojecte{
  font-size: 11px;
}
.info{
  width: 740px;
  height: 10px;
}
.info a.link{
  float: left;
}
.detalls{
  position: relative;
  float: right;
  z-index: 1000;
}
/* SECCIO CONTACTE */
#secciocontacte{
  width: 100%;
  display: inline;
}
#resultat{
  height: 20px;
  color: #00A9DC;
}
.contactform table{
  padding-top: 30px;
  padding-left: 40px;
  color: #C9C9C9;
  font-size: 12px;
}
input, textarea, select{
  background: #111;
  border: 0;
  border-bottom: 1px solid #00A9DC;
  color: #C9C9C9;
  outline-color: transparent;
}
textarea, input[type="button"]{
  border: 1px solid #00A9DC;
}
input:hover, textarea:hover{
  border-style: dotted;
}
