html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FFFFF4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
}
#logo {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	margin-top: 30px;
	background-image: url(imatges/filet01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin-bottom: 5px;
}
#content {
	width: 770px;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	clear: both;
}
.vincle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
#left {
	width: 49%;
	float:left;
	display: block;
	display: block;
	padding-left: 20px;
}
#right {
	width: 45%;
	float: right;
	display:block;
	padding-left: 15px;
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
#footer {
	text-align: center;
	width: 768px;
	padding-bottom: 10px;
	font-size: 1.2em;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	line-height: 1.4em;
}

