@charset "UTF-8";
/* CSS Document */



html, body{ font-family:Arial, Helvetica, sans-serif;
scrollbar-face-color:#FF0000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E0E0E0;


}

/*--------------------------------------*/
/*	 logo e menu						*/
/*--------------------------------------*/


.logobianco{
	position:absolute;
	background-image:url(../img/logochic.png);
	width:100px;
	height:62px;
	right: 20px;
	bottom:8px;
}



#bottom-menu{
	position:absolute;
	top:auto;
	bottom:0px;
	left: 0px;
	width: 100%;
	height: 70px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color:#000;
	color: #fff;
}


ul.menu { 
	list-style: none;
	padding: 15px;
	/*background-attachment: fixed;*/
	/*background: #000;*/
	color: #fff;
	font-size:25px;
	/*overflow:hidden;*/
	}
		
ul.menu li { 
	float: left; 
	margin: 5px 0 0 10px;
} 

ul.menu li a { 
	color: #fff; 
	text-decoration: none;
	
}
ul.menu li a:hover { 
	color:#dc1720;
	
	
}


li.selected {font-weight: bold;	background-color:#dc1720;}




/*--------------------------------------*/
/*	HP box content dx				*/
/*--------------------------------------*/

.boxcontenthp{ 
	position:absolute;
	top:0px;
	right: 0px;
	width: 300px;
	height: 450px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color:#dc1720;



}

.testonewsthp{ 
	color:#FFF;
	padding-left:5px;
	font-size:24px;
	font-style:bold;



}

ul.menunews { 
padding-left:5px;
width:300;
list-style: none;
	/*background-attachment: fixed;*/
	/*background: #000;*/
	color: #fff;
	font-size:30px;
	font-style:bold;
	/*overflow:hidden;*/
	

	}
		
ul.menunews li {

	float: left; 
	margin: 10px 20px 0 0;
} 

ul.menunews li a { 
	color: #fff; 
	text-decoration: none;
	
}
ul.menunews li a:hover { 
	color:#ccc;
	
	
}

.testobianco{ 
	padding:10px;
	color:#FFFFFF;
	font-size:15px;
	line-height:18px;


}

a.linknormale { font-size:13px;
padding:10px;
	color: #fff;
	weight: bold;
	
}
a.linknormale:hover {
	color: #fff;
	text-decoration: underline;
}

/*--------------------------------------*/
/*	HP box sx scritta chic			*/
/*--------------------------------------*/


.boxscrittasx{ 
	position:absolute;
	top:60px;
	left: 0px;
	width: 300px;
	height: 40px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color:#000;
	color:#dc1720;
	font-size:35px;
	padding:10px;
	text-align:right;
	font-weight:bold;
	
}

.music{ 
	position:absolute;
	top:60px;
	left: 280px;
	width: 200px;
	height: 40px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

	color:#fff;
	font-size:35px;
	padding:10px;
	text-align:right;
	font-weight:bold;
	
}


.chic {
	color: #FFF;
}




.boxcontentnews{
	position:absolute;
	background-color:#000;
	top:60px;
	right: 0px;
	width: 700px;
	height: 450px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: #fff;
	filter: alpha(opacity= 90);
	-moz-opacity: .90;
	opacity: .90;
}

.title_news{
	padding:10px;
	color:#dc1720;
	font-size:28px;
	font-weight:bold;
	
	
}

.testo_news{
	
	color:#fff;
	font-size:12px;
	
	
}

.testo_news_important{
	padding-left:10px;
	
	color:#4f71ab;
	font-size:16px;
	
	
}

.testo_news_didascalia{
	
	
	color:#516433;
	font-size:14px;
	
	
}

.testo_news_didascalia a{
	
	
	color:#8b9b73;

	
	
}


.testo_news_didascalia_graphics{
	
	padding:10px;
	color:#516433;
	font-size:14px;
	
	
	
}
.testo_news_didascalia_graphics a{
	
	color:#8b9b73;

	
	
}


.testo_news a{
	text-decoration:none;
	color:#708bb7;
	
	
}

.testo_news a:hover{
	color:#708bb7;
	text-decoration:underline;
	
}

.artista{
	color:#fff;
	font-size:36px;
	letter-spacing:10px;
	
	
}


.box_img{
	
	top:30px;
	padding-left:10px;
	width:100px;
	height:100px;
	float:left;
	
	
}

.box_didascalia{
	
	top:30px;
	margin-left:5px;
	left:190px;
	padding-left:15px;
	width:550px;
	height:100px;
	color:#fff;
	float:left;
	border-bottom:thin #CCC dotted;
	margin-bottom:20px;
	
	
}

/*--------------------------------------*/
/*	LECHIC box content 				*/
/*--------------------------------------*/

.boxcontentchic{
	position:absolute;
	background-color:#000;
	top:0px;
	right: 0px;
	width: 350px;
	height: 600px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: #fff;
	filter: alpha(opacity= 70);
	-moz-opacity: .70;
	opacity: .70;
}



ul.work {
	list-style: none;
	padding: 5px;
	/*background-attachment: fixed;*/
	/*background: #000;*/
	color: #fff;
	font-size:13px;
	/*overflow:hidden;*/
	}
		
ul.work li { 
	float: left; 
	margin: 0px 0 0 10px;  
	width:200px;} 

ul.work li a { 
	color: #fff; 
	text-decoration: none;
	
}
ul.work li a:hover { 
			color: #fff; 
			text-decoration: underline;
	
}


/*--------------------------------------*/
/*	uiaccordion							*/
/*--------------------------------------*/


#accordion {
	/*height:400px;*/
	margin: 0 0 15px 0;
	overflow: auto;
	padding:10px;
	border-bottom:thin dotted #FFF;
	
}

#accordion h3{ 
	color:#FFFFFF;
	margin: 5px;
	font-size:25px;
}

#accordion h3 a{
	text-decoration:none;
	color:#FFFFFF;


}

#accordion a:hover{
	text-decoration:none;
	color:#dc1720;


}

.testowork{
	font-size:9px;
	padding:5px;
	color:#666;

}

/*--------------------------------------*/
/*	MUSIC box content 					*/
/*--------------------------------------*/




.boxcontentmusic{
	position:absolute;
	background-color:#000;
	top:150px;
	left: 0px;
	width: 320px;
	height: 300px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: #fff;
	filter: alpha(opacity= 70);
	-moz-opacity: .70;
	opacity: .70;
}

.boxcontentmusicmain{
	position:absolute;
	background-color:#000;
	top:150px;
	left: 351px;
	width: 600px;
	height: 380px; /*Height of top frame div*/
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	color: #fff;
	filter: alpha(opacity= 90);
	-moz-opacity: .90;
	opacity: .90;	
}


.title_music{
	padding:10px;
	color:#dc1720;
	font-size:18px;
	
	
}

.testo_music{
	padding-left:10px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	
	
}

.testo_music a{
	text-decoration:none;
	color:#f08a53;
	
	
}

.testo_music a:hover{
	color:#f08a53;
	text-decoration:underline;
	
}
.testo_music_important{
	color:#f08a53;
	font-size:12px;
	font-weight:bold;
	
	
	
}




ul.music {
	list-style: none;
	/*background-attachment: fixed;*/
	/*background: #000;*/
	color: #fff;
	font-size:13px;
	/*overflow:hidden;*/
	width:400px;
	height:500px;
	text-align:left;
	left:60px;
	top:20px;

	}
		
ul.music li { 
	float: left; 
	margin: 0px 0 0 10px;  
	width:400px;
	} 

ul.music li a { 
	color: #fff; 
	text-decoration: none;
	
}
ul.music li a:hover { 
			color: #fff; 
			text-decoration: underline;
	
}






/*--------------------------------------*/
/*	NETWORKS box content 				*/
/*--------------------------------------*/

.boxcontentnetworks{
	position:absolute;
	background-color:#000;
	top:-4px;
	right: 0px;
	width: 350px;
	height: 600px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: #000;
	filter: alpha(opacity= 70);
	-moz-opacity: .70;
	opacity: .70;
}


ul.network {
	list-style: none;
	padding: 5px;
	/*background-attachment: fixed;*/
	/*background: #000;*/
	color: #000;
	font-size:13px;
	/*overflow:hidden;*/
	}
		
ul.network li { 
	float: left; 
	margin: 0 0 0 10px;  
	width:200px;
	line-height:16px;
	} 
	

ul.network li a { 
	color: #fff; 
	font-style:bold;
	text-decoration: none;
	
}
ul.network li a:hover { 
			color: #dc1720; 
			text-decoration: underline;
	
}


.titolonero{ 
	padding:10px;
	color:#dc1720;
	font-size:25px;
	font-style:bold;

}
/*--------------------------------------*/
/*	CONTACTS box content 				*/
/*--------------------------------------*/
.boxcontentcontact{
	position:absolute;
	background-color:#000;
	top:-3px;
	right: -2px;
	width: 350px;
	height: 600px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: #fff;
	filter: alpha(opacity= 70);
	-moz-opacity: .70;
	opacity: .70;
}


.testocontact{ 
	padding:10px;
	color:#dc1720;
	font-size:25px;
	line-height:28px;


}

a.linknormale { 
	padding:0px;
	color: #fff;
	weight: bold;
	
}
a.linknormale:hover {
	color:#dc1720;
	text-decoration: underline;
}
