body {
	background: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body *{text-align:left;}
#lateralEsq {
	width: 20%;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#lateralDreta {
	width: 20%;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
}#headTxt {
	background: url(gfx/bgHead.jpg) repeat-x;
	font: 24px Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px 10px;
	height: 50px;
	display: block;
	width: 80%;
	text-align: center;
	padding-top: 20px;
	float: left;
}
#head {
	border-bottom: 3px solid #B04076;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 100%;
	height: 100px;
}

#logo {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
#menu {
	background: #FF99CC;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	width: 213px;
}
#content {
	border-left: thin solid #B04076;
	margin-top: 5px;
	margin-left: 240px;
	padding-left: 10px;
	margin-right: 10px;
}
h1 {
	color: #007674;
}
#peu {
	font-size: 12px;
	clear: left;
	margin: 20px 10px 10px;
	text-align: center;
	border: 1px solid #007674;
}
a:link,a:visited,a:hover,a:active{
	color: #007674;
	text-decoration: none;
	border-style: none;
}
img {
	border-style: none;
	text-decoration: none;
}

#dades {
	text-align: center;
	font-size: 12px;
}
h2 {
	font-size: 18px;
	color: #007674;
}
.subir {
	font-weight: bold;
	text-align: center;
	border: 1px solid #007674;
	width: 80px;
}
.boto {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	border: 1px solid #B04076;
	width: 200px;
	float: right;
}
#content li {
	margin-left: 50px;
}
ul {
	margin-left: 10px;
	margin-top: -10px;
}
#content th {
	text-align: center;
	background: #333333;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
}
#content td {
	text-align: center;
	height: 2.5ex;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}
li {
	padding-top: 10px;
}
li ul li {
	padding-top: 0px;
}
