body * {
	font-family:arial, sans-serif; font-size:11px;
	color:rgb(127,127,127); line-height:17px;
}

body {
	background-color:white; text-align:center; padding:10px; margin:0px;
}

div, a, img,form, input, textarea, select, span, table, h1, h2, h3, h4, h5, h6, object, dl, dd, dt {
	position:relative; text-align:left; padding:0px; margin:0px; 
}

a {
	color:rgb(0,164,13); text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

div.clearFloat {
	clear:both; font-size:1px; width:100%; margin:0px; height:0px; background-color:transparent;
	float:none;
}

/********* Canvas **************/

div#canvas {
	width:90%; margin:auto; 
}

	
	/********* capcelera **************/
	div#capcelera {
		height:50px; padding-top:0px; margin-bottom:30px;
	}
	
		div#capcelera img#logo {
			float:left;
		}
		
		div#capcelera p {
			display:none;
		}
			
			
	#menu {
		display:none
	}
	
	div#branding {
		display:none
	}
			
	
	
	/***** MENU LATERAL ******/	
	ul.menu-lateral {
		display:none
	}
	
	
	/***** INFO RELACIONADA ******/			
	div#info-relacionada {
		display:none
	}
	
		
		
		
		
		
			
			
			div#footer {
				background-color:rgb(245,245,245); border:1px solid white; padding:4px 8px; font-size:10px;
			}
			
				div#footer ul {
					display:none; position:relative; list-style:none; margin:0px; padding:0px; float:right; width:auto;
				}
				
					div#footer ul li {
						position:relative; top:1px; float:left; padding:0px 6px; line-height:9px;
						border-right: 1px solid rgb(196,196,196);
					}
					
					div#footer ul li.ultim {
						border:0px; clear:right;
					}
					
					div#footer ul li a {
						color:rgb(122,122,122); font-size:10px; line-height:12px;
					}
				
				div#footer img {
					vertical-align:-4px;
				}
					
				
				
	
	
	
	

	




























	



	
/***** CONTINGUT CENTRAL ****/	
div#contingut {
	float:none; width:auto; margin:0px 0px 21px 30px; padding:0px; 
}

div#contingut.reduit {
	width:auto; margin-left:0px;
}
	
	/* Miscel·lanea */ 
	.primer {
		clear:left;
	}
	
	.center {
		text-align:center !important;
	}
	
	.right {
		text-align:right !important;
	}
	
	.clearFloat {
		clear:both;
	}
	
	
	/* Titulars*/
	div#contingut h3,  div#contingut h4 {
		color:rgb(0,164,12); float:left; text-transform:uppercase; margin:4px 0px 31px 0px;
		padding:0px 10px 0px 0px; border-right:1px solid rgb(0,164,12); line-height:11px;
	}
	
	div#contingut h4 {
		padding:0px 0px 0px 10px; border-right:0px solid rgb(0,164,12);
	}
	
	div#contingut h5 {
		font-size:11px; font-weight:bold; color:rgb(0,164,12); clear:both;
		padding-bottom:2px; margin:40px 0px 15px 0px; border-bottom:1px solid gray;
	}
	
		div#contingut h5.primer {
			margin-top: 0px; 
		}
		
		div#contingut h5.usuari {
			color:black; border-bottom:0px; 
		}
	
	div#contingut h6 {
		font-size:11px; font-weight:normal; background-color:rgb(240,240,240); margin:20px 0px 10px 0px;
		padding:2px 5px; clear:both; border-left:3px solid rgb(220,220,220); 
	}
	
	
	
	/* Paragrafs */
	div#contingut p {
		margin-bottom:10px; margin-top:0px; line-height:20px; text-align:justify;
	}
	
	div#contingut p.destacat {
		font-size:12px; font-weight:bold;
	}
	
	div#contingut p.pdf,div#contingut p.powerpoint,
	div#contingut p.image, div#contingut p.file,
	div#contingut p.word, div#contingut p.excel,
	div#contingut p.audio, div#contingut p.video {
			height:16px; padding-left:25px;
		}
		
		div#contingut p.pdf {
			 background: url('../img/pdf_icon.gif') no-repeat left top;
		}
		
		div#contingut p.powerpoint {
			background: url('../img/powerpoint_icon.gif') no-repeat left top;
		}
		
		div#contingut p.image {
			background: url('../img/image_icon.gif') no-repeat left top;
		}
		
		div#contingut p.file {
			background: url('../img/file_icon.gif') no-repeat left top;
		}
		
		div#contingut p.word {
			background: url('../img/word_icon.gif') no-repeat left top;
		}
		
		div#contingut p.excel {
			background: url('../img/excel_icon.gif') no-repeat left top;
		}
		
		div#contingut p.audio {
			background: url('../img/audio_icon.gif') no-repeat left top;
		}
		
		div#contingut p.video {
			background: url('../img/video_icon.gif') no-repeat left top;
		}
	
	div#contingut p.boto {
		text-align:center; margin-top:15px; margin-bottom:20px;
	}
	 
	
	
	
	/* Imatges */
	div#contingut  img.alignLeft {
		float:left; margin:0px 17px 10px 0px; top:7px
	}
	
	div#contingut  img.alignRight {
		float:right; margin:0px 0px 10px 17px; top:7px
	}
	
	
	
	/* Formularis */
	
		div#contingut input.boto {
			text-align:center; background-color:#F5FCF5; border:1px outset #F5FCF5; margin-right:10px;
		}
	
	
	/* -------------   Llistes ----------------  */
	
	
		/* General "definicio" */
		div#contingut dl {
			border:2px solid rgb(229,246,228); padding:0px; margin:0px 0px 30px 0px; 
			float:none; display:block; line-height:0px;
		}
		
			div#contingut dt {
				clear:both;background-color: rgb(229,246,228); color:rgb(90,90,90); padding:0px 4px 0px 4px; margin:-2px 0px 2px 0px;
			}
			
			div#contingut dd {
				padding:0px 5px 0px 24px; margin:0px 0px 10px 0px; 
			}
				div#contingut dd img.alignLeft {
					top:4px; margin:0px 10px 5px -15px;
				}
			
			div#contingut dl dl {
				border:0px;  margin:5px 0px 0px 0px;
			}
			
			div#contingut dl dl dt {
				border-bottom:1px dotted rgb(90,162,96); background-color:transparent; color:black;
			}
			
		
		
		/* General "desordenada" */
		div#contingut ul {
			list-style:square; 
		}
		
			div#contingut ul ul {
				margin-top:10px; margin-bottom:15px; list-style:circle;
			}
			
			div#contingut ul li {
				line-height:20px; margin-bottom:5px;
			}
			
		
		
		
		/* Caixes flotants */
		div#contingut dl.caixes {
			float:left; margin-right:3px; height:65px; margin-bottom:10px; margin-top:0px;
		}
		
		div#contingut dl.num3 {
			width:32%;
		}
		
		div#contingut dl.num2 {
			width:48.2%;
		}
		
		div#contingut dl.ultima {
			margin-right:0px;
		}
		
		
		
		
		
	
	
	
		
	
	
	/* Taules diverses */
	
		/* Tarifa de preus */
		
		table.tarifes {
			border-spacing:1px; font-size:10px; width:100%; clear:left;
		}
			table.tarifes th {
				color:white; background-color:rgb(90,162,96); font-weight:normal; text-align:center;
			}
			
			table.tarifes td.subtitols {
				padding:0px 10px !important; font-weight:normal !important;
			}
			
			table.tarifes td.numeros {
				color:white; background-color:rgb(90,162,96); font-weight:normal; padding:0px 8px;
			}
			
			table.tarifes td.imatges-vehicles {
				background-color:rgb(238,238,238); text-align:center; padding:12px 24px;
			}
			
			table.tarifes td.descripcio {
				background-color:rgb(212,212,212); color:black; padding:12px 24px; text-align:left;
			}
			
			table.tarifes td.preu1 {
				background-color:rgb(241,214,159); color:black; font-weight:bold; text-align:center;
				padding:0px 12px;
			}
			
			table.tarifes td.preu2 {
				background-color:rgb(224,189,135); color:black; font-weight:bold; text-align:center;
				padding:0px 12px;
			}
			
			
		
		table.form {
			width:100%;
		}
		
			table.form th {
				border-bottom: 4px solid rgb(229,246,228);  text-transform:uppercase;
				padding:20px 10px 2px 5px;
			}
			
			table.form th.primer {
				padding-top:0px;
			}
			
			table.form td {
				border-bottom:1px solid rgb(229,246,228); vertical-align:top;
			}	
			
			table.form td.ques {
				text-align:right; width:40%; padding-right:1%; padding-top:3px;
			}
			
			table.form td.num4 {
				 width:25%;
			}
			
			table.form td.res {
				padding:2px 5px; 
			}
			
			table.form  input {
				border:1px inset rgb(229,246,228);  color:black; padding:1px;
				line-height:normal; width:100%; background-color:#F5FCF5;
			}
			
				table.form  td.res input {
					vertical-align:-2px;
				}
			
				table.form td.res input.data, table.form td.res input.cp,  {
					width:80px;
				}
				
				table.form td.res input.telf, table.form td.res input.usuari {
					width:40%;
				}
			
			table.form input.radio {
					width:auto; border:0px; background-color:transparent;
			}
			
			
		table.llista {
			width:100%;
		}
		
			table.llista th {
				border-bottom: 4px solid rgb(229,246,228);  text-transform:uppercase;
				padding:0px 10px 2px 5px;
			}
			
				table.llista th a.ordenar {
					position:relative; top:2px;
				}
			
			table.llista td {
				border:1px solid rgb(229,246,228); vertical-align:top; padding:2px 3px;
			}	
			
			
			
		
		
		/* blocs especifics */
		
			/* Notícies */
		
			div#contingut p.noticies a {
				display:block; text-align:right; margin:10px 0px 0px 0px;
				padding-bottom:5px; float:right; 
			}
			
			
			div#contingut h5 span.data {
				font-weight:normal; 
			}
			
			p.tornar {
				clear:both; border-top:1px dotted gray; padding:2px 5px; margin-top:10px;
			}
			
			
			/* taula targetes */
			
			table.targetes th {
				font-size:10px; text-transform:none; padding-top:0px; border-bottom-width:1px;
			}
			
			table.targetes td input {
				width:90%; border:1px inset rgb(229,246,228);  color:black; padding:1px; line-height:normal;
			}
			
			/* modalitats de pagament */
			
			div.targetes{
				clear:both; border-bottom: 1px dotted gray; height:60px; margin-bottom:20px;
			}
			
			div.targetes a {
				display:block; float:left; width:24%; text-align:center; height:70px;
			}
			
				
	
	































	
	