html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
}
body {
	background-color: #CEA15E;
	color: #885B00;
}


#container {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: 2500px;
	background-color: #E1C69D;
}
#titol {
	margin-bottom: 0px;
	padding-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AA6230;
	background-color: #543837;
	padding-left: 13px;
	padding-top: 8px;
	padding-right: 0px;

	background-image: url(../../DIDEROT (Ricardo Urgell)/Imatges/titol.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../Imatges/titol.jpg);
}
#menu {
	float: left;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
#contingut {
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #AA6230;
	padding-left: 20px;
	padding-top: 8px;
	width: 500px;
	text-align: justify;
}



h1 {
	color: #BE5347;
}
h2 {
	color: #CC543C;
}
h3 {
	color: #E76A32;
}
p {
	font-size: 0.8em;
}
#container #titol p {
	color: #E1C69D;
}
a:link {
	color: #885B00;
	text-decoration: none;
}
a:visited {
	color: #885B00;
	text-decoration: none;
}
a:hover {
	color: #FF6666;
	text-decoration: none;
}
a:active {
	color: #336666;
	text-decoration: none;
}
ul {
	font-size: 0.9em;
}
#contingut ul {
	list-style-type: none;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
#contingut img {
}
#container #contingut h3 {
	margin-top: 30px;
	font-size: 1em;
}
label {
	text-align: left;
	font-size: 0.8em;
}

input {
	width: 100%;
	margin-bottom: 15px;
}
textarea {
	margin-bottom: 10px;
	width: 100%;
}
#container #contingut li {
	font-size: 0.9em;
}

