html, body, * {
	margin: 0;
	padding: 0;
}





img.picbg{
   background: url(images/bk.png) no-repeat;
}


.bordinodotted ul
{
   list-style:none; 
   margin: 0px;
   padding-left:10px;
}

.bordinodotted li
{
   margin-bottom: 3px;
}

.bordinodotted li a
{
   color: #000;
}




ul.compiti {
   list-style:disc; 
   margin: 0px;
   padding: 0px;

}
ul.compiti li{
   margin: 0px;
   padding: 0px;

}

ul.scompiti {
   list-style:square; 
   margin:0px 10px 5px 0px;
   padding-left:20px;

}

.contenitore_box_blu {
	height: 50px;
	width: 200px;
	position: relative;
	margin-bottom: 15px;
	background: url(img/box_azzurro.jpg) no-repeat center center;
}

.contenitore_box_giallo {
	height: 50px;
	width: 200px;
	position: relative;
	margin-bottom: 15px;
	background: url(img/box_giallo.jpg) no-repeat center center;
}


div.box_giallo {
	text-align: center;
	width: 200px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -17px;
	position: absolute;
}

div.box_azzurro {
	height: 50px;
	width: 200px;
	font-size: 12px;
	position: absolute;
	text-align: center;

	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -17px;
}




div.box_azzurro a, div.box_giallo a, div.box_azzurro a:visited, div.box_giallo a:visited {
	color: #010101;
	font-weight: bold;
	text-decoration: none;
}

div.box_azzurro a:hover, div.box_giallo a:hover {
	text-decoration: underline;
}
