/* CSS Document */

* { padding:0; margin:0; font-size: 100%;}
ul, ol { padding:0; margin: 0; list-style:none }
h1, h2, h3, h4, h5, h6, p, blockquote, label, ul, ol, dl, fieldset, address {
margin: 0; font-size: 1em; }
img, fieldset { border: 0px none; }
#header:after, #nav:after, #content:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
#header, #nav, #content {display: inline;}
/* Hides from IE-mac \*/
* html #header, * html #nav, * html #content {height: 1%;}
#header, #nav, #content {display: block;}
/* End hide from IE-mac */



body {
	color: #000000;
/*	background-color: #888888;*/
	background: url(imatges/fulles.jpg);
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* DIV */
.wrapper
{
	width: 600px;
/*	background-color: #FFFF99;*/
	background: url(imatges/mig.gif) repeat-y center;
	margin: auto;
	padding: 0 50px 50px 50px;

}
.header
{
	width: 700px;
	height: 30px;
	color: #000000;
	text-align: left;
/*	background-color: #FFFF99;*/
	background: url(imatges/cap.gif) no-repeat center;
	margin: auto;
	padding: 0;
}
.footer
{
	width: 700px;
	height: 472px;
	background: url(imatges/peu.gif) no-repeat center;
/*	background-color: #666633;*/
	margin: -10px auto 15px auto;
	color: #000000;
	font-size: 9px;
	text-align: center;
}

.footer a:link, a:visited
{
	font-weight: bold;
	color: #666633;
	cursor: hand;
	text-decoration: none;
}

.footer a:hover, a:active
{
	color: #666633;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
}


.menu {
	float:center;
	width:700px;
	height:32px;
	padding: 0 0 0 0;
	margin: 15px auto auto auto;
	background-color: inherit;
	line-height:normal;
}

.menu ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}

.menu li {
	display:inline;
	margin:0;
	padding:0;
}

.menu a {
	float:left;
	background:url(imatges/esquerra.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

.menu a span {
	float:left;
	display:block;
	background:url(imatges/dreta.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666633;
	font-size: 80%;
	font-variant: small-caps;
	font-weight: normal;
	text-decoration:none;
}

.menu a span
{
	float:none;89
	text-decoration:none;
}
.menu a:hover span
{
	color:#FFFF99;
	text-decoration:none;
}
.menu a:hover
{
	background-position:0% -42px;
	text-decoration:none;
}
.menu a:hover span
{	
	text-decoration:none;
	background-position:100% -42px;
	text-decoration:none;
}  
	

/* TEXT */
h1
{
	font-size: 24px;
	color: #666633;
	margin: 0 0 0 0;
	font-variant: small-caps;
	text-decoration: underline;
	padding: 0;
}
h2
{
	font-size: 18px;
	color: #666633;
	margin: 0 0 0 0;
	padding: 30px 0 15px 0;
	font-weight: normal;
	text-decoration: underline;
}
a
{
text-decoration: none;
color: #666633;
font-weight: normal;
}
a:hover, a:active
{
text-decoration: none;
color: #000000;
font-weight: normal;
}
a:visited, a:link
{
text-decoration: none;
color: #666633;
font-weight: normal;
}
small
{
	font-size: 75%;
}
big
{
	font-size: 150%;
}