.testata {
	background:#C72815 url(../images/testata_red.gif) no-repeat scroll left bottom;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	margin:0 0 0px 0;
	padding:3px 0 15px 10px;
	display:block;
	font-size:12px;
}

.testata.grey {
	background:#EEEEEE url(../images/testata_grey.gif) no-repeat scroll left bottom;
	color:#000;

}

.testata.orange {
	background:#FF7701 url(../images/testata_orange.gif) no-repeat scroll left bottom;
	color:#FFF;
}

.testata.green {
	background:#B0C933 url(../images/testata_green.gif) no-repeat scroll left bottom;
	color:#FFF;
}

