*{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	background-color:#fef0df;
}
#container{
	margin:0px;
	padding:0px;
	height:100%;
}
a{
	text-decoration:none;
	color:#6e3f89;
}
a:hover{
	text-decoration:none;
	color:#fc952f;
}
li{
	list-style-type:none;
}
/*HEADER*/
#header{
	width:100%;
	height:85px;
	background-image:url('../imatges/fons_header.jpg');
	background-repeat:repeat-x;
}
#logo{
	width:263px;
	margin:0px auto;
	padding-top:5px;
}
/*FI HEADER*/
/*WRAPPER*/
#wrapper{
	margin:0px auto;
	width:1015px;
	height:auto;
}
#menu{
	margin:0px auto;
	width:962px;
}
#menu ul{
	margin:0px auto;
	padding:0px;
}
#menu li{
	margin:0px;
	padding:0px;
	float:left;
	list-style-type:none;
	height:24px;
	width:130px;
	background-image:url('../imatges/fons_menu.jpg');
	background-repeat:repeat-x;
	border:1px solid #000;
	text-align:center;
}
#menu li a{
	text-decoration:none;
	color:#000;
	line-height:20px;
}
#menu li a:hover{
	text-decoration:underline;
}
#content{
	margin:0px auto;
	clear:both;
	padding-top:10px;
}
#forms{
	margin:0 auto;
	padding-top:10px;
	width:800px;
	text-align:center;
}
#forms a{
	text-decoration:none;
	color:#000;
}
#forms a:hover{
	text-decoration:underline;
}
#forms img{
	vertical-align:text-bottom;
}
#caixa_login{
	width:298px;
	height:85px;
	margin:50px auto;
	padding:15px 8px 0px 0px;
	border:1px dashed #000;
	text-align:right;
	background-color:#ea9e9e;
}
#login{
	margin:0 auto;
	width:265px;
	text-align:right;
}
input{
	color:#6e3f89;
}
#info_contacte{
	margin-bottom:20px;
}
#descripcio{
	text-align:center;
	margin:0 auto;
	padding-top:10px;
	width:800px;
	height:100%;
}
#links_que_fem{
	height:493px;
	padding-left:50px;
}
#links_que_fem a{
	float:left;
	margin-right:30px;
}
#fotos{
	margin:40px auto;
	width:984px;
	text-align:center;
}
/*FI WRAPPER*/
/*FOOTER*/
#footer{
	width:100%;
	height:24px;
	background-image:url('../imatges/fons_footer.jpg');
	background-repeat:repeat-x;
	bottom:0;
	left:0;
	position:fixed;
	text-align:center;
	font-size:12px;
	line-height:24px;
}
/*FI FOOTER*/