#testoCanzone{
	position: absolute;
	height:	400px;
	top:	50%;
	width:	760px;
	left:	50%;
	overflow: hidden;
	margin-left:	-380px;
	margin-top:	-200px;
	padding: 0px;
	background: url('../img/viewImages/bg.gif') no-repeat;
	text-align: center;
}
#testo_box{
	position: absolute;
	height:	325px;
	width:	540px;
	top:	30px;
	left:	200px;
	overflow: auto;
}
/*
#testo_box h1{
	margin-bottom: 10px;
	margin: 10px 05px;
	font-weight: bold;
}
*/
#testo_box p{
	overflow: auto;
	text-align: center;
}
#testo_buttonBar button{
	font-weight: bold;
	border: 0;	position: absolute;
	height:	20px;	width:	20px;
	cursor: pointer;
	top:	160px;
	left:	165px;
	background-color: transparent;
	padding: 0; margin: 0;
}


.titolo{
	font-size: 24px;
	margin-top: 10px;
}
.descrizione{
	font-size: 12px;
}
.strofa{
	font-size: 12px;
}
.ritornello{
	font-size: 12px;
	font-weight: bold;
}

#tutti_i_testi{
	display: none;
}

