@charset "utf-8";



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


.container{
	/*max-width: 1024Px;*/
	}

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


.sfondo_bx_1 { background-color: white; }
.sfondo_bx_2 { background-color: white; }
.sfondo_bx_3 { background-color: white; }
.sfondo_bx_4 { background-color: white; }
.sfondo_bx_5 { background-color: white; }
.sfondo_bx_6 { background-color: white; }



.sfondo_bx_1 small , .sfondo_bx_2 small , .sfondo_bx_3 small, .sfondo_bx_4 small, .sfondo_bx_5 small, .sfondo_bx_6 small { color: #006D5C!important; }


.titolo {
    color: white;
    font-size: 32px!important;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: 'Ubuntu', sans-serif;
    background-color: #006D5C;
    font-size: 18Px;
}


.logo {
    /*background-color: #00A88E;*/
}





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







.carattere { font-family: 'Ubuntu', sans-serif;  }
.carattere16 { font-size: 16Px; }


.tx-bianco { color: white; }


.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;
}


.testo img {
    margin-top: 20Px;
    margin-bottom: 20Px;
    display: block;
    width: 100%;
    height: auto;
}



.footer { color: white; }


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


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

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

th {
	background-color: #ECECEC;
}







.sopra20{
    margin-top: 20Px;

}
.sotto20{
    margin-bottom: 20Px;

}


.sopra40{
    margin-top: 40Px;

}




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




.btn-primary {
    background-color: #1FD6FF;
    border-color: #1FD6FF;
}



