/*

	CSS - Foglio di Stile
	A cura di Camillo Bella

*/


/* Impostazioni blocchi */


#bloccos {
	width: 15%;
	float:left;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
      	background-color: #ffffff;
}
#bloccod {
	width: 15%;
	float:right;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.cella1 {
	width: 100%;
	float: left;
	border: 0px solid #E3DDDD;
	text-align: center;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
        	color: #0000ff;
      	background-color: #ffffff;
}
.cella1 a:link, a:visited, a:active {
	width: 100%;
	text-align: center;
	text-decoration: none;
      	background-color: #ffffff;
        	color: #0000ff;
}

.cella1 a:hover {
	text-decoration: underline;
}
.cella1 img{

}



.cella2 {
	width: 99%;
	float: left;
	border: 1px solid #E3DDDD;
	text-align: center;
	margin: 0px 0px 5px 0px;
      	background-color: #ffffff;
}
.cella2titolo {
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

        	color: #2F4861;
        	background: #E3DDDD url("immagini/mc.png") repeat-x top;
	border-bottom: 1px solid #000;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	text-decoration: none;
} 

.cella2titolo a:link, a:visited, a:active {
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        	color: #2F4861;
        	background: #E3DDDD url("immagini/mc.png") repeat-x top;

	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	text-decoration: none;
}

.cella2titolo a:hover {
	text-decoration: underline;
}


 