body{
	font-family: "BitStream Vera Sans", Helvetica, Verdana, Arial, sans-serif;
	color:#666;
	font-size:12px;
	text-align:center;
	margin:0px;
	padding:0px;
	background-image:url(img/mainShadow.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ddd;
	height:100%;
}

html{
	height:100%;
	margin:0px;
	padding:0px;
	/*cwt*/
	overflow-y:scroll;
}

#main{
	background-color:#fff;
	width:770px;
	text-align:justify;
	margin:auto;
}

#head{
	background-image:url(img/head.jpg);
	background-repeat:no-repeat;
	height:140px;
}

#peu{
	text-align:center;
	float:none;
	clear:both;
}

#menu{
	background-image:url(img/head2.jpg);
	height:26px;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	color:#999;	
	overflow:hidden;
}

#titol{
	font-size:200%;
	text-align:right;
	font-weight:bolder;
	color:#aaa;
	margin-bottom:25px;
}

#content{
	padding:10px;
	overflow:auto;
}

img.border{
	padding:2px;
	border: solid 1px #666;
	text-align:center;
}

a{
	color:#f33;
	text-decoration:none;
}

a:hover{
	background-color:#fcc;
}

a:active{
	color:#900;
}

.flash{
	text-align:center;
	margin-top:-20px;
}

.logoGran{
	background-image:url(img/logoGran.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:204px;
}

.icon{
	cursor:pointer;
}

.data{
	color:#f33;
	padding-right:15px;
}

.legal{
	text-align:justify;
}

.legal #main{
	width:100%;
}
/*MENU*/
#menu ul li{
	float:right;
	background-image:url(img/backTab.gif);
	background-repeat:no-repeat;
	height:26px;
	width:79px;
	text-align:center;
	padding:7px 0px;
	list-style:none;
	list-style-position:inside;
}

#menu ul li a{
	display:block;
	color:#000;
}

#menu ul li a:hover{
	color:#f33;
	background-color:transparent;
}

#menu ul li.actiu{
	background-image:url(img/tab.gif);
}

#menu ul{
	margin:-3px 0px;
	padding:0px 10px 0px 0px;
}

/*QUADRES*/
.quadre .cos{
	font-weight:normal;
	color:#666;
	padding:15px;
	margin-bottom: 25px;
	min-height:50px;
	overflow:auto;
	text-transform:none;
	font-size:12px;
}
.quadre{
	font-weight:bold;
	color:#900;
	font-size:90%;
	background-image:url(img/blueShade.gif);
	background-repeat:repeat-x;
	border-top: 3px #fcc solid;
	padding-top:2px;
	text-transform:uppercase;
}

/*DISTRIBUCIO GENERICA PER COLUMNES*/
.col2{
	width:46%;
	float:left;
}

.l{
	float:left;
}

.r{
	float:right;
}

/*LLISTES*/
ul{
	margin:0px;
	padding:15px 0px 0px 25px;
}

li{
	list-style-image:url(img/bullet.gif);
	list-style-position:inside;
}

li.js:hover{
	background-color:#fcc;
}

li.js{
	cursor:default;
	color:#900;
}