@charset "utf-8";
#blocos {
	height: auto;
	width: auto;
	border: thin solid #036;
	/*css3*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
}
.titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #036;
	height: auto;
	width: 500px;
	padding: 3px;
	/*css3*/
	text-shadow: 2px 2px 2px #000;
}
#geral {
	height: 100%;
	width: 600px;
	position: absolute;
	top: 5px;
	float: none;
	page-break-after: right;
	margin-left: -300px;
	left: 50%;
	clear: right;
}
body {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
}
.comentarios {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #090;
	text-decoration: underline;
}
.cabecalho {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #036;
}

