@charset "utf-8";



body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	1font-size: 14px;
	1line-height: 21px;
	background-color: #FFFFFF;


    background-image: url(sfondo.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;


}


.container{
	max-width: 1024Px;
    background-color: rgba(255,255,255,0.8);
	}

/*a, p, h1, h2, h3, h4, img{
	margin: 0px;
	padding: 0px;
}*/

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.stop{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* --- LETTURA --- */

.dida{
    font-style: italic;
    font-weight: normal;
    color: #666666;
    display: block;
    margin: 5px;
    font-size: 11px;
    background-image: url(/img/dida.png);
    padding-top: 17px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
}

.all-centro{
    display: block;
    text-align: center;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}


.all-centro object{
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}


.all-sinistra{
    display: block;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.all-destra{
    display: block;
    float: right;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/* ------------------------------------------------------------------ */


.arancio{
	background-color: #FF9600;
}
.rosso{
    background-color: #C81417;
}
.f-bianco{
	color: #FFFFFF !important;
}

.boxgrigio{
	background-color: #D8D8D8;
	border-radius: 25px;
}

th {
	background-color: #ECECEC;
}
.bg-blu {
	background-color: #111F2E;
}
.tx-blu {
	color: #111F2E;
}

.bg-nero {
    background-color: #000000;
}

.bg-rosso {
    background-color: #1E71B7;
}

.tx-nero {
    color: #000000;
}

.tx-arancio{ color: #FB6D09 !important;}

.tx-bianco {
	color: #FFFFFF;
}
.titolo {
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.sopra20{
    margin-top: 20Px;

}
.sotto20{
    margin-bottom: 20Px;

}




.img-video {position: relative;}
.img-video .play {
    position: absolute;
    bottom: 0px;
    left: auto;
    right: auto;
    width: 50%;
}



.testata {
    position: relative;
}

.testata-alto{
    height: 150Px;
    background-image: url(logo-speciale-sotto.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.testata-basso{
    padding-top: 40Px;
    padding-bottom: 30Px;
    background-color: #fff;
}

.testata-logo{
    position: absolute;
    top: 60px;
    left: 40px;
    background-color: #fff;
    padding: 10Px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px #000000;
    box-shadow: 2px 2px 10px #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #9D9D9D;
}

.testata-basso h1{
    font-size: 36Px;
    text-shadow: 1px 1px 2px #aaa;
}
