@charset "iso-8859-1";



/* CSS Document */

body {
	background-image: url(imgs/fundo.gif);
	margin: 0px;
	background-color: #C8E2B5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color:#6D517A;
	text-decoration:none;
}
a:hover {
	color:#603F71;
	text-decoration:underline;
}
#div-sidebar {
	position:absolute;
	left:50%;
	width:246px;
	z-index:1;
	margin-left: -400px;
	top: 0px;
}
#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;
	-webkit-box-shadow: 0px 0px 20px #000000;
-moz-box-shadow: 0px 0px 20px #000000;
box-shadow: 0px 0px 20px #000000;
-moz-border-radius: 20px;
border-radius: 20px;
margin-bottom:80px;
}
.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;
	top: 0px;
}
#div-footer {
	position: absolute;
	padding: 10px;
	bottom: -50px;
	left: 0px;
	width: 520px;
	background-color: #333;
	background-image: url(imgs/fundope.gif);
	color: #CCC;
	font-size: 10px;
	-webkit-box-shadow: 0px 0px 20px #000000;
-moz-box-shadow: 0px 0px 20px #000000;
box-shadow: 0px 0px 20px #000000;
-moz-border-radius: 20px;
border-radius: 20px;
}.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #A43734;
}
a img {
	border:none;
}
hr {
	height:1px;
	margin:5px 0;
	border:none;
	background-color: #D4CDBF;
}


#likebtn {
	position:absolute;
	left:50%;
	width:246px;
	z-index:1;
	top: 540px;
	height: auto;
	background-color: #FFF;
	margin-left: -400px;
}

