/* CSS Document */

/* Estils generals */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #DAE6DA;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #223D80;
}

a:hover {
  text-decoration: underline;
}

/* Estils del títol */

#titol {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(fons-titol.png);
	background-repeat: repeat-x;
	background-color: #538ABD;
}

#logo {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	border: 0;
	height: 104px;
	position: absolute;
	top: 0px;
	left: 256px;
	width: 748px;
	text-align: center;
	line-height: 104px;
	color: #BFFF00;
	font-size: 42px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

/* Estils del cos */

#cos {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 104px;
	left: 0;
	height: 100%;
	width: 99%;
	background-color: #DAE6DA;
}

/* Estils del menu */

#menu {
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 217px;
	background-color: #3B6998;
}

#menu p {
	margin: 6px;
	padding: 6px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #BFFF00;
}

#menu a {
  font-weight: bold;
  text-decoration: none;
  color: #BFFF00;
}

#menu a:hover {
  text-decoration: underline;
}

/* Estils del contingut */

h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
	text-align: center;
}

h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}

#contingut {
	margin: 10px;
	padding: 0;
	padding-right: 10px;
	border: 0;
	position: absolute;
	top: 0;
	left: 229px;
	min-width: 755px;
	background-color: #DAE6DA;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

#contingut p {
	font-size: 80%;
	line-height: 150%;
}

#contingut ul {
	font-size: 80%;
}

#contingut li {
	margin-bottom: 0.4em;
	line-height: 140%;
}

.ilustr {
	float: right;
	margin-top: 0.5em;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 6px;
	font-size: 80%;
}

th {
	font-size: 80%;
}

form label.ordenat {
  display: block;
  width: 10em;
  float: left;
}

/* Estils del final */

#final {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 80%;
}
