/* Totes les vinyetes amb punt */
#content table.intro li, #content ul.fletxa_esq li, #content ul.sumari_llista li {
    background-image: none;
    list-style: disc;
}
/* Tots els paràgrafs justificats i sense subratllat*/
p {
 text-align: justify;
 text-justify: inter-word;
 text-decoration: none !important;
}
/* Subratllat CTRL+u eliminat */
span {
 text-decoration: none !important;
}
/* Subratllat dels enllaços eliminat */
a {
 text-decoration: none !important;
}
/* Capçalera 1 - Vermella */
table .taucap {
  color: #FFFFFF;
  background-color: #c8102e;
}
/* Capçalera 2 - Gris fosc */
table .tautit {
  color: #FFFFFF;
  background-color: #707070;
}
/* Capçalera classe subtotal -  Gris menys fosc */
table .subtotal {
  background-color: #b3b3b3;  
  font-weight: bold;
  color: #ffffff; 
}
/* H1 amb estil cridaner */
#content h1 {
    font-size: 200%;
    font-family: monospace;
    color: blue;
    background: orange;
    padding: 20px;
    line-height: 20px;
}
/* H1 amb warning */
#content h1::before {
   content: "< AVÍS: CANVIAR H1 PER H2!!! > "
}