/* Common area */
BODY, TABLE, P, H1, H2, H3, H4, H5, H6, TD, DIV, OL, UL, DL, LI {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	line-height: 150%;
        margin-bottom: 6pt;
}

A {
	color: #85AF36;
	text-decoration: none;
	outline: none;
}

A:hover {
	color: white;
       background-color: #464A2F;
}

A IMG {
	border: none;
	
}

BODY {
	background-color: white;
}

H1, H2, H3, H4, H5, H6 {
	background-color: transparent;
	padding: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	margin-bottom: 12pt;
}

H1 {
	font-size: 11pt;
}

H2 {
	font-size: 10pt;
}

H3 {
	font-size: 9pt;
}

OL, UL {
	margin-left: 6pt;
	padding-left: 0pt;
}

UL {
	list-style-image: url(/imatges/point.gif);
}

LI {
	margin-left: 8pt;
	margin-bottom: 6pt;
	padding-left: 0pt;
}


FORM {
	font-size: 7.5pt;
	padding: 0pt;
	margin: 0pt;
}

.caja1 {
	padding: 0pt;
	margin: 0pt;
	font-size: 7.5pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

.caja2{
	padding: 0pt;
	margin: 0pt;
	font-size: 6.5pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
	
.marc {
	border: 1pt solid silver;
}

.menumarc {
	border-left: 1pt solid black;
	border-top: 1pt solid black;
	border-bottom: 1pt solid black;
}

.menutile {
	border: 1pt solid black;
	padding-left: 2pt;
	color: white;
}

.enllacmenu, .enllacmenu_gran {
	font-size: 7.5pt;
        color: white;
	text-decoration: none;
	outline: none;
}

.enllacmenu:hover, .enllacmenu_gran:hover {
	color: black;
	background-color: transparent;
}

.titol, .enllacmenu_gran {
  	font-size: 10pt;
  	font-weight: bold;
}

.subtitol {
  	font-size: 11pt;
}

.showbook {
  	font-size: 8pt;
}

/* Codi afegit per introduir les sombres a les imatges */

.imatge{
	position: relative;
	background: url(fondo.png) no-repeat bottom right !important;
	background: url(fondo2.png) no-repeat bottom right;
	float: left; 
	clear: left; 
	margin: 0 4px 4px 10px !important; 
	margin: 0 4px 4px 5px;
}

.imatge a img, .imatge img { 
	position: relative; 
	bottom: 6px !important; 
	bottom: 3px; 
	right: 6px !important; 
	right: 3px; 
	border: 1px solid #999999 !important; 
	padding: 0; 
	margin: 0; 
}

