/* CSS Document */
body {
	margin: 0px; 
	padding: 0px; 
	background: #FDFDFD; 
	color: #4f4b4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px
	}
* {
	padding: 0px; 
	margin: 0px;}
ul {
	list-style-type: none;
}
.clear {
	clear: both;
}
/*----MAIN PANEL----*/
#mainPan {
		width:911px; 
		position:relative; 
		margin:0 auto; 
		background: url(../imatges/fondos/marc.jpg) right top repeat-y;
					
		}
/*---HEADER-FOOTER---*/
#img_loading {
	display: block;
	margin: 100px auto;
	#margin: 100px 319px;
	background: url(../imatges/vinyetes/loaging.gif) right top no-repeat;
}
#header {
	width: 911px;
	
}
/*----Left Panel----*/
#leftPan {
	width: 702px;
	float: left;
	margin-left: 11px;
	
	/*border-top: dotted 1px #b2b2b2;*/
		
}
#leftPan .horitzontal {
	float:left;
	padding-top: 1px;
	#margin-top:-6px;
	#margin-bottom:-6px;
	background: url(../imatges/fondos/horit.jpg) left repeat-x;
	width: 701px;
}
/*-----Right Panel ----*/
#rightPan {
	float: left;
	width: 188px;
	#magin-left: 2px;
/*	#width: 150px;*/
}
#rightPan ul{
	width: 184px;
}
#rightPan li {
	display: block;
	text-align: right;
}
#rightPan li a {
	display: block;
	text-decoration: none;
	margin-left: 2px;
	margin-bottom: 6px;
	
	border: solid 1px #c3cbd3;
	text-align: right;
	color: #8091a1;
	padding: 10px 13px 10px 0px;
	background: url(../imatges/vinyetes/fletxa01.jpg) left no-repeat #FFFFFF;
}

#rightPan li.actual a{
	display: block;
	text-decoration: none;
	margin-left: 2px;
	margin-bottom: 6px;
	border: solid 1px #c3cbd3;
	text-align: right;
	color: #FFFFFF;
	padding: 10px 13px 10px 0px;
	background: url(../imatges/vinyetes/fletxa02.jpg) left no-repeat #8091a1;
}

#rightPan li.actual_sleeve a{
	display: block;
	text-decoration: none;
	margin-left: 2px;
	margin-bottom: 6px;
	border: solid 1px #c3cbd3;
	text-align: right;
	color: #FFFFFF;
	padding: 10px 13px 10px 0px;
	background: url(../imatges/vinyetes/fletxa_sleeve.jpg) left no-repeat #0db3d7;
}
#rightPan li.actual_adhesivas a{
	display: block;
	text-decoration: none;
	margin-left: 2px;
	margin-bottom: 6px;
	border: solid 1px #c3cbd3;
	text-align: right;
	color: #FFFFFF;
	padding: 10px 13px 10px 0px;
	background: url(../imatges/vinyetes/fletxa_adhesivas.jpg) left no-repeat #fd8601;
}
#rightPan li.actual_iml a{
	display: block;
	text-decoration: none;
	margin-left: 2px;
	margin-bottom: 6px;
	border: solid 1px #c3cbd3;
	text-align: right;
	color: #FFFFFF;
	padding: 10px 13px 10px 0px;
	background: url(../imatges/vinyetes/fletxa_iml.jpg) left no-repeat #1f9c81;
}
#rightPan li a:hover{
	color: #8091a1;
	background: url(../imatges/vinyetes/fletxa03.jpg) left no-repeat #ececec;
}


/***************************	FOOTER	**********************************/
#footer {
	width: 889px;
	background-color: #fbfbfb;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	padding: 27px 0px;
	text-align: center;
	margin: 0px 11px 0px 11px;
}
#footer ul#llista_menu {
	display: block;
	float: left;
	width: 690px;
	margin: 0px 0px 0px 20px;
	text-align: center;
}
#footer ul#llista_menu  li {
	float: left;
}
#footer ul#llista_menu  li a{
	display: block;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
	width: 110px;
	text-align: center;	
	border-right: dotted 1px #999999;
}
#footer ul#llista_menu  li a.primer_menu{
	border-left: dotted 1px #999999;
}
#footer ul#llista_menu li a:hover, #footer ul#llista_menu  li a.primer_menu:hover{
	color: #000000;
}

#footer ul#credits_mapa {
	display: block;
	float: right;
	width: 165px;
	padding-left: 20px;
	margin: -14px 0px 20px 20px;
	text-align: left;
	border-left: dotted 1px #999999;
}
#footer ul#credits_mapa  li {
	float: left;
	width: 80px;
	height: 15px;
}

#footer ul#credits_mapa  li a.credits {
	float: left;
	font-size: 10px;
	padding: 1px 0px 5px 15px;
	margin-right: 15px;	
	color: #666666;
	text-transform:lowercase;
	text-decoration: none;
	background: url(../imatges/vinyetes/credits.gif) left 2px no-repeat;
}
#footer ul#credits_mapa  li a.mapa_lloc {
	float: left;
	font-size: 10px;
	padding: 1px 0px 5px 15px;
	margin-right: 15px;	
	color: #666666;
	text-transform:lowercase;
	text-decoration: none;
	background: url(../imatges/vinyetes/map.gif) left top no-repeat;
}
#footer ul#credits_mapa  li a.credits:hover, #footer ul#credits_mapa  li a.mapa_lloc:hover {
	color: #000000;
}
#footer p {
	display: block;
	text-align: center;
	width: 855px;
	padding-top: 20px;
	border-top: dotted 1px #999999;
	padding-bottom: 5px;
}