/*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:270px;
	height:1350px;
	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;
}

#img{position:absolute;z-index:10;margin-left:252px;}
#shItem{

	font:11px Verdana, Geneva, sans-serif;
	color: #FFF;
	position:absolute;
	width: 100px;
	background-color:#CCC;
	z-index:10;
	margin-top:85px;
	text-align:center;
	margin-left:-40px;
	-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;
}


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

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:#2685AC; margin-bottom:12px;}
#treeMenu ul { list-style:none;}
#treeMenu ul li {overflow:hidden; 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 {background:#F9FAFC; }

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

#treeMenu ul li a { color:#2685AC; font-size:11px; padding:7px 10px; display:inline-block; text-decoration:none; width:185px; float:left; }
#treeMenu ul li a:hover { /*font-weight:bold;*/ color:#333; }
#treeMenu ul li a:active { /*font-weight:bold;*/ color:#2685AC;}

#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:#2685AC; font-size:10px; padding:5px 0; margin-left:15px; float:left;  width:180px; }
	#treeMenu ul li li a:hover { text-decoration:none; color:#333; } 
	#treeMenu ul li li span { float:right; display:inline; width:15px; 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;}