/*estil.css*/
/*
colors
fons #ffefd5
text #8b4513
text #8b0000
opcio seleccionada: #d2691e
*/


* { padding: 0;
    margin: 0;
  }
html, body {
  height: 100%;
  }
body {
  background-color: #ffefd5;
  color:#8b0000;
  font-family: "Helvetica", sans-serif;
  font-size: 0.9em;
  }
#contenidor {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  }
#esquerra {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background-image: url("./imatges/logo.gif");
  background-repeat: no-repeat;
  background-position: top center;  
  }
#contingut {
  position: absolute;
  top: 0;
  left: 10%;
  width: 70%;
  height: 100%;
  }
  
#mMenu {
  margin: 2em 0.5em 0 0.5em;
  padding: 0.2em;
  }    
#mMenu ul {
  margin: 0; 
  padding: 0;
  list-style-type: none;
  text-align: center;
  }
#mMenu ul li {
  display: inline;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 2em;
  }
#mMenu ul li a {
  color: #ffefd5;
  text-decoration: none;
  padding: .2em 1em;
  background-color: #8b0000;
  border: 2px solid #ffefd5;
  font-size: 90%;
  font-family: arial, sans-serif;
  font-weight:bold;
  font-style: italic;
  }
#mMenu ul li a:hover {
  background-color: #ad0000;
  border: 2px solid #ad0000;
  }
#mMenu ul li a.cur {
  background-color: #ce0000;
  }

#text {
  margin: 2em 0 2em 2em;
  height: 100%;
}
#text p.noteta {
	font-size: 80%;
}
#espai-lliure {
  position: fixed;
  top: 0;
  left: 80%;
  width: 20%;
  height: 100%;
  background-image: url("./imatges/dreta2.jpg");
  background-position: 0% 100%;
  background-repeat: no-repeat;
}
#peu {
  float: left;
  clear: both;
  width:100%;
  height: 0em;
  text-align: center;
  background-color: #f5f599;
  display: none;
}

