/*html { background:url(../images/fondo.jpg) repeat-y 0 0;}*/

html { background:url(../images/fondo.jpg) repeat-y 0 0;}


html * { margin:0; padding:0;}
body {} 

#main {
	width:240px;
	height:6400px;
	margin:30 auto;
	margin-left:5px;
	position:relative;
	float:left;
}

div#menu { }
div#copyright {
    font:11px Verdana, Geneva, sans-serif;
    color:#222;
    text-indent:30px;
    padding:140px 0 0 0;
	text-indent:-999999999999999999px;
}

#shItem{

	font:11px Verdana, Geneva, sans-serif;
	color: #FFF;
	position:absolute;
	width: 100px;
	background-color:#CCC;
	z-index:10;
	margin-top:85px;
	*margin-top:40px;
	text-align:center;
	margin-left:-40px;
	*margin-left:auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#shItem a{
	text-decoration: none;
	font:11px Verdana, Geneva, sans-serif;
	color: #FFF;
}

#opencloseLevels{

	font:11px Verdana, Geneva, sans-serif;
	color: #FFF;
	position:absolute;
	width: 100px;
	background-color:#CCC;
	z-index:10;
	margin-top:195px;
	*margin-top:40px;
	text-align:center;
	margin-left:-40px;
	*margin-left:auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#opencloseLevels a{
	text-decoration: none;
	font:11px Verdana, Geneva, sans-serif;
	color: #FFF;
}


#exercicis{
	position:absolute;
	left:275px;
	width:72%;
	*width:75%;
	min-height:6400px;
	*height:6400px;
	padding-right:40px;
	margin-right:10px;
	background-color:#FFF;
	text-align:left;
	overflow:visible;
}

a { outline:0 none;}

.rightPrt {   position:absolute; left:324px; top:274px;}
div.link {  width:322px; height:255px; float:left; display:inline; }
div.link a {  width:100%; height:100%; display:block; text-decoration:none; outline:none 0; }

#treeMenu { position:absolute; right:auto; left:10px; top:8px; width:237px;  font:normal 10px Verdana, Geneva, sans-serif; }
#treeMenu h2 { font: 20px Verdana, Geneva, sans-serif; color:#555555; margin-bottom:12px;}
#treeMenu ul { list-style:none;}
#treeMenu ul li {
	overflow:hidden;	
	width: 270px;
	/*border:solid 1px #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-bottom:dashed 1px #eee;
	border-top:solid 1px #fff;*/
}

#treeMenu ul li:hover {
		width: 270px;
		/*background: rgb(249, 250, 252) transparent;
		background: rgba(249, 250, 252, 0.5);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9FAFC, endColorstr=#F9FAFC);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9FAFC, endColorstr=#F9FAFC)";*/

 }

#treeMenu ul li span { display:inline-block; margin-left: 10px; width:30px; height:30px; background:url(../images/treeSplit.png) no-repeat 100% 0;  cursor:pointer;}

#treeMenu ul li a { color:#555555; font-size:11px; padding:7px 10px; display:inline-block; text-decoration:none; width:175px; float:left;
	border: solid 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: dashed 1px #eee;
	border-top: solid 1px #fff;
}
#treeMenu ul li a:hover { color:#333; 
	border: solid 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: dashed 1px #eee;
	border-top: solid 1px #fff;
	background: rgb(249, 250, 252) transparent;
		background: rgba(249, 250, 252, 0.5);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9FAFC, endColorstr=#F9FAFC);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9FAFC, endColorstr=#F9FAFC)";
}
#treeMenu ul li a:active {color:#555555;
	border: solid 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: dashed 1px #eee;
	border-top: solid 1px #fff;
}

#treeMenu ul li span.opened { background-position:100% -61px;}

	#treeMenu ul li div { clear:both; height:auto; }
	#treeMenu ul li li {  border:0; margin:0; padding-left:10px; clear:both; }
	#treeMenu ul li li a { color:#555555; font-size:10px; padding:5px 0; margin-left:15px; float:left;  width:185px; }
	
	#treeMenu ul li li a:hover { 
	text-decoration:none; color:#333;
	 background: rgb(249, 250, 252) transparent;
	background: rgba(249, 250, 252, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9FAFC, endColorstr=#F9FAFC);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9FAFC, endColorstr=#F9FAFC)";

} 
	#treeMenu ul li li span { float:right; margin-right: 20px; display:inline; width:25px; height:20px;  background-position:-10px -263px; cursor:default; padding-right:4px;}	
	#treeMenu ul li li span.closed { background-position:-10px -131px; cursor:pointer;}
	#treeMenu ul li li span.closed.opened { background-position:-7px -197px;}		
	#treeMenu ul li li li { padding-top:3px; }
	.treeMenuL2 {border-bottom:dashed 1px #eee;  border-top:dashed 1px #fff;}
