/* CSS Document */

#contenitore {
	position: relative;
	z-index: 10;
	width: 980px;
	background-color: red;
}

#upmenu {
	position: absolute;
	z-index: 15;
	top: 0px; left: 0px;
	width: 760px; height: 20px;
	background-color: black;
}

#white {
	position: absolute;
	z-index: 15;
	top: 0px; left: 761px;
	width: 219px; height: 19px;
	background-color: white;
}

#section_menu {
	position: absolute;
	z-index: 15;
	top: 40px; left: 220px;
	width: 540px; height: 30px;
}

#logo {
	position: absolute;
	z-index: 20;
	top: 0px; left: 20px;
	background-color: white;
}

#box_sx {
	position: absolute;
	z-index: 15;
	top: 320px; left: 0px;
	width: 220px;
	background-color: white;
}

#contenuti {
	position: absolute;
	z-index: 15;
	top: 260px; left: 220px;
	width: 540px;
}

#titolo {
	position: absolute;
	z-index: 15;
	top: 0px; left: 0px;
	width: 540px; height: 60px;
	background-color: #ff7300;
}

#testo {
	position: absolute;
	z-index: 15;
	top: 60px; left: 0px;
	padding-top: 19px;
	padding-bottom: 26px;
	padding-left: 20px;
	padding-right: 20px;
	/*background-color: #f0f0f0;*/
	background-color: #dedede;
}

#box_dx {
	position: absolute;
	z-index: 15;
	top: 320px; left: 760px;
	width: 220px;
	background-color: white;
}

#white1 {
	position: absolute;
	z-index: 15;
	top: 571px; left: 0px;
	width: 980px; height: 60px;
	background-color: white;
}


#box_sx ul#wef {
	margin: 0; padding: 5px 10px 0 20px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: none; color: #6F6F6F;
}
#box_sx ul#wef li {
	margin: 0; padding: 0 0 6px 8px;
	background: url(../img/dot_li.gif) 0 4px no-repeat;
	
	line-height: 1.1;
}
#box_dx p#video {
	margin: 0; padding: 0 20px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#box_dx p#video a {
	text-decoration: none; color: #6F6F6F;
}
#box_dx p#video a:hover {
	text-decoration: none; color: #6F6F6F;
}

/* BOX VIDEO E PDF*/
#contVideoPdf{
	float:left; 
	margin:8px 0;
}



/* BOX VIDEO E PDF*/
