/*index.css*/
#contenidor {
  overflow: hidden;
  width: 100%;
  height:100%;
  background-image:url("imatges/fons.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
#contingut {
  background-color: transparent;
  width:100%;
  margin-left:0;
}
#capsal {
  width: 100%;
  background: #9fd4fc;
  left: 0;
}
#h1 {
  width: 75%;
  float: left;
}
#capsal h1 img {
  height: 90px;
}
H1.H1Grafic {
  height: 90px;
}

#xixa {
  visibility: hidden;
  top: 80px;
  background-color: transparent;
  width: 100%;
}
#butonsIdioma {
  float: left;
  height: 100%;
  width: 25%;
  margin-top: 0em;
  text-align: left;
}
form {
  margin-top: 1em;
}
fieldset {
  border: none;
}
input.btn { 
	width: 12em; 
}

