/*estil.css*/
* { padding: 0;
    margin: 0;
}
html, body {
  height: 100%;
}
body {
  height: 100%;
  background-color: #ffffff;
  color:#333366;
  font-family: "Helvetica", sans-serif;
  font-size: 0.9em;
}
#contenidor {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#menu-lateral {
  background-image: url("imatges/senyoratres.jpg");
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
}
#contingut {
  background: white;
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 100%;
}
#capsal {
  background-color: #9fd4fc;
  position: fixed;
  top: 0;
  left: 15%;
  height: 90px;
  width: 70%;
  z-index: 2;
}
#capsal h1 img {
  width: 600px; 
  height: 90px;
}
H1.H1Grafic {
  width:100%;
  height: 90px;
  margin:0;
  padding:0;
}
H1.H1Grafic img {
  width: 80%;
}
#xixa { 
  position: absolute;
  top: 90px;
  left: 0px;
  height: 100%;
  width: 100%;
}
#text li {
  list-style-type: none;
}
#espai-lliure {
  background-color: #9fd4fc;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 85%;
  width: 15%;
  height: 100%;
  text-align: center;
  background-image: url("./imatges/esquerra.jpg");
  background-position: 0 0;
  background-repeat: repeat-Y;
  z-index: 4;
}
#espai-lliure a img{
  border:0;
}
#espai-lliure img {
  margin-top: 4em;
  margin-left: 2em;
}
#adreces {
  float:left;
  margin: 2em 0 0 2em;
  padding: 0;
  font-size: 0.6em;
  color:#cc0033;
  }
#adreces ul {
  margin-left: 1em;
  list-style-position: outside;
  list-style-type: none;
}
#botonera {
  background-color: #9fd4fc;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 85%;
  margin-top: 22em;
  width: 14.9%;
  height: 100%;
  text-align: center;
  background-image: url("./imatges/esquerra.jpg");
  background-position: 0 0;
  background-repeat: repeat-y;
  z-index: 5;
}
#botonera ul {
  list-style-type: none;
}
#botonera input { 
	width: 10em; 
}
#botons {
	margin-top: 3em;
}
#peu {
  float: left;
  clear: both;
  width:100%;
  height: 0em;
  text-align: center;
  /*background-color: #f5f599;*/
  display: none;
}
#enganxina {
  margin-top: 4em;
}
span.parla { 
  border-bottom: 1px dashed #ff0000;
  cursor: help;
}
dt {
  font-weight: bold;
}
ul.enllacos {
  margin-top: 2em; 
}
a.anar {
  font-size: 80%;
  margin-left: 25em;
}
a.ext { 
  background: url(imatges/extern.png) center right no-repeat;
  padding-right: 2em;
}

