@charset "utf-8";

html, body, div, dl, dt, dd, ul, ol, li, hr, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, select, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html { 
	font-size: 125%; 
}
body#pagina-dret-informacio {
	text-align: left;
	margin: 0 0 .75em;
	padding: 0;
	width: auto;
	max-width: none;
	font-size: .75em;	/*	.6em	*/
	font-family: arial, sans-serif;
	line-height: 1.4em;
	color: #333;
}
img {
	border: 0;
}
a:link,
a:visited,
a:active {
	color:#333333;
	text-decoration:none;
	border: none;
}
a:hover,
a:focus {
	color:#0059A2;
	border-bottom: 1px dotted #0059A2;
	text-decoration: none;
	cursor: pointer;
}
#contingut-dret-informacio {
	text-align: left;
	position: relative;
	margin: 0;
	padding: 1em;
/*	width: 625px;
	max-width: 625px;*/
}
#contingut-dret-informacio img {
	margin-bottom: 1em;
}
#contingut-dret-informacio h1 {
	margin: 1em 0;
	font-size: 1.5em;
	color: #333;
	padding-bottom: 5px;				/*	Afegit v1.5	*/
}
#contingut-dret-informacio h2 {
	margin-top: 2em;
	margin-bottom: .75em;
	font-size: 1.4em;
	color: #333;
	border-bottom: 1px solid #e7e7e7;
	clear: both;
	padding-bottom: .3em;
}
#contingut-dret-informacio p {
	padding-left: .5em; 
	line-height: 1.65em;
	margin-bottom: .75em;
}
p.final {
	margin-top: 3em;
}
.negreta {
	font-weight: bold;
}
