/* General */
body {font-family: Arial, Verdana, sans-serif; background-color: #ffebdc; text-align: center}
div.mg {width: 750px; margin: 0px auto; text-align: left}
td {font-size: 15px}

/* Capçalera */
table.t {width: 100%}
td.t1 {width: 10%}
td.t2 {width: 60%}
td.t3 {width: 30%}
img.m {border: none}
a.t {color: #992626; text-decoration: none; font-weight: bold}
a:hover.t {text-decoration: underline}

/* Formularis */
table.f {width: 70%; margin-left: 15%; border: none}
td.fo1 {color: #992626; text-align: left; font-weight: bold}
td.fo2 {text-align: center}
td.fo3 {text-align: center}
p {font-size: 15px; color: #806000; text-align: justify}

/* Llista de grups */
table.ll {width: 90%; margin-left: 5%}
td.t {font-weight: bold; color: #992626}
td.ll {background-color: #cc3300; padding-left: 15px; width: 50%}
a.g {color: white; font-size: 15px; font-weight: bold; text-decoration: none; line-height: 18px}
a:hover.g {text-decoration: underline}

/* Llista d'unitats */
table.llu {width: 70%; margin-left: 15%}
td.tu {color: #992626; font-weight: bold}
td.llu {background-color: #cc3300; padding-left: 15px}
a.u {color: white; font-size: 15px; font-weight: bold; text-decoration: none; line-height: 18px}
a:hover.u {text-decoration: underline}

/* Unitats individuals */
table.u {width: 76%; margin-left: 12%; border: medium dotted #cc3300; background-color: white; border-collapse: collapse}
p.u {font-size: 15px; color: black; padding: 8px; text-align: justify}
img.u {float: right; margin: 12px}


