/* CSS Document codi fet per joelppcc */
body {
	background: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 10px auto;
}
img {
	border: none;
}
a, a:visited {
	color: #AB0A0A;
	text-decoration: none;
}
a:hover, a:active {
	color:inherit;
	text-decoration: underline;
}
h1 {
	font-size: 150%;
	text-align: center;
	margin-top: -2px;
	color: #FFF;
	font-weight: normal;
	background-color: #000;
}
h2 {
	color: #AB0A0A;
	font-size: 80%;
	margin: 0px 0px 0px 0px;
}
#esborrarcute {
	display: none;
}
#cnt {
	width: 768px;
	margin: 0 auto;
	border: 2px solid #000;
	background-color: #FFCC66;
}
#data {
	background-color: #9F0002;
	width: 768px;
	color: #FFF;
	text-align: right;
	margin-top: 0px;
	height: 15px;
	margin-bottom: 0px;
}
#mnu {
	width: 19%;
	float: left;
	overflow: hidden;
	min-height: 100%;
	background-color: #FFCC66;
}
#mnu a {
	display: block;
	font-size: 125%;
	border-left: 8px solid #AB0A0A;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 2px;
	font-weight: bold;
	border-bottom: 1px solid #AB0A0A;
}
#mnu a:hover {
	display: block;
	font-size: 125%;
	border-left: 8px solid #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 2px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
*html #mnu {
	height: 100%;
}
#ei {
	margin-top: 10px;
}
#ei a {
	display: block;
	border: none;
	padding: 0px 0px 4px 2px;
}
#ei a:hover {
	display: block;
	border: none;
	padding: 0px 0px 4px 2px;
}
#sota_espais a{
	border: none;
}
#act {
	width: 61%;
	background-color: #FFF;
	float: left;
	min-height: 100%;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
*html #act {
	height: 100%;
}
#agn {
	width: 19%;
	float: left;
	overflow: hidden;
	background-color: #FFCC66;
	min-height: 100%;
	margin-bottom: 2px;
}
*html #agn {
	height: 100%;
}
#peu {
	width: 768px;
	clear: both;
	background-color: #9F0002;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}