/* Color de fons del paper*/
.bodyM1 { background-color: #F4DDDD;}
.bodyM2 { background-color: #DDF4E8;}
.bodyM3 { background-color: #DDE9F4;}
.bodyM4 { background-color: #F5F4EB;}

/* BARRA DE NAVEGACIÓ SUBPÀGINES */
/*
sm	Enllaços
smen0	Títol pàgina princial
smen1	págines secundaries
int     Enllaços interns del cos
*/

A.sm {text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px} 
A.sm:link    { color: #486DD1}   /* unvisited links */
A.sm:visited { color: #486DD1}   /* visited links */
A.sm:active  { color: #486DD1}   /* active links */
A.sm:hover {text-decoration: underline; color: #0000CC; background-color: #FFFFFF;}

.smen0 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	background-color: #0061A3; color: #FFFFFF;
	font-weight: bold;}
.smen1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	color: #486DD1;
	}

A.int {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: color: #0061A3; text-decoration: none;} 
A.int:link    { color: #0061A3}   /* unvisited links */
A.int:visited { color: #0061A3}   /* visited links */
A.int:active  { color: #0061A3}   /* active links */
A.int:hover {text-decoration: underline; font-weight: bold; color: #0061A3;}

/* ESTILS GENERALS DEL DOCUMENT */
/* Estils generals del cos del document
titol0	El títol en vermell
titol1  El títol en blau
cos	El text del document
llcos	El text indent sense vinyetes
pag	La pàgina més número
docs	Text per les icones de la barra superior (Biblio, documents Word, Excel per obrir, etc.)
*/

.titol0 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #800000;}
.titol1 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #0061A3;}
.titol2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;}
.cos {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; line-height: 20px; text-indent: 50px; text-align: justify}
.llcos {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 20px; text-indent: 0px; text-align: justify}
.pag {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #0000CC;}
.docs { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #990000}

/* Llista desordenada amb Square (posar en UL) */
.llista {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	list-style-type: square;
	}

/* Llista ordenada (posar en UL) */
.ollista {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	}

/* Notes al peu de pàgina */
.nota {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 15px;
   text-align: justify;
   }

/* Text número de nota */
A.tnota {text-decoration: none;} 
A.tnota:link    { color: #FF0000;}   /* unvisited links */
A.tnota:visited { color: #FF0000;}   /* visited links */
A.tnota:active  { color: #FF0000;}   /* active links */
A.tnota:hover {text-decoration: underline; color: #FF0000;}

/* Estil per bibliografia */
.bib {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	list-style-image: url(imgc/dot_rojo.gif);
}

/* Cita de capçalera de capítol */
.cita {
	font-family: "Times New Roman", Times, serif; font-size: 12px;
	font-weight: normal; color: #000000;
	line-height: 15px;
	text-indent: 0px;
	text-align: right;
	color: #006699
}
