	/* sense marges ni paddings */
body, h1, h2, h3, ul, li, form, form p, #content .textbox ul {
	margin: 0px;
	padding: 0px;
}
	/* blanc */
#nav li, #nav li a {
	color: #FFFFFF;
}
	/* blau fosc */
h1, h3, a:link, a:visited, #subnav li a:hover, #content ul, .inactive {
	color: #003474;
	text-decoration: none;
}
	/* blau clar */
h2, em, a:hover, #nav li a:hover, #subnav li a, .active, .submenu a {
	color: #0094D8;
}
	/* una mica mes gran i negreta */
h1, h2, h3, #nav li {
	font-size: 1em;
	font-weight: bold;
}
	/* border gris */
#container, #content, #content img, h1, fieldset {
	border: 1px solid #CCCCCC; 
}
	/* fons blanc */
fieldset {
	background-color: #FFFFFF;
}
	/* padding 10 */
#content .textbox, form p {
	padding: 10px;
}
	/* separacio 10 */
#content h1, #content img {
	margin-bottom: 10px;
}
	/* alt de linea */
#content, #subnav {
	line-height: 170%;
}

em {
	font-style: normal;
}

h1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
h2 {
	clear:both;
}
a em {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 10px;
}
li {
	list-style-image: url(../img/li.gif);
	list-style-position: inside;
}
#nav li {
	font-size: 110%;
}
.active, .inactive, #subnav h1, #header {
	cursor: pointer;
}
#nav .active{
	cursor: auto;
	background-image: url(../img/nav-li-active.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}
#content p {
	text-align: justify;
	clear: both;
}



	/* MAQUETACIO */

body, html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #DBE7F2;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat-x;
}
#container {
	background-image: url(../img/container-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	width: 760px;
	margin: auto;
	overflow: auto;
}
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 15px;
	padding-top: 115px;
	padding-right: 20px;
}
#nav {
	background-color: #01477F;
	background-image: url(../img/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
}
#nav li {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	line-height: 25px;
	width: 20%;
	float: left;
}
#subnav {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 175px;
}
#content {
	background-image: url(../img/content-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #F5F9FC;
	width: 502px;
	min-height: 360px;
	float: right;
	padding: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
*html #content {
	height: 360px;
}
#content img {
	float: left;
}
#content ul {
	width: 235px;
	height: 180px;
	float: right;
}
#content .textbox {
	clear: both;
	overflow: auto;
}
#content .textbox ul {
	background: none;
	width: 50%;
	height: 120px;
	float: left;
	border: none;
}
#footer {
	width: 760px;
	margin: auto;
}
#footer p {
	margin: 0;
}
#watermark {
	background-image: url(../img/icr-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 115px;
	height: 415px;
	position: absolute;
	top: 156px;
	left: 50%;
	margin-left: 381px;
}
#banners {
	float: right;
	width: 150px;
	margin-left: 20px;
}
#noticies {
	float: left;
	width: 325px;
}
/*submenus dintre dels menus interiors*/
.submenu {
	line-height: 1.2em;
	padding-left: 15px;
}
/**/
