/*estil.css*/
* { padding: 0;
    margin: 0;
}
html, body {
  height: 100%;
}
body { 
  background-color: #f5f599;
  color:#333366;
  font-family: "Helvetica", sans-serif;
  font-size: 0.9em;
}
#contenidor {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  background-image: url("./imatges/esquerra.jpg");
  background-position: 15.15% 0;
  background-repeat: repeat-Y;
  height: 100%;
  width: 100%;
}
#menu-lateral {
  background-color: #f5f599;
  background-image: url("imatges/sid3.gif");
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width:15%;
  height: 100%;
}
#contingut {
  background: white;
  background-image: url("./imatges/esquerra.jpg");
  background-position: 0 0;
  background-repeat: repeat-Y;
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
}
#capsal { 
  width: 100%;
  background:#f5f599;
  background-image: url("./imatges/esquerraGroc.jpg");
  background-position: 0 0;
  background-repeat: repeat-Y;
  clear: right;
}
#capsal h1 img {
  margin-left: 10px;
}
#xixa {
  margin-top: 2em;
  margin-left: 10px;
  margin-right: 10px;
}
H1.H1Grafic { 
  width:100%;
  margin:0;
  padding:0;
}
H1.H1Grafic img { 
  width: 80%;
}
#mMenu {
  background-color: #f5f599;
  margin: 3em 1em 0 0;
  padding:.2em;
}    
#mMenu ul {
  margin: 0; 
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#mMenu div.opT {
  width: 80%;
  height: 1.5em;
  background: yellow;
}
#mMenu li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#mMenu a {
  display: block;
  width: 80%;
  text-decoration: none;
  padding: .2em 1em;
  color: #fff;
  background-color: #036;
  font-size: 90%;
  font-family: arial, sans-serif;
  font-weight:bold;
  font-style: italic;
}
#mMenu img {
  padding: 0;
  margin: 0;
  height: 65px;
}
#mMenu a:hover {
  color: #fff;
  background-color: #369;
}
#mMenu a:hover span.P {
  background-color: #369;
}
#mMenu a.cur {
  background-color: #c03; 
 }
#mMenu span.P {
  background-color: #036;
}
#mMenu ul li a.cur span.P {
  background-color: #c03;
}
#espai-lliure {
  background-color: #f5f599;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 85%;
  width: 14.9%;
  height: 100%;
  background-image: url("./imatges/esquerraGroc.jpg");
  background-position: 0 0;
  background-repeat: repeat-Y;
}
#espai-lliure #adreces {
  float:left;
  width: 100%;
  margin: 2em 0 0 2em;
  font-size: 0.6em;
  color:#cc0033
}
#espai-lliure #adreces ul {
  list-style-type: none;
}
#espai-lliure #adreces img {
  margin-top: 1em;
}
#espai-lliure #llista {
  width:100%;
  float: left;
  clear: left;
  margin-top: 1em;
}
#espai-lliure #llista h2 {
  font-size: 1em;
  margin-left: 1em;
  margin-top: 1em;
}
#espai-lliure #llista li {
  margin-left:2em;
  list-style: none;
}
#espai-lliure #llista p {
  font-size:0.9em;
  text-align: left
}
#espai-lliure #llista span {
  font-size:0.9em;
  color: blue;
}
#espai-lliure #llista a.ext { 
  font-size:0.9em;
  background: url(imatges/extern.png) center right no-repeat;
  padding-right: 12px;
}
#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;
}
#text li {
  list-style-type: none;
}
ul.enllacos {
  margin-top: 2em; 
}
a.anar {
  font-size: 80%;
  margin-left: 25em;
}
p {
  text-align: justify;
}