body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: white;
  background: black;
  background-image: url("./imatges/portada.jpg");
  background-repeat: no-repeat;
  background-position: top, center;
  background-attachment: fixed;
  }
#contenidor {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-family: sans-serif;
  width: 100%;
  height: 100%;
  }
#text {
  margin-top: 6em;
  margin-left: 4em;
}
#text p {
  font-weight: bold;
  }
#text p.contacte {
	margin-top: -1em;
	font-weight: normal; 
	font-size: 0.8em;
}
#text p.enrera {
	margin-top: 1em;
	font-weight: normal; 
	font-size: 0.8em;
}
#text ul {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
#text ul li {
  list-style-position: inside;
  list-style-type: none;
}
#text a {
  color: white;
  text-decoration: none;
}
#text a:hover {
  color: silver;
}
span.cometes {
  font-weight:bold;
}
/* aplicar juntament amb 'cometes' per a l'exposició en curs */
span.actual {
  color: yellow;
}

