body {
  margin: 0px;
  background-color: #DDDDDD;
  font: 90% sans-serif, 'Trebuchet MS', Verdana, Georgia, Arial;
}

h1 {
  color: #333333;
  font-size: 36px;
  margin-bottom: 10px;
}

h2 {
  color: #F1482B;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
}

h3 {
  color: black;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 5px;
}

a {
  color: #F1482B;
  text-decoration: none;
  border-bottom: 1px dotted #F1482B;
}

a:hover {
  color: #F1482B;
  text-decoration: none;
  border-bottom: 1px solid #F1482B;
}

p {
  font-size: 16px;
  text-align: justify;
}

hr {
  border: 0;
  width: 100%;
  height: 2px;
  color: #333333;
  background-color: #333333;
}

a strong {
/*  background-color: #EEEEEE;*/
}

#contacte p {
  font-size: 16px;
}

.descripcio {
  color: black;
/*  text-decoration: none;
  border-bottom: 1px dotted #F1482B;*/
}

/*.descripcio a:hover {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #F1482B;
}*/

.activitat {
 /**/
}

#header {
  background-color: #DDDDDD;
  color: black;
  text-align:center;
  height: 220px;
}

#columna_ext {
  background-color: #FFFFFF;
  width: 775px;
  margin-left: auto;
  margin-right: auto;
}

#menu {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
}

#menu a {
  color: black;
  border-bottom: 6px solid #DDDDDD;
  border-top: 6px solid white;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

#menu a:hover {
  background-color: #DDDDDD;
  color: black;
  border-bottom: 6px solid #DDDDDD;
  border-top: 6px solid #DDDDDD;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

#menu b a {
  color: black;
  border-top: 6px solid white;
  border-bottom: 6px solid #F1482B;
  text-decoration: none;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

#menu b a:hover {
  background-color: white;
  color: black;
  border-bottom: 6px solid #F1482B;
  border-top: 6px solid white;
  text-decoration: none;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

#contingut {
  background-color: #FFFFFF;
  width: 775px;
  margin-top: 10px;
  font-size: 12px;
}

#contingut div {
  margin-left: 30px;
  margin-right: 30px;
}

#contingut p {
  margin-left: 8px;
  margin-right: 20px;
}

#contingut h3 {
  margin-top: 20px;
}

#contingut table {
  /*border: 1px solid #DDDDDD;*/
}

#lang {
  color: gray;
  text-align: right;
  font-size: 10px;
}

