html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#home, #intro, #serveis, #entorn, #contacte, #com-arribar {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

#header {
  background-image: url(img/mar.jpg);
  height: 30%;
}

#bodycontent {
  width: 100%;
  height: 35%;
  text-align: center;
}

img#logo {
}

#footer {
  background: url(img/sorra.jpg);
  position: absolute;
  bottom: 0;
  height: 35%;
  width: 100%;
  text-align: center;
}

#cat, #esp {
  position: relative;
  top: 25px;
  margin: 0 3px;
}

#peu {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: Helvetica, sans-serif;
  line-height: 1.4em;
  color: #395963;
}

#home a:link,
#home a:visited {
  color: transparent;
  border-color: white;
}

#home img:focus,
#home img:hover,
#home img:active {
  color: #395963;
  border-color: #395963;
}


/**** intro ****/
#serveis-tot {
  width: 980px;
  margin: 15px auto 0;
  position: relative;
  top: -10px;
}

.serveis {
  float: left;
  text-align: left;
  margin: 0 5px;
}

.serveis-tit {
  font-family: Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size: 1.25em;
  position: relative;
  left: 10px;
  top: 13px;
}

.foto {
  position: relative;
  top: 25px;
  margin: 0 10px;
}

#intro a:link,
#intro a:visited {
  color: #395963;
  text-decoration: none;
}

#intro a:focus,
#intro a:hover,
#intro a:active {
  color: black;
}

#intro a:link img,
#intro a:visited img {
  color: transparent;
}

#intro a:focus img,
#intro a:hover img,
#intro a:active img {
  color: transparent;
}


					/**** comuns ****/
#menu a {
  font-family: Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size: 1.2em;
  margin: 0 59px;
}

#menu a:link,
#menu a:visited {
  color: #395963;
  text-decoration: none;
}

#menu a:focus,
#menu a:hover,
#menu a:active {
  color: black;
}

#serveis #header,
#entorn #header,
#contacte #header,
#com-arribar #header {
  height: 15%;
}

#serveis #bodycontent,
#entorn #bodycontent,
#contacte #bodycontent,
#com-arribar #bodycontent {
  height: 65%;
  width: 1016px;
  margin: 2% auto 0;
  position: relative;
  text-align: left;
}

#serveis img#logo,
#entorn img#logo,
#contacte img#logo,
#com-arribar  img#logo {
  float: left;
}

#serveis #logo,
#entorn #logo,
#contacte #logo,
#com-arribar #logo {
  padding-left: 50px;
}

#serveis #footer,
#entorn #footer,
#contacte #footer,
#com-arribar #footer {
  height: 12%;
}

#serveis #menu,
#entorn #menu,
#contacte #menu,
#com-arribar #menu {
  width: 100%;
  background-color: white;
  height: 25px;
  position: relative;
  top: 80%;
  text-align: center;
  border-bottom: 3px solid #395963;
}

#serveis #foto,
#contacte #foto,
#com-arribar #foto {
  float: left;
}

#serveis #text,
#contacte #text {
  width: 485px;
  float: left;
  margin-left: 40px;
  font-family: Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size: 0.890em;
  position: relative;
  top: -17px;
}

#contacte #text {
  width: 350px;
  margin-left: 130px;
}

#serveis #text h1,
#entorn #text h1,
#contacte #text h1 {
  color: #395963;
  font-family: Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size: 1em;
}

					/**** no comuns ****/
#serveis #cuadre {
  font-size: 0.8em;
  border: 1px solid black;
}

#contacte #cuadre {
  font-size: 0.8em;
  border: 1px solid black;
  width: 285px;
  padding: 10px;
}

#com-arribar #mapa {
  float: left;
  margin-left: 125px;
}


					/**** entorn ****/
#slideshow1 {
    position:relative;
    height: 250px;
}

#slideshow1 div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 250px;
    background-color: white;
}

#slideshow1 div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 div.last-active {
    z-index:9;
}

#slideshow1 div img {
    height: 250px;
    display: block;
    border: 0;
}


#entorn #fotos {
  float: left;
  margin-left: 10px;
}

#entorn #text {
  float: right;
  width: 420px;
  font-family: Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size: 0.890em;
  position: relative;
  top: -17px;
  left: -25px;
}

#entorn #text a {
  position: relative;
  top: -36px;
  right: -170px;
}

#entorn #text a:link,
#entorn #text a:visited {
  color: #395963;
  text-decoration: none;
}

#entorn #text a:focus,
#entorn #text a:hover,
#entorn #text a:active {
  color: black;
}

