/* dom */
html { font-size: 100%; } /* WinIE text resize correction */
body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.75em; /* 12px */
	color: #333;
	background: #fff;
}
* {
	margin: 0;
	border: none;
	padding: 0;
}
a {
/* 	outline: 0; */
	color: #866f52;
	text-decoration :none;
}
	a:active {
		font-size: 1em;
	}
	a:hover {
		color: #574835;
		text-decoration: underline;
	}
	a:visited {
		font-size: 1em;
	}
p {
	margin-bottom: 1em;
}
ol, ul {
	list-style: none;
}
/* esquerra, dreta i centrar */
div.left {
	clear: left;
	float: left;
	width: 49%;
}
div.right {
	clear: right;
	float: right;
	width: 49%;
}
.center {
	text-align: center;
}
/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */

/* wrapper (popup) */
#page {
	margin: 15px;
}

	/* capçaleres */
	#page h2 {
		margin-bottom: .5em;
		font-family: arial, serif;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1em;
	}
		#page h2.folder {
			padding: 5px 0 5px 30px;
			background: url("../comu/icon_folder.gif") no-repeat left center;
		}
	#page h3 {
		margin-bottom: .7em;
		font-size: 1em;
		line-height: 1.4em;
	}
	#page h4 {
		margin-bottom: .7em;
		font-size: 1.25em;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 1.2em;
	}
	#page h5 {
		margin-bottom: .6em;
		font-size: 1.16em;
		letter-spacing: -1px;
		line-height: 1.1em;
	}
	#page h6 {
		margin-bottom: .5em;
		color: #666;
		font-size: 1.08em;
		line-height: 1.2em;
	}
	/* imatges */
		#page img.left {
			float: left;
			width: auto;
			margin: 2px 1.4em .7em 0;
		}
		#page img.right {
			float: right;
			width: auto;
			margin: 2px 0 .7em 1.4em;
		}
	/* paràgrafs */
	#page p {
		line-height: 1.4em;
	}
	/* taules */
	#page table {
		width: 98%;
		margin-bottom: 1em;
		border-spacing: 5px;
	}
		#page table td, #page table th {
			vertical-align: top;
			padding: .7em;
			text-align: left;
		}
		#page table td {
			padding-bottom: .3em;
		}
				#page table td span.pdf {
					padding: .3em;
					color: #666;
					background: #fff;
				}
					#page table td span.pdf a {
						padding: 2px 0 2px 16px;
						background: url("../comu/icon_mini_pdf.gif") no-repeat left center;
					}
			#page table tr td {
				background: #dbd4cb;
			}
				#page table tr.odd td {
					background: #fee3b4;
				}
	/* llistes */
	#page ol {
		margin: 0 10px 1.2em 30px;
		list-style: decimal;
	}
		#page ol li {
			margin-bottom: .7em;
		}
	#page ul {
		margin-bottom: 1.2em;
	}
		#page ul li {
			margin-bottom: .3em;
			padding-left: 12px;
			background: url("../comu/kland_negre.png") no-repeat 0 .5em;
		}
/* estils houdini */
		#page p.destacat {
			margin: 1.4em 0;
			border: 2px solid #d1d1d1;
			padding: 10px;
			font-size: 1.16em;
			font-weight: bold;
			line-height: 1.2em;
			background: #f0f0f0;
		}
		#page p.linia {
				margin-bottom: 1.6em;
				padding-bottom: 1.3em;
				background: url("../comu/fons_ratllat.gif") repeat-x left bottom;
			}
