

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #567;
}
a:hover {
	color: #28E;
}
body {
	background: #F2F2F2 url(../imatges/bg.gif) repeat-y center top;
	color: #555A60;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 2em;
	margin-bottom: 25px;
	margin-top:20px;
}
ul{ margin-top:70px;}
li {
/*	list-style: url(../imatges/li.gif);*/
	margin-left: 5px;
	margin-bottom:30px;
	list-style:none;
}
li h1{
	font-size:1.2em;
	margin:0;
}
ul li ul { margin:0 0 0 0; padding:0;}
ul li ul li{ font-size:0.85em; margin:0; padding:0;}
code {
	background: url(../imatges/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../imatges/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #1786DF;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 220px;
}
.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(../imatges/holder.jpg) no-repeat;
	height: 120px;
	padding: 0 16px;
}
.navigation a {
	/*border-left: 1px solid #DDD;*/
	/*border-right: 1px solid #FFF;*/
	color: #3C3C3C;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	margin-top:85px;
	padding: 0 15px 0 40px;
	text-align: center;
	text-decoration: none;
	background-image:url(../imatges/detallMenu2.gif);
	background-repeat:no-repeat;
}
.navigation a:hover {
	color: #28E;
	background-image:url(../imatges/detallMenu.gif);
	background-repeat:no-repeat;
	

}

/* holders */
.holder {
	background: url(../imatges/bgholder.jpg) repeat-y;
	padding: 0 10px;
}
.holder_top,.footer {
	clear: both;
	background: url(../imatges/footer.gif) no-repeat;
	height: 50px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
}

/* button */
.button{
	font: normal 110% "Lucida Sans Unicode",sans-serif;
	border:1px solid #1786DF;
	background-color:#EAEAEA;
	margin-top: 5px;
	color:#1786DF;
	font-weight:bold;
	}
	
.textbox{
	height:15px;
	font: normal 120% "Lucida Sans Unicode",sans-serif;
}	

.textarea	{
	font: normal 120% "Lucida Sans Unicode",sans-serif;
	margin-top: 5px;
}

#llistaEspecial li {list-style-image: url(../../imatges/go.gif);}

#contingutWeb { float:left; margin:0 15px 10px 0; }
#imgProjectes li {
   display:inline;
   float:left;
   width:200px;
   height:200px;
   text-align:center;
   background-color:#FFF;
   padding:5px;
   margin:8px;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
   border-top: #E2E1E1 solid 1px;
   border-left: #E2E1E1 solid 1px;} 
#imgProjectes li a { text-decoration:none;}   
#imgProjectes img { border: 1px solid #E2E1E1; margin:0 0 8px 0;}
#imgProjectes h1{ font-size:11px; color:#555A60; margin:0; padding:0;}

#formulari{ width:100%;}