/*H color*/
h1, h2, h3, h4 {
	color: #0002b7;
}
h1 {
	font-size: 1.5em;
	margin-top: 0.8em;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3{
	font-size: 1em;
}
.elpuntato{
	background-color: #e1efff;
	width: auto;
	height: auto;
	/*padding: 0em 0.1em 0.1em 0.1em;*/
	border: 1px solid #a3a3a3;
}
.elpuntato ul{
	list-style: disc outside url(../layout/bullet_red.png);
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}
.elpuntato li{
	list-style: disc outside url(../layout/bullet_red.png);
	margin-top: 0.5em;
}

.imagineSx{
	border: 1px solid #0002b7;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
	clear: none;
}
.imagineDx{
	border: 1px solid #0002b7;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: right;
	clear: none;
}
