@charset "UTF-8";
/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	/*background-image: url(../images/P2140292%201920x1080.jpg); 
	background-repeat: no-repeat;
	background-position: center top;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
html, body	{
	height: 100%;
}
#contenitore {
	min-height: 100%;
    height: auto /*!important*/;
    height: 100%;
    margin: 0 auto -150px;
}
.bg {
	min-height: 540px;
	min-width: 960px;
	width: 120%;
	height: auto;
	position: fixed;
	left: -100;
	top: 0;
	z-index:-9999;
}
.centrato {
	width:960px;
	margin:0px auto;
	height: 100%;
}
#header1	{
	background-color: #ffffff;
}
#header2	{
	background-color: #ffffff;
	opacity: 0.8;
}
#logo	{
	width: 300px;
	height: 70px;
	float: left;
}
footer	{
	background-color: #ffffff;
}
footer, #push {
    height: 150px;
    clear: both;
}
.tappo {
	clear: both;
}
#principale {
	width: 960px;
}
#principale ul {
	margin: 0;
	padding: 0;
	height: 50px;
}
#principale .current {
	color: #d4510e;
}
#principale li {
	list-style: none;
	float: left;
	position: relative;
}
#principale li ul {
	height: auto;
	display: none;
	position: absolute;
}
#principale a {
	display: block;
	line-height: 50px;
	width: 150px;
	color: #1d2f61;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-right: 1px solid #E4E4E4;
}
#principale .last	{
	border-right: 0px;
	border-bottom: 0px;
}
#principale li li a {
	width: 180px;
	line-height: 30px;
	text-align: left;
	font-size: 12px;
	padding-left: 20px;
	border-bottom: 1px solid #E4E4E4;
	border-right: 0px;
	background-color: #ffffff;
	opacity: 0.7;
}
#principale li li {
	float: none;
}
#principale li:hover ul {
	display: block;
}
/*#principale li:hover {
	background-color: #D0E7F2;
}
#principale li li:hover {
	background-color: #D0E7F2;
}*/
#principale li:hover a {
	color: #d4510e;
}
#principale li:hover li a {
	color: #1d2f61;
}
#principale li li a:hover {
	color: #d4510e;
}
#principale li li:hover > a	{
	color: #d4510e;
}


/*#principale ul ul ul {
  	left: -9999px;
  	top: 0px;
}
#principale ul ul li:hover > ul {
  	left: 100%;
}*/


#secondario {
	height: 50px;
}
#secondario .normal {
	width: 120px;
}
#secondario .large {
	width: 180px;
}
#secondario ul {
	margin: 0;
	padding: 0;
}
#secondario li {
	list-style: none;
	float: right;
}
#secondario a {
	display: block;
	line-height: 50px;
	color: #1d2f61;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
#secondario :hover {
	color: #d4510e;	
}
#motto	{
	width:300px;
	float: right;
	margin-top: 60px;
	font-size: 40px;
	color: #ffffff;
} 
h1	{
	margin-top: 40px;
	text-align: center;
	font-size: 24px;
	color: #1d2f61;
}
h2	{
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	color: #1d2f61;
}
.box-lezione	{
	width: 320px;
	text-align: center;
	float: left;
}
.box-lezione p	{
	font-size: 14px;
}
.box-lezione img	{
	box-shadow: -3px 3px 6px #222121;
	
}
.box-lezione img:hover	{
	box-shadow:
			-1px 1px 2px #d4510e,
			1px -1px 2px #d4510e,
			-1px -1px 2px #d4510e,
			1px 1px 2px #d4510e,
			-5px 5px 10px #222121;
}

.box-lezione a	{
	color: #1d2f61;
	text-decoration: none;
}
.box-lezione a:hover	{
	color: #d4510e;
	text-shadow: 1px 1px 1px #1A1A1A;
	font-weight:500;
}


#footer-left	{
	width:480px;
	float:left;
}
#footer-right	{
	width:480px;
	float:left;
}
footer p	{
	font-size: 12px;
	padding-left: 5px;
}
#footer-left p	{
	margin-top: 0px;
}
