p{ margin-left: 12px; }
p.resalte{
	font-style: italic;
	margin-left: 0px;
}
p.provisional{
	font-style: oblique;
	color: red;
	background: lightyellow;
	font-variant: small-caps;
}
p.c1 {text-align: center}
h1.c1 {text-align: center}
h2.c2 {text-align: center;}
p.c3 {text-align: center}
h3{
	border: 4pt outset blue;
	border-color: blue;
	font-weight: bold;
	background : LightBlue;
	padding: 6px;
	width: 100%
}
div.titulo{
	color : Black;
	background : LightBlue;
	border : thick outset Gray;
	padding : 12px;
	align: center;
	width: 100%;
}