/* estils per a les pàgines dels cursos*/
.temari {
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	letter-spacing: normal;
	text-align: justify;	
}
.subtemari {
	list-style-type: lower-alpha;
}
.calendariTitol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
#scroll {
	position: absolute;
	height:32px;
	width: 46px;
	left: 480px;
	top: 380px;
	border: 0px;
}
#fotolateral {
	position:absolute; 
	top:40; 
	left:475; 
	height:280; 
	width:84; 
	background-image: url(imatges/lateral.jpg); 
	overflow:hidden;
}
#fotolateral2 {
	position:absolute;
	z-index:5; 
	top:40; 
	left:0; 
	height:280; 
	width:14; 
	background-image: url(imatges/lateral2.jpg);
	overflow:hidden;
}
#textCalendari {
	position: absolute;
	height: 35px;
	overflow:hidden;
	width: 60px;
	left: 480px;
	top: 480px;
	background-color: #660000;
}