/* CSS Document */


#leftPan #contenidos h1 {
	display: block;
	float: left;
	width: 560px;
	border-bottom: solid 2px #eeac28;
	font-size: 16px;
	background: none;
	padding-top: 15px;
	padding-bottom: 3px;
	height: auto;
}
#leftPan #contenidos h2 {
	display: block;
	float: left;
	width: 545px;
	padding: 2px 0px 2px 12px;
	background: #eeac28;
	border: solid 1px #f9e2b1;	
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 11px;
	margin-left: -1px;
}
#leftPan #contenidos ul li {
	display: block;
	float: left;
	width: 545px;
	background:url(../imatges/vinyetes/fletxa.gif) left 10px no-repeat;
	padding: 5px 5px 5px 10px;
	border-bottom: solid 1px #eeac28;
	
}
#leftPan #contenidos ul li a {
	display: block;
	float: left;
	width: 517px;
	padding:1px 30px 3px 0px;
	color: #2d2f32;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	background: url(../imatges/vinyetes/link.jpg) right top no-repeat;
	text-transform: capitalize;
	
}
#leftPan #contenidos ul li a:hover {
	background: url(../imatges/vinyetes/link_ov.jpg) right top no-repeat;
	color: #000000;
}
/*******************************************************************************/

#leftPan #contenidos  ul.secundari li {
	display: block;
	float: left;
	width: 560px;
	margin: 0px 0px 0px 0px;
	#margin: 0px 0px 0px -10px;
	background:url(../imatges/vinyetes/fletxa.gif) left 10px no-repeat #f9e2b1;
	padding: 5px 0px 5px 0px;
}
#leftPan #contenidos ul.secundari li a {
	display: block;
	float: left;
	width: 517px;
	padding:1px 30px 3px 10px;
	color: #2d2f32;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	background: url(../imatges/vinyetes/link.jpg) right top no-repeat;
	text-transform: capitalize;
	
}
#leftPan #contenidos  ul.secundari li a:hover {
	background: url(../imatges/vinyetes/link_ov.jpg) right top no-repeat;
	color: #000000;
}