#elText {
  margin-left: 2em;
}
#transport {
  width:65%;
  float:left;
}
#transport ul {
  margin-left: 1em;
}
#transport ul li {
  list-style-type: none;
}
#transport ul.comanar>li {
  display: inline
}
#elmapaBCN {
  width:80%;
  /*float:left;*/
  clear: left;
  margin-left: 5em;
  margin-top: 2em;
}
#elmapaBCN img {
  width: 100%;
  margin-top: 2em;
}
.formerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px 0;
}
div.formerror {
  width: 80%;
}
div.formerror li {
  list-style-type: none;
  margin-left: 2em;
}
.errortext {
  padding-left: 5em;
  font: bold smaller sans-serif;
}
#elform {
  /*float: left;
  clear: both;*/
  width: 100%;
  margin: 2em 0 2em 2em;
  font-size:1em;
  font-family: "Helvetica",sans-serif;
}
#elform p {
  margin-top: 0.5em;
}
#elform p.butons {
  text-align: center;
}
#elform p.llista {
  margin-left: 2em;
}
#elform fieldset {
  width: 80%;
  margin-top: 2em;
  padding: 1em 0 1em 0;
}
#nom, #cognoms, #telefon, #email {
  width: 25em;
}
 #Comentari  {
  width: 31em;
}
label {
  width: 5em;
  text-align: right;
  float: left;
  margin-left: 4em;
}
p.msg {
  color: red;
  font-weight: bold;
}
ul.enllacos {
  margin-top: 2em; 
}
ul.enllacos li {
  list-style-type: none;
}
a.anar {
  font-size: 80%;
  margin-left: 25em;
}


