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


.container{
	max-width: 1024Px;
	}

/*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;
}
.f-bianco{
	color: #FFFFFF !important;
}

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

th {
	background-color: #ECECEC;
}
.bg-blu {
	background-color: #002458;
}
.tx-blu {
	color: #0085C3;
}
.tx-bianco {
	color: #FFFFFF;
}
.titolo {
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.altro, .altro:hover {
	font-size: 12px;
	color: #FFFFFF;
}

.centra {
	margin: auto;
}


.fc-content{cursor: pointer;}
.fc-content:hover {padding-left: 10Px; background-color: #002458}



.thumbnail small{font-size: 12px;}


/* Extra Small */
@media(max-width:767px){

.thumbnail{min-height: 460Px !important;}

}

/* Small */
@media(min-width:768px) and (max-width:991px){

.thumbnail{min-height: 430Px !important;}

}

/* Medium */
@media(min-width:992px) and (max-width:1199px){

.thumbnail{min-height: 430Px !important;}

}

/* Large */
@media(min-width:1200px){

.thumbnail{min-height: 400Px !important;}

}


