body { 
  margin-top: 30px;margin-left: 35px;margin-right: 20px;
  background-color: #dddebd; background-image:url(../graf_pag/fondo0.gif);
	font-family: arial,Helvetica,sans-serif;font-size: 90%;
	text-align: justify; color: #000;
	background-repeat: repeat-y;
	margin-bottom: 20px;
	/* Colors barres scroll per explorer */
	scrollbar-face-color:#D3D2B7; /* color barra */
	scrollbar-shadow-color:#d3b58d; /* color 3d barra oscur */
	scrollbar-highlight-color:#E0DFBF; /* color fons barra */
	scrollbar-3dlight-color:#D3D2B7; /* color 3d barra clar */
	scrollbar-arrow-color:#000; /* color fletxa */
}

p {
	font-family: arial,Helvetica,sans-serif;
}

/* Llistes*/
ul { font-family: arial,Helvetica,sans-serif; }
ol { font-family: arial,Helvetica,sans-serif; }
ul li { list-style-image: url(../graf_pag/topo.gif); }

/* Taules */
caption {
	font-family: arial,Helvetica,sans-serif;font-size: 90%;
	text-align:center;
}

td {
	font-family: arial,Helvetica,sans-serif;font-size: 90%;
}

th {
	font-family: arial,Helvetica,sans-serif;font-size: 90%;font-weight: bold;
}

tr th { background-color:#FFC286;}

table { text-align: center;}
table.datos { background-color:#FFDEBD;}
table.datos2 { background-color:#FFDEBD; text-align: left;}
table.datos3 { background-color:#FFC286;}
table.datos4 { text-align: justify;}
table.datos5 { background-color:#FFDEBD;font-size:smaller;}
table.datos6 { background-color:#FFDEBD;font-size:smaller;text-align: left;}

.th {background-color:#FFC286;}

/* Enllaços */
a:link, a:visited, a:active {text-decoration: underline;}
a:hover{ text-decoration: none;}

a.azul:link, a.azul:visited, a.azul:active {text-decoration: underline;color:#009;}
a.azul:hover{ text-decoration: none;background-color:#009;color:#fff;}

a.rojo:link, a.rojo:visited, a.rojo:active {text-decoration: underline;color:#900;}
a.rojo:hover{ text-decoration: none;background-color:#900;color:#fff;}

a.verde:link, a.verde:visited, a.verde:active {text-decoration: underline;color:#080;}
a.verde:hover{ text-decoration: none;background-color:#080;color:#fff;}

a.correu2:link, a.correu:visited, a.correu:active { 
  text-decoration: none; font-weight: regular;
	color:#000;
}

a.correu2:hover{  
  text-decoration: none;color:#fff;background-color: #009;
}

/* títols */
h2{
  font-family: arial,Helvetica,sans-serif;color: #009;
	font-size:150%;
	text-align: left;
}

h3{
  font-family: arial,Helvetica,sans-serif;color: #009;
	text-align: left;
}

h4{
  font-family: arial,Helvetica,sans-serif;color: #009;
	text-align: left;
}

/* Elements del formulari per explorer*/

input {  
  background-color: #FFE8C5;
	border-top-color: #CFB080; border-left-color: #CFB080; 
	border-right-color: #FFF2DD; border-bottom-color: #FFF2DD;
  font-family: verdana, arial,sans-serif;color: #000;
}

select {  
  background-color: #EFEEDF;
	border-top-color: #CFB080; border-left-color: #CFB080; 
	border-right-color: #FFF2DD; border-bottom-color: #FFF2DD;
  font-family: verdana, arial,sans-serif;color: #000;
}

input.boto {  
  background-color: #CFB08F;  
	border-top-color: #FFF2DD; border-left-color: #FFF2DD; 
	border-right-color: #CFB080; border-bottom-color: #CFB080;
  font-family: verdana, arial,sans-serif;color: #000;
	/*border-color  Sets or retrieves the border color of the object.*/
}

textarea { 
  background-color: #EFEEDF;
	border-top-color: #CFB080; border-left-color: #CFB080; 
	border-right-color: #FFF2DD; border-bottom-color: #FFF2DD;
  font-family: verdana, arial,sans-serif;color: #000;
	text-align: justify;
}

.blau{} /* anulada, no esborrar*/

.centro {text-align: center;}
.izqda {text-align: left;}
.negreta {font-weight:bold;}

