@font-face {
	font-family: franklin;
	src: url('fonts/framdit.otf');
}

html, body {
    height: 100%;
}

html {
	margin:0px;
	padding:0px;
	border-width:0;
}

img {
	border: 0;	
}

body {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:12px;
	line-height:20px;
	background-color:#FFFFFF;
	border-width:0;
	overflow:auto;
	color: #9e9e9e;
}

h1 {
	margin-top: 15px;	
	margin-bottom: 15px;
}


a:link    {color:#1589B6;text-decoration:none;}
a:visited {color:#1589B6;text-decoration:none;}
a:active  {color:#1589B6;text-decoration:none;}
a:hover   {color:#1589B6;text-decoration:none;}

ul, li{ list-style: none;}

li{margin-left:15px;}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wrapper {
    width: 980px;
	margin: 0 auto;
}


.containerFull {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -82px; 
}

.logoHome {
	text-align: center;
}

.H1Home {
	font-size: 24px;
	color: #494949;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-family: franklin;
}

.clear {
	clear: both;	
}

.m10 {
	margin-top: 10px;
	margin-bottom: 10px;	
}


.mtop10 {
	margin-top: 10px;	
}

.mtop20 {
	margin-top: 20px;	
}

.tastoEntra {
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	width: 100px;
	border: 1px solid #7a7878;
	margin-top: 30px;
	font-size: 18px;
	color: #231f20;
	margin-bottom: 10px;
}

.tastoEntra a {
	color: #231f20;
}


/*########################
### FOOTER				##
########################*/

.footer, .push {
    clear: both;
    height: 150px;
}

.footer {
	background-image: url('../images/bgfooter.jpg');
	background-repeat: repeat-x;
	height: 82px;
	clear: both;
	
}

.footer .copyright {
	color: #909090;
	font-size: 10px;	
	text-align: center;	
	padding-top: 40px;
}

.footer .copyright a {color:#FFF;text-decoration:none;}


/*########################
### PAGINE				##
########################*/

.pagine {}

.pagine .logo {
	float: left;
	margin-top: 45px;
	margin-left: 65px;
}

.pagine .mondo {
	float: right;
}


.pagine .contenuti {
	width: 100%;
	height: 300px;
	background-color: #1589b6;
	position: relative;
}


.pagine .contenuti .contenuto {
	width: 600px;
	background-color: #fff;
	height: 300px;
	width: 900px;
	margin: 0 auto;
}

.pagine .contenuti .L01 {
	float: left;
	padding-left: 20px;
	padding-right: 40px;
	width: 500px;
	margin-top: -20px;
	height: 110%;
	background-color: #fff;
}


.pagine .contenuti .L02 {
	width: 340px;	
	background-color: #1589b6;
	float: right;
	height: 100%;
}

.pagine .contenuti h1 {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	color: #fac113;
	font-weight: normal;	
}

.pagine .contenuti p {
	color: #7E7E7E;
}

.pagine .contenuti .menuUL {
	width: 235px;
	padding-left: 15px;
	padding-top: 20px;
	
}

.pagine .contenuti .menuUL li {
	display: block;
	font-size: 20px;
	font-family: franklin;
	color: #fff;
	margin-bottom: 10px;
}

.pagine .contenuti .menuUL li a {
	color: #fff;
}


.pagine .contenuti .menuUL li.dotted {
	border-bottom: 1px dotted #fff;
	padding-bottom: 2px;
}

.sfumatura {
	-moz-box-shadow:  0px  0px 10px #aaaaaa;
    -webkit-box-shadow:  0px  0px 10px #aaaaaa;
    box-shadow: 0px 0px 10px #aaaaaa;
}


.ie8 .sfumatura {
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=0),
         progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=2, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=180),
         progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=1, Direction=270);
}
.ie8 .L02 {
	width: 338px !important;
	margin-left: 2px;
}

.blu {
	color: #009 !important;	
}

.ULNormal {
	padding: 0;
	margin: 0;
}

.ULNormal li { 
	font-size: 12px;
	color: #7E7E7E;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.LinkPiano {
	float: left; 
	font-size: 12px;
	margin-top: 30px;
	margin-left: 30px;
	text-transform: uppercase;
}


.LinkPiano a {
	color: #FCF48D !important;
}

.LinkEmail{
	float: right; 
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
}

#cookieChoiceDismiss {
    background: url("../images/close-icon.png") no-repeat scroll 3px 3px;
    cursor: pointer;
    display: block;
    font-family: icons;
    font-size: 105px;
    height: 100%;
    line-height: 64px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

@media only screen and (max-width: 640px){
    #cookieChoiceInfo {
        padding: 4px 30px 4px 4px!important;
        width: auto!important;
        }
}