@charset "utf-8";
/* CSS Document */
/*============BLOCCO HTML=============*/

.htmlblk, .htmlpag{
	width:100%;
	text-align:justify;
	/*border-top:4px solid #1d2d8c;*/
}
.htmlblk h1{
	  font-size:1.2em;
	  display:inline-block; width:100%;
	  margin-bottom: 15px; 
      /*background-color: #31AA47;background-color: #1d2d8c;*/
	  
      /*color: #FFF;*/
      padding: 8px;
	  padding-left:0;
	  margin:0;
}

.htmlblk h2{
	/*/*text-transform:uppercase;*/
	text-align:left;
	font-weight: bold;
    font-size: 1.2em;
    color: #2653C0;
	margin:0;font-variant: all-small-caps;

}

.htmlblk h3{
	padding-top:0;
	font-size:1.1em;
    color: #2653C0;
	margin:0;	
}
.htmlblk p {
	font-size: 1em;
	text-align: justify; 
}

.htmlblk a {
    font-weight: bold;
    font-size: 1em;
	color:#2653c8;
     }
.htmlblk a:hover {
	color:#006;
}
.htmlblk img {
 border: 1px solid #000;
 margin:0 6px;
 padding:3px;
 width: 30%;float:right;
}

.htmlblk .adestra {
 float: right
}
.htmlblk .asinistra {
 float: left
}

