body	{
	/* TIPOGRAFIA */
	/* serif, sans-serif, cursive, fantasy, monospace */
	font-family: sans-serif;
	/* normal, italic, oblique */
	font-style: normal;
	/* normal, small-caps */
	font-variant: normal;
	/* normal, bold, bolder, lighter, 100, 200, 300, 400, 500, 600, 700, 800, 900 */
	font-weight: normal;
	/* 10pt */
	/* larger, smaller */
	/* 150% */ /* Percentatge relatiu a la mida del moment */
	/* 1.5em */ /* Factor relatiu a la mida del moment */
	font-size: 11pt;
	/* aqua, gray, navy, silver, black, olive, green, teal, blue, purple, lime, white, fuchsia, red, maron, yellow, ... */
	/* #FF0000 */
	/* rgb(255,0,0) */
	/* rgb(100%,0,0) */
	color: #000000;
	/* 1 */ /* punts addicionals */
	/* 1mm */ /* centimetres addicionals */
	/* 0.4em */ /* Factor relatiu addicional a la mida del moment */
	/* normal */
	word-spacing: normal;
	/* normal, nowrap, pre, pre-line, pre-wrap, inherit */
	white-space: normal;
	/* 1 */ /* punts addicionals */
	/* 1mm */ /* centimetres addicionals */
	/* 0.4em */ /* Factor relatiu addicional a la mida del moment */
	/* normal */
	letter-spacing: normal;
	/* none, underline, overline, line-through, blink */
	text-decoration: none;
	/* capitalize, uppercase, lowercase, none */
	text-transform: none;

	/* PARAGRAF */
	/* left, right, center, justify */
	text-align: justify;
	/* Per centrar un objecte en una cela, aquesta ha de tenir style="float:center;" i l'objecte style="margin-left:auto;margin-right:auto; border-style:none;"
	/* baseline, middle, sub, super, text-top, text-bottom, top, bottom */
	/* 100% */
	vertical-align: top;
	/* 3em */
	/* 30% */
	/* 3mm */
	/* 3 */
	text-indent: 0;
	/* 1.2 */
	/* 120% */ /* Percentatge relatiu a la mida de la tipografia */
	/* 1.2em */
	/* normal */
	line-height: normal;
	/* visible, hidden, scroll, auto, inherit */
	overflow: auto;

	/* FONS */
	/* aqua, gray, navy, silver, black, olive, green, teal, blue, purple, lime, white, fuchsia, red, maron, yellow, ... */
	/* #FF0000 */
	/* rgb(255,0,0) */
	/* rgb(100%,0,0) */
	/* transparent - W3C doesn't like transparent if there is a color for letters */
	background-color: #BBDDEE;
	/* url("file.gif") */
	/* none */
	background-image: url("/img/fons_st1600.png");
	/* repeat, repeat-x, repeat-y, no-repeat */
	background-repeat: no-repeat;
	/* scroll, fixed */
	background-attachment: scroll;
	/* top, center, bottom, left, right */
	/* 100 100 */
	/* -1mm 2mm */
	/* 0% 0% */
	background-position: 0 0;

	/* VORES I QUADRES */
	/* 50% */ /* Percentatge relatiu a la mida del "parent" */
	/* 100px */
	/* 2mm */
	/* 1ex */ /* 1ex = meitat d'alçada de la tipografia */
	/* auto */
	width: 1000px;
	height: auto;
	/* Un valor per cada costat (superior, dret, inferior, esquerre) */
	/* none, dotted, dashed, solid, double, groove, ridge, inset, outset */
	border-style: none none none none;
	/* 0 */
	/* 2px */
	/* 2em */
	/* 50% */
	/* thin, medium, thick */
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-width: medium;
	/* Un valor per cada costat: superior, dret, inferior, esquerre */
	border-color: gray gray gray gray;
	/* margin: Separacio externa; distancia entre el quadre i altres elements */
	/* 0 */
	/* 2em */
	/* 50% */ /* Percentatge relatiu a la mida del "parent" */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	/* padding: Separacio interna; distancia entre la vora i el contingut: */
	/* 0 */
	/* 2em */
	/* 50% */ /* Percentatge relatiu a la mida del document */
	padding-top: 2mm;
	padding-bottom: 2mm;
	padding-left: 1mm;
	padding-right: 1mm;
	/* Disposicio de l'element */
	/* left, right, none */
	float: none;
	/* Ajust per a que no hi hagi text al voltant, i s'obligui a que es mogui a sota */
	/* none, left, right, both */
	clear: none;
	
	/* LLISTES */
	/* disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none */
	list-style-type: disc;
	/* url("file.gif"), none */
	list-style-image: none;
	/* inside, outside */
	list-style-position: outside;
	}

img {
	border-style: none none none none;
	}

a {
	text-decoration: none;
	color: #0000FF;
	background-color: #BBDDEE;
	}

a:visited {
	text-decoration: none;
	color: #000099;
	background-color: #BBDDEE;
	}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCEEFF;
	}

table.esquelet {
	width: 100%;
	height: auto;
	border-style: none none none none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;
	}

tr.esquelet {
	}

td.esquelet {
	vertical-align: top;

/*	width: 25%;	*/
	height: auto;
	border-style: none none none none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;
	}

td.menutitols {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;

	vertical-align: top;
	text-align: left;
	text-indent: 0;
	line-height: normal;

	background-color: #BBDDEE;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	width: 50%;
	height: auto;
	border-style: none none none none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;
	}

ul.menutitols {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;

	vertical-align: top;
	text-align: left;
	text-indent: 0;
	line-height: normal;

	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	width: 100%;
	height: auto;
	border-style: none none none none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;

	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	}

li.menu1titol_plegat {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;

	vertical-align: top;
	text-align: left;
	text-indent: 0;
	line-height: normal;

	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	height: auto;
	border-style: solid solid solid solid;
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-width: medium;
	border-color: #BBDDEE #BBDDEE #BBDDEE #BBDDEE;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 1ex;
	padding-right: 1ex;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;

	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	}

li.menu1titol_desplegat {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;

	vertical-align: top;
	text-align: left;
	text-indent: 0;
	line-height: normal;

	background-color: #BBDDEE;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	height: auto;
	border-style: solid solid solid solid;
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-width: medium;
	border-color: #BBDDEF #BBDDEF #BBDDEF #BBDDEF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 1ex;
	padding-right: 1ex;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;

	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	}

a.menu1titol {
	text-decoration: none;
	color: #0000FF;
	background-color: #FFFFFF;
	}

a.menu1titol:visited {
	text-decoration: none;
	color: #000099;
	background-color: #FFFFFF;
	}

a.menu1titol:hover {
	text-decoration: none;
	color: #000000;
	background-color: #EEEEEE;
	}

ul.menuopcions {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;

	vertical-align: top;
	text-align: left;
	text-indent: 0;
	line-height: normal;

	background-color: #EEEEEE;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	width: 100%;
	height: auto;
	border-style: none none none none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;

	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	}

li.menu1opcio {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;

	vertical-align: top;
	text-align: left;
	text-indent: 0;
	line-height: normal;

	background-color: #EEEEEE;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	height: auto;
	border-style: solid solid solid solid;
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-width: medium;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 1ex;
	padding-right: 1ex;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;

	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	}

a.menu1opcio {
	text-decoration: none;
	color: #0000FF;
	background-color: #EEEEEE;
	}

a.menu1opcio:visited {
	text-decoration: none;
	color: #000099;
	background-color: #EEEEEE;
	}

a.menu1opcio:hover {
	text-decoration: none;
	color: #000000;
	background-color: #DDDDDD;
	}

table.cos {
	color: #000000;

	background-color: #BBDDEE;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	width: 100%;
	border-style: solid solid solid solid;
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-width: medium;
	border-color: #BBDDEF #BBDDEF #BBDDEF #BBDDEF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;
	}

tr.cos {
	}

td.cos {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;

	vertical-align: top;
	text-align: justify;
	text-indent: 0;
	line-height: normal;

	background-color: #AACCEE;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	border-style: none none none none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0ex;
	padding-bottom: 1ex;
	padding-left: 4ex;
	padding-right: 4ex;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;
	}

a.cos {
	text-decoration: none;
	color: #0000FF;
	background-color: #AACCEE;
	}

h1.cos {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 300%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	vertical-align: bottom;

	line-height: normal;

	background-color: #AACCEE;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	}

h2.cos {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 200%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	vertical-align: bottom;

	line-height: normal;

	background-color: #AACCEE;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	}

h3.cos {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 125%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	vertical-align: bottom;

	line-height: normal;

	background-color: #AACCEE;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	}

table.fitxa {
	width: auto;
	height: auto;

	border-style: none none none none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;
	}

td.fitxatitol {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;

	vertical-align: top;
	text-align: center;
	text-indent: 0;
	line-height: normal;

	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	border-style: solid solid solid solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-color: #FF0000 #FF0000 #FF0000 #FF0000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 1ex;
	padding-right: 1ex;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;
	}

td.fitxacontingut {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;

	vertical-align: top;
	text-align: center;
	text-indent: 0;
	line-height: normal;

	background-color: #EEEEEE;
	background-image: none;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 0;

	border-style: none none none none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-left: 1ex;
	padding-right: 1ex;
	border-spacing: 0mm 0mm;
	float: none;
	clear: none;
	}


