@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../imm/bg.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	/* [disabled]font-size: 16px; */
	background-position: right bottom;
	background-color: #f3f2ef;
	font-size: large;
}
.corpo {
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	text-align: justify;
}
.bordo {
	border-radius: 10px;
	/* [disabled]box-shadow: 0px 0px 8px 4px #333333; */
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/* [disabled]box-shadow: 3px 3px 6px 2px #666666; */
}
a:link, a:visited {
	color: #FE7912;
	text-decoration: none;
}
.bordodestro {
	border-right-width: 4px;
	border-right-style: dotted;
	border-right-color: rgb(0,0,0);
}
.bordosopra {
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: rgb(0,0,0);
}
.hidden {
	visibility: hidden;
}
