/* CSS Document */

body {
  font-family: "Lucida Sans";
  background: #FFF url("/img/fundo.jpg") no-repeat top center;
  margin:0;
  padding:0;
  font-size:14px;
  line-height:22px;
}
img{
	border:none;
}
#wrapper{
	max-width:995px;
	margin:auto;
	background: #FFF;
}
#header{
	width:100%;
}
#menu1{
	max-width:985px;
	margin:auto;
}
#banner{
	min-height:256px;
	position:relative;
}
.clear{
	clear:both;
}
#facebook{
	float:right;
	display:block;
	position:absolute;
	right:50px;
	bottom:15px;
}
#content-left{
	float:left;
	max-width:600px;
	width:100%;
	min-height: 400px;
	padding-top: 30px;
	margin-left: 40px;
}
#content-right{
	float:right;
	width:30%;
	min-height:300px;
	margin-top:80px;
	margin-right:30px;
	text-align:center;
}
#footer{
	border-top: 2px #A3CD39 solid;
	min-height:50px;
	width:92%;
	margin:auto;
	text-align:center;
	font-size:9px;
	display:block;
}
#footer img{
	vertical-align:middle;
	
}
#footer div{
	vertical-align:middle;
	height:15px;
}
h1{
	font-size:20px;
	font-weight:bold;
}
h2{
	font-size:18px;
	font-weight:bold;
}
h3{
	font-size:16px;
	font-weight:bold;
}
hr.titulo{
	border-top: 1px #A3CD39 solid;
	width:80%;
	float:left;
}
a:link, a:visited{
	color:#000;
}
a:hover{
	color:#999;
}
/*h2, p {
		text-align: center;
		color: #444;
		text-shadow: 0 1px 0 #fff;	
	}
	
	a {
		color: #2A679F;
	}*/