body {
  background-color: #e2e2e2;
  color: #1d1313;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  outline: none !important;
  color: #d22042;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s; }

a:hover {
  text-decoration: underline; }

p {
  line-height: normal;
  margin: 0; }

.row {
  max-width: none; }

.container {
  position: relative;
  *width: 900px;
  max-width: 900px;
  margin: 0 auto; }

/* RECURS */
.cb {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0; }

/* HEADER */
#header {
  margin-bottom: 40px;
  padding: 20px;
  border-bottom: 1px solid #2e2e2e; }

/* CONTENT */
/* FORMULARI */
.form li {
  margin-bottom: 10px; }
.form .label {
  display: block;
  line-height: 32px;
  font-size: 14px; }
.form .input {
  width: 100%;
  height: 32px;
  padding: 4px 10px;
  border: 1px solid #bbb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
  outline: none;
  resize: none;
  color: #333;
  font-size: 14px; }
  .form .input.error {
    border-color: #FFA1A1;
    background-color: #FFE7E7;
    color: #DB153F; }
.form .lopd {
  display: block;
  /*font-size:11px;*/ }
  .form .lopd input[type="checkbox"] {
    margin-right: 6px;
    vertical-align: -2px; }
.form .mt {
  margin-top: 28px;
  font-size: 11px; }
.form .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  border: none;
  background-color: #1d1313;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s; }
  .form .btn:hover {
    background-color: #d22042;
    text-decoration: none; }

/* Formularis */
.form_error {
  padding: 1em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px rgba(255, 255, 255, 0.75);
  border: solid 1px #bd9191;
  background-image: -webkit-linear-gradient(top, #fbe3e4, #ecc5c7);
  background-image: -moz-linear-gradient(top, #fbe3e4, #ecc5c7);
  background-image: -o-linear-gradient(top, #fbe3e4, #ecc5c7);
  background-image: -ms-linear-gradient(top, #fbe3e4, #ecc5c7);
  background-image: linear-gradient(to bottom, #fbe3e4, #ecc5c7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe3e4', endColorstr='#ecc5c7');
  text-shadow: 0 1px #fefdf2;
  color: #855757;
  font-size: 0.9em;
  margin-bottom: 2em;
  line-height: 1.2; }

.dades {
  margin: 1em 0; }

.dades table {
  margin: 1em 0.5em 0.5em 2em; }

.dades td {
  padding: 0.25em 2em 0.25em 0.25em; }

.dades ul, .form_error ul {
  margin: 1em 0.5em 0.5em 2em;
  list-style: disc; }

.dades li, .form_error li {
  margin: 0.25em; }

.titol {
  background: #000;
  color: #fff;
  padding: 0.7em 1em;
  margin: 2em 0 1em 0; }
