@charset "utf-8";

.immaginesinistra {
	float:left !important;
  	margin: 0.5% 1% 0.5% 0% !important;
    padding: 0.5% !important;
}


.immaginedestra {
	float:right !important;
  	/*margin: 0.5% 0.4% 0.5% 0.5% !important;*/
  	margin: 0.5% 0 0.5% 1% !important;
    padding: 0.5% !important;
}

div.itemFullText {
	text-align: justify;
}

.elementoAllegato {
    font-weight: bold;
    color: #036;
}
ul .elementoAllegato::before,
ul .elementoAllegato::before,
ul li.elementoAllegato::before,
ul p.elementoAllegato::before,
li.elementoAllegato::before,
p.elementoAllegato::before {
    list-style-type: none;
    content: "\f019 ";
    text-decoration: inherit;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    display: inline;
    line-height: normal;
    vertical-align: baseline;
    background-image: none !important;
    background-position: 0 0;
    background-repeat: repeat;
    padding-right:1%;
}