/* CSS Document */

/*////////////////////////////////////////////////////
						HEAD
////////////////////////////////////////////////////*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imatges/top_05.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
h1.h2,h3,h4 {
padding:0;
margin:0;
}
strong{
padding:0;
margin:0;
text-align:center;

}

.prova {
	color:red;
}
.grande {
	font-size: 16px;
}
.resaltada, .resaltada a {
	background-color: #666666;
	color: #FFFFFF;
	padding: 0 2px;

}
.resaltada a:hover {
	background-color: #333;

}
/*////////////////////////////////////////////////////
					TXT STYLES
////////////////////////////////////////////////////*/

.text, a.text, .text a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color:#716C5E;
	} 

.titols {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color:#716C5E;
}

/*////////////////////////////////////////////////////
					BACKGROUNDS
////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////
					LLISTES
////////////////////////////////////////////////////*/
.navi ul{
	margin: 0;
	padding: 0;
	width: 138px;
	}
	
.navi li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 138px;
	}
.navi li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	width:138px;
	text-decoration: none;
	display:block;
	padding: 0;
	background-color: #716C5E;
	margin: 1px 0 0 0;
	text-indent: 5px;
	line-height: 18px;
	}
	

.navi li a:hover {background-color: #E5E5E5; color:#716C5E;}


/*---------------------MENU-------------------*/
.nav {  

	list-style:none;
	margin:0;
	padding:0;
}
.nav ul{ 
	list-style:none;
	margin:0;
	padding:0;
}
.nav li {
	margin:0;
	padding:0; 
}

.nav li a {
	background-image:url(../imatges/menu-list02.gif);
	background-repeat:no-repeat;
	background-position:-14px -3px;
	display:block;
	width:135px;
	padding:2px 0;
	text-indent: 10px;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-weight: normal;
	color:#83948E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 0;

	
	}
	
.nav li ul {
margin-left: 10px;
	background-color:#FBFBF9;
	width:125px;	
	
	}
.nav li li a {background-image: none;
border-bottom: 1px solid #D7D7C4;
width:125px; 
text-indent: 5px;
font-size:10px;
background-color:#F8F8F2;

}
.nav li li a:hover {
background-color:#Fff;
}
.nav li a:hover {

background-position:-14px -42px;
	color:#151F29;

}
#liactive{
background-position:center left;
}
.undisplayed {
	display:none;
	}
	
/*---------------------NOTICIES-------------------*/


.noticies {
	margin: 0;
	padding: 0;

}
.noticies li {
	margin: 10px 0 5px 0;
	list-style-type: none;
	padding: 0;
	

}
.noticies li a {
	display: block;
	width: 420px;
	text-decoration:none;
	height: 105px;
	background-color: #EDEDDE;

}

.noticies li a span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color:#716C5E;
	position: relative;
	left: 148px;
		z-index: 0;
		display: block;
		width: 258px;
		cursor: pointer;
		text-align: justify;
		}
.noticies li a strong{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color:#716C5E;
	margin: 0 0 4px 0;
	position: relative;
	left: 148px;
	z-index: 0;
		width: 230px;
		cursor: pointer;
}
.noticies li a img{
	border: 2px solid #333333;
		z-index: 10;
		position: absolute;
		margin:3px;


}
.noticies li a:hover {
	background-color: #Fff;


}