@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align:baseline;
	text-rendering:optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
	font-family:'segoe';
	src:url(../fonts/segoeuil.ttf);
}
@font-face {
	font-family:'segoeb';
	src:url(../fonts/seguisb.ttf);
}
@font-face {
	font-family:'segoe';
	src:url(../fonts/segoeuil.eot);
}
@font-face {
	font-family:'segoeb';
	src:url(../fonts/seguisb.eot);
}

@font-face {
	font-family:'arial';
	src:url(../fonts/arial.ttf);
}
@font-face {
	font-family:'verdana';
	src:url(../fonts/verdana.eot);
}
}

body {
	
	color:#333;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family:'segoe';
	
}
div 
{
    position:relative;
    float:left;
    background-color:transparent;
    color:#333;
    font-family:'segoe';
}
b 
{
    font-weight:bold;
}
strong 
{
    font-weight:bold;
}
em 
{
 font-style:italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.bold {
	color:#333;
	font-size: 16px;
	text-align: left;
	font-weight:bold;
	
	
}
.boldw {
	color:#fff;
	font-size: 16px;
	text-align: left;
	font-weight:bold;
	
	
}
.red 
{
    color:#24b4ff;
}
a 
{
  color: rgb(102,102,102);
  cursor:pointer;
}
.whitelink 
{
  color:#fff;
  cursor:pointer;
}
p 
{
    margin:5px;
	color: #333333;
	line-height:16px;
	font-size:16px;
	font-family:'arial';
	text-align:left;
	font-weight: lighter;
	text-rendering:optimizeLegibility;	
}
h1  {
	
	font-size:46px;
	font-weight:nommal;
	color:#666;
	letter-spacing:1px;
	text-align:left;
	margin:5px;
	line-height:50px;
	font-family:'arial';
	
}
h2 {
	margin:5px;
	
	color:#666;
	font-weight:normal;
	text-align:left;
	letter-spacing:0px;
	font-size:28px;
	font-family:'arial';
	
}
h3 {
	margin:5px;
	color:#666;
	font-weight:normal;
	text-align:left;
	letter-spacing:0px;
	font-size:24px;
	font-family:'arial';
	
}
h4 {
	margin:5px;
	color:#666;
	font-weight:normal;
	text-align:left;
	letter-spacing:0px;
	font-size:18px;
	font-family:'arial';
	
}
.right 
{
    float:right;
}
.left 
{
    float:left;
}
.text2
{
    width:246px;
    height:30px;
    border:none;
    margin-top:5px;
    padding-left:5px;
    padding-top:4px;
    background-color:#f5f5f5;
    font-family:'gautami';
    font-size:18px;
    text-align: left;
	font-weight: normal;
	line-height:18px;
	color:#000;
	transition: background ease-out 0.1s;
	-webkit-transition: background ease-out 0.1s;
	-o-transition: background ease-out 0.1s;
	-ms-transition: background ease-out 0.1s;
	-moz-transition: background ease-out 0.1s;
	border:3px solid #eee;
}
.text2:hover 
{
    background-color:#fff;
   
}
.text2:focus 
{
    background-color:#fff;
   
}
.text1 
{
    width:95%;
    height:40px;
    border:none;
    margin-top:5px;
    padding-left:5px;
    padding-top:4px;
    background-color:#ddd;
    font-family:'gautami';
    font-size:18px;
    text-align: left;
	font-weight: normal;
	line-height:18px;
	color:#000;
	-webkit-transition: background ease-out 0.1s;
}
.text1:hover 
{
    background-color:#eee;
   
}
.text1:focus 
{
    background-color:#eee;
   
}
.textDrop
{
    border:none;
    width:250px;
    height:35px;
    background-color:#f5f5f5;
    padding:5px;
    font-size:14px;
    margin-top:5px;
    color:#333;
    transition: background ease-out 0.1s;
	-webkit-transition: background ease-out 0.1s;
	-o-transition: background ease-out 0.1s;
	-ms-transition: background ease-out 0.1s;
	-moz-transition: background ease-out 0.1s;
    border:3px solid #eee;
}
.textDrop:hover
{
    background-color:#eee;
}
.button3
{
    border:none;
    color:#fff;
    font-size:26px;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    cursor:pointer;
    margin-left:0px;
    margin-top:5px;
    background: #64e557; /* Old browsers */
	background: -moz-linear-gradient(top, #64e557 30%, #55d248 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#64e557), color-stop(100%,#55d248)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #64e557 30%,#55d248 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #64e557 30%,#55d248 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #64e557 30%,#55d248 100%); /* IE10+ */
	background: linear-gradient(top, #64e557 30%,#55d248 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64e557', endColorstr='#55d248',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    
}
.button2
{
    border:none;
    color:#fff;
    font-size:24px;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    cursor:pointer;
    margin-left:0px;
    margin-top:5px;
    background: #2072de; /* Old browsers */
	background: -moz-linear-gradient(top, #2072de 20%, #1d66c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#2072de), color-stop(100%,#1d66c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2072de 20%,#1d66c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc4b4b 30%,#ff4040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc4b4b 30%,#ff4040 100%); /* IE10+ */
	background: linear-gradient(top, #fc4b4b 30%,#ff4040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4b4b', endColorstr='#ff4040',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    
}
.button1 
{
    border:none;
    color:#fff;
    font-size:26px;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    cursor:pointer;
    margin-left:0px;
    margin-top:5px;
    background: #666; /* Old browsers */
	background: -moz-linear-gradient(top, #666 0%, #3f3f3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666 30%,#3f3f3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666 30%,#3f3f3f 100%); /* IE10+ */
	background: linear-gradient(top, #666 30%,#3f3f3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    
}
.button1:hover
{
    background: #24b4ff; /* Old browsers */
}
.spacenews 
{
    position:relative;
    float:left;
    width:100%;
    min-height:20px;
    margin-top:10px;
    
}
.space 
{
    position:relative;
    float:left;
    width:100%;
    min-height:20px;
    
}
.filetto 
{
    width:98%;
    height:1px;
    background-color:#cec4b0;
    
}
.puro 
{
    text-decoration:none;
}
.underline 
{
    text-decoration:underline;
}
.titlePage h1
{
    text-transform:lowercase;

}

.titlePage 
{
    width:100%;
    
    margin-top:10px;
    
}
.subtitle 
{
    width:100%;
    margin-top:20px;
    
}
.subtitle h2
{
    text-transform:uppercase;
    background-image:url(../immagini/ico-title.png);
    background-size:39px;
    background-repeat:no-repeat;
    background-position:left;
    padding-left:40px;
}
.textcenter 
{
    text-align:center;
}
.textcenter2 
{
    text-align: justify;
}
.barra1 
{
    background-image:url(../immagini/diagonal-noise.png);
    background-size:100px;
    background-repeat:repeat;
    width:100%;
    height:10px;
}
.barraFil 
{
    width:100%;
    height:7px;
    border-bottom:1px solid #eee;
}

.messaggio 
{
    width:99%;
    min-height:20px;
    padding:5px;
    border:1px solid rgba(252,122,113,0.6);
    box-shadow:0px 0px 3px rgba(252,122,113,0.8);
    color:#ff685d;
    margin-top:10px;
    margin-left:10px;
    padding-bottom:10px;
}
.avviso 
{
    margin-top:15px;
    
}
.uppercase 
{
    text-transform:uppercase;
}
.BGorange 
{
    color:#fff;
    background-color:#5dd891;
    padding:3px 5px 3px 5px;
    font-size:14px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.big 
{
    font-size:22px;
    font-weight:bold;
}
.BGtable 
{
    background-color:#f5f5f5;
}
.BGwhite 
{
    background-color:#fff;
}
.little 
{
    font-size:13px;
}
.little2 
{
    font-size:11px;
}
.shadow 
{
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.waitmsg h3
{
    color:#fff;
    text-align:center;
    font-size:38px;
}
.waitmsg 
{
    
    width:450px;
    height:60px;
    position:absolute;
    bottom:0px;
}
.waitimg
{
    
    width:80px;
    height:80px;
    float:none;
    margin-top:70px;
    margin-left:180px;
    background-color: transparent;
    background-image:url(../immagini/busy.png);
}
.wait 
{
    background-color:rgba(37,37,37,0.45);
    border:2px solid rgba(37,37,37,0.20);
    width:440px;
    height:270px;
    
}
.allegato 
{
    background-color:#666;
    color:#fff;
}
.BGgolddiv p
{
    color:#f5f5f5;
    font-size:14px;
    text-align:lft;
    text-transform:uppercase;
    font-weight:bold;
}
.BGgolddiv:hover 
{
    background: #fc594f; /* Old browsers */
	background: -moz-linear-gradient(top, #fc594f 30%, #ec4a3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#fc594f), color-stop(100%,#ec4a3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fc594f 30%,#ec4a3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc594f 30%,#ec4a3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc594f 30%,#ec4a3f 100%); /* IE10+ */
	background: linear-gradient(top, #fc594f 30%,#ec4a3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc594f', endColorstr='#ec4a3f',GradientType=0 ); /* IE6-9 */
    
  
}
.BGgolddiv 
{
    background: #666; /* Old browsers */
	background: -moz-linear-gradient(top, #666 0%, #3f3f3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666 30%,#3f3f3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666 30%,#3f3f3f 100%); /* IE10+ */
	background: linear-gradient(top, #666 30%,#3f3f3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
    
    font-size:14px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.BGgold 
{
    
   background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 50%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 30%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 30%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top, #f5f5f5 30%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    
}
.BGgold2 
{
    
   background: #dcd5c0; /* Old browsers */
	background: -moz-linear-gradient(top, #dcd5c0 50%, #b8b099 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#dcd5c0), color-stop(100%,#b8b099)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dcd5c0 50%,#b8b099 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 30%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 30%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top, #f5f5f5 30%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    
}
/*******  PAGER *******/
.pager:hover 
{
    color: rgb(102,102,102);
}
.pager 
{
    background-color: #f5f5f5;
	
    padding:0px 5px 0px 5px;
    text-decoration:none;
}
.current 
{
    background-color: #24b4ff; 
	
    padding:0px 5px 0px 5px;
    text-decoration:none;
    color:#fff;
}
.esp-ico 
{
    background-image:url("../immagini/esp-ico.png");
    background-size:30px;
    background-repeat:no-repeat;
    padding-left:32px;
}
.ist-ico 
{
    background-image:url("../immagini/ist-ico.png");
    background-size:30px;
    background-repeat:no-repeat;
    padding-left:32px;
}
.esp-est
{
    background-image:url("../immagini/esp-est.png");
    background-size:30px;
    background-repeat:no-repeat;
    padding-left:32px;
}
.ul50  
{
    width:48%;
    min-height:100px;
    float:left;
    
}
