@charset "iso-8859-1";
/* CSS Document */

body {
	background-image: url(imgs/fundo.gif);
	margin: 0px;
	background-color: #CF412A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#div-sidebar {
	position:absolute;
	left:50%;
	width:246px;
	z-index:1;
	margin-left: -400px;
}
#div-corpo {
	position: absolute;
	left: 50%;
	width: 500px;
	background-color: #FFF;
	padding: 30px 20px 157px 20px;
	margin-left: -150px;
	line-height: 18px;
	background-image: url(imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	top: 40px;
	text-align: justify;
}
.h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#div-titulo {
	width: 237px;
	height: 57px;
	position: absolute;
	left: 50%;
	z-index: 1;
	margin-left: -150px;
}
#div-footer {
	position: absolute;
	height: 25px;
	padding: 5px 15px;
	bottom: -35px;
	left: 0px;
	width: 510px;
	background-color: #333;
	background-image: url(imgs/fundope.gif);
	color: #CCC;
	font-size: 10px;
}.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #A43734;
}
a img {
	border:none;
}
hr {
	height:1px;
	margin:5px 0;
	border:none;
	background-color: #D4CDBF;
}
