@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #656563;
	background-image: url(img/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
}
a img { /* Questo selettore rimuove il bordo blu predefinito visualizzato in alcuni browser intorno a un'immagine quando è circondata da un collegamento.  */
	border: none;
}
a:link {
	color: #FF0;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
/* ~~ Questo contenitore a larghezza fissa circonda tutti gli altri div ~~ */
.container {
	width: 800px; /* Il valore automatico sui lati, abbinato alla larghezza, produce un layout centrato. */
	overflow: hidden; /* Questa dichiarazione indica al .container dove terminano le colonne con float che deve contenere */
	background-color: #656563;
	background-image: url(img/sfondo_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header_home {
	width: 766px;
	float: left;
	margin-left: 17px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(img/header_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 424px;
}
.menu_home {
	float: right;
	height: 95px;
	width: 384px;
	clear: none;
	margin-top: 162px;
}
.top_home {
	float: right;
	width: 384px;
	height: 74px;
	clear: both;
}
.header {
	width: 766px;
	float: left;
	margin-left: 17px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(img/header_int.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 274px;
}
.top {
	float: right;
	width: 384px;
	height: 39px;
	clear: left;
}
.menu {
	float: right;
	height: 95px;
	width: 599px;
	clear: both;
	margin-top: 139px;
}
.content {
	width: 766px;
	float: left;
	margin-left: 17px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #1C1C1C;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 15px;
}
.titolo {
	background-color: #1C1C1C;
	float: left;
	width: 741px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.titoletto {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.contenuti_home {
	background-color: #1C1C1C;
	width: 706px;
	float: left;
	text-align: left;
	line-height: 16px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
	min-height: 378px;
	background-image: url(img/sfondo_home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.contenuti {
	background-color: #1C1C1C;
	width: 706px;
	float: left;
	text-align: left;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
	min-height: 378px;
}
.news_sx {
	float: left;
	height: 165px;
	width: 375px;
	clear: left;
	padding-top: 30px;
	font-size: 10px;
	background-image: url(img/divisiorio.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
}
.news_dx {
	float: right;
	height: 165px;
	width: 315px;
	clear: right;
	padding-top: 30px;
	font-size: 10px;
	color: #CCC;
}
.foto_video {
	float: left;
	width: 375px;
	clear: left;
	padding-top: 20px;
	background-image: url(img/divisiorio_02.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	height: 155px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.live {
	float: right;
	width: 315px;
	clear: right;
	padding-top: 20px;
	height: 155px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sfondo_news {
	background-image: url(img/news_eventi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	color: #CCC;
	text-align: justify;
}
.sfondo_foto {
	background-image: url(img/fotogallery_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	color: #CCC;
}
.sfondo_video {
	background-image: url(img/videogallery_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	color: #CCC;
}
.sfondo_live {
	background-image: url(img/appuntamenti_live.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	color: #F90;
	font-size: 11px;
}
ul {
	margin-top: 5px;
	margin-left: -28px;
	line-height: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.sfondo_tabella {
	background-color: #000;
}
.successiva {
	float: right;
	color: #FF0;
	margin-top: 10px;
	margin-bottom: 0px;
}
.precedente {
	float: left;
	color: #FF0;
	margin-top: 10px;
	margin-bottom: 0px;
}
.footer {
	width: 716px;
	float: left;
	background-image: url(img/sfondo_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 80px;
	margin-left: 17px;
	clear: both;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #999;
	background-color: #252525;
}
.clearfloat { /* Questa classe può essere inserita in un <br /> o in un div vuoto come elemento finale subito dopo l'ultimo div con float (all'interno del #container) se il overflow:hidden sul .container viene rimosso). */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a.pagine:link {
	color:#FF0;
}
a.pagine:visited {
	color:#FF0;
}
.titolo_tour {
	font-size: 14px;
	font-weight: bold;
	color: #6CF;
	text-transform: uppercase;
}
.date_tour {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.titolo_film {
	font-size: 13px;
	font-weight: bold;
	color: #FC0;
	text-transform: uppercase;
	float: left;
}
.titolo_disco {
	font-size: 13px;
	font-weight: bold;
	color: #F90;
	text-transform: uppercase;
	float: left;
	text-align: left;
}
.info_film {
	font-size: 11px;
	float: right;
}
.tuttedate {
	font-size: 11px;
	float: left;
	padding-top: 15px;
}

.locandine {
	margin-top: 26px;
	border: 1px solid #333;
}
.bold {
	font-weight: bold;
}
a.piede:link {
	color:#999;
}
a.piede:visited {
	color:#999;
}
.social_home {
	float: left;
	height: 60px;
	width: 300px;
	margin-top: 310px;
}

