div.menulist {
	float: left;
	width: 196px;
	border: 1px solid #e3e3e3;
	margin-right: 13px;
	padding: 2px;
}

div.menulist div.rejilla {
	background: transparent url(../img/regilla.gif) repeat left top;
	height: 50px;
	margin-top:30px;
}

div.menulist ul {
	list-style: none;
	padding:0;
	margin-top: 7px;
	margin:0;
	position: relative;
}

div.menulist ul li{
	margin-bottom:2px;
}

div.menulist ul li a{
	display: block;
	
	font-size: 12px;
	font-weight: bold;
	padding:4px 0 0 8px;
	outline: none;
}

div.menulist ul li a:hover {
	text-decoration: none;
}

div.menulist ul li li a:hover {
	text-decoration: underline;
}


		.R a{
			background-image:url(../img/fons_R.jpg);
			height: 17px;
		}
		
		.marro a {
			color:#d99f15;
		}
		
		.C a{
			background-image:url(../img/fons_C.jpg);
			height: 17px;
		}
		.blau a{
			color:#69afd7;
		}
		
		.E a {
			background-image:url(../img/fons_E.jpg);
			height: 17px;
		}
		.verd a {
			color:#589305;
		}
		
		.V a{
			background-image:url(../img/fons_V.jpg);
		}
		.vermell a{
			color:#ad0d13;
			border:1px solid #9a5d61;
		}

div.menulist ul ul {
	margin-bottom: 20px;
	display: none;
}

div.menulist ul ul.current {
	display: block;
}

div.menulist ul ul a{
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	margin-bottom: 8px;
	background-image: none;
}

div.menulist ul ul ul {
	display: none;
	padding: 0 0 0 12px;
	margin: 0 0 0 12px;
}

div.menulist ul ul ul li{
		height: 30px; 
		margin-left: 0px;
}

div.menulist ul ul ul a{
	color: #5d5d5d;
	font-size: 10px;
	font-weight: bold;
	background: url(../img/flecha.gif) no-repeat left center;
	display: block;
	height: 15px;

	padding-top: 3px;
}

div.menulist ul ul ul a.current {
	color: black;
	background-image: url(../img/flecha_current.gif);
}

div.contingut {
	float:left;
	width: 694px;
	margin-left:7px;
	line-height:20px;
}

div.contingut h3{
	font-weight: bold;
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size:12px;
}

div.contingut ul{
	margin: 0;
	padding: 0 0 0 14px;
}

div.linea {
	padding-top: 10px;
	border-bottom: 1px solid #e3e3e3;
	clear: both;
}

table.productos {
	margin-top: 15px;
	width: 100%;
	height: 76px;
}

table.productos td.fotos{
	text-align: center;
	width: 228px;

	background-repeat:no-repeat;
	background-position:top;
	height:76px;
}

table.productos td.titol{
	text-align: left;
	border-bottom:1px solid #bcbcbc;
	font-weight:bold;
	color:#4782a4;
	line-height:normal;
	height:18px;
}

table.productos td.descripcio{
	text-align: left;
	color:#000;
	font-size:11px;
}

table.productos td.pdf{
	text-align:right;
	font-size:11px;
}

table.productos a{
	text-decoration:none;
	color:#333;
	font-weight:bold;
	font-size:10px;
}

table.productos a:hover{
	text-decoration:none;
	color:#c7141a;
}



