/* BOX*/
.boxTop1{
	margin-top:10px;
	background: #C06;
	width:460px;
}

.boxTop1 h1{
	color:#366;
	border-bottom:1px dotted #FFF;
	margin-bottom:10px;
}

.boxTop1 h1 .hi{
	color:#FFF;
}

.boxTop1 p{
	color: #333;
	font-size: 110%;
	padding-bottom: 10px;
}


.boxTop1 p.titolo{
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
}

.personaggi{
float:left;
width:150px;
}

.eventi{
float:left;
width:225px;
}

.testovideo a{	text-decoration: underline;	color:#000000; }
