div {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* ************* font per i testi interni ************************** */

#corpo #spazioGrafico #contenutoContent #testo h2 {

	padding:			0;
	margin:				0;
	font-size:			11px;
	font-weight:		bold;

}

#corpo #spazioGrafico #contenutoContent #testo p {

	padding:			0;
	margin:				0;
	font-size:			10px;
	color:				#b7b7b7;

}

#corpo #spazioGrafico #contenutoContent #testo p a,  #corpo #spazioGrafico #contenutoContent #testo p a:hover{

	padding:			0;
	margin:				0;
	text-align:			justify;
	font-size:			10px;
	color:				#b7b7b7;
	text-decoration:	none;

}

#corpo #spazioGrafico #contenutoContent #testo p a.geppetto:hover{
color:#C57E31;
}

.grigioText, .grigioText a, .grigioText a:hover {
	
	text-align:			justify;
	font-size:			10px;
	color:				#b7b7b7;
	text-decoration:	none;
	
}

/* per overlayer */

h1.wait {
	
	color:				#b7b7b7;
	font-size:			12px;
	font-weight:		bold;

}


/* ************* font le etichette ************************** */
/* usato in centriraccomandati.php */

p.etichetta{

	color:				#b7b7b7;
	font-size:			11px;
	font-weight:		bold;

}
