@import url(general.css);



/* ------------------  LAYOUT  ------------------ */

#ppal { width: 555px; } /* per a que cąpiga la llista*/


/* --------------  TĶTOLS PĄGINA  ------------- */

h2#csecvver span { background-image: url(../grafics/csecvver.gif); }
h2#csecvdes span { background-image: url(../grafics/csecvdes.gif); }


/* ------  ELEMENTS  DEL  BLOC  PRINCIPAL  ------ */

#ppal img { float: right; }	/* fletxa top */

#ppal ul {							/* general a les llistes */
 	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: justify;
}

#ppal ul.llivers li {			/* subversions */
	background: transparent url(../grafics/lstverv.gif) left top no-repeat;
	padding: 0;
	margin: 0;
	padding-left: 12px;
	margin-bottom: 60px;
	font-size: 12px;
	font-weight: bold;
}

#ppal ul.lliprog li {			/* aplicacions */
	background: transparent;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #f28400;
}

#ppal ul.lliprog li em, #ppal dt span.nota {		/* comentari manteniment i destacables */
	color: #f00;
	font-size: 10px;
	font-weight: normal;
	margin-left: 10px;
}
#ppal dt span.nota {
	margin-left: 5px;
	font-style: normal;
}

#ppal ul.llimill { margin-top: 10px; }		/* llista millores */

#ppal .llimill ul.llimill { margin-top: 1px; }		/* llista millores anidada */

#ppal ul.llimill li {
	background: transparent url(../grafics/lstverm.gif) left top no-repeat;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	padding-left: 8px;
	font-weight: normal;
	color: #000; /* #f28400; */ /* #bf9000; */
}

#ppal ul.llivers dl {
	margin: 10px 0 0 10px;
	font-weight: normal;
}

#ppal ul.llivers dt {
	margin-top: 10px;
	color: #f28400;
	font-weight: bold;
}

#ppal ul.llivers dd {
	margin-left: 25px;
	text-align: justify;
	color: #003;
}
	