/* CSS Document */

body {
  font-family: "Lucida Sans";
  background: #FFF url("/img/fundo.png") no-repeat top center;
  margin:0;
  padding:0;
  font-size:14px;
  line-height:22px;
}
a:hover{
	#999999;
}
img{
	border:none;
}
#wrapper{
	max-width:995px;
	margin:auto;
	background: #FFF;
}
#header{
	width:100%;
	position:relative;
}
#menu1{
	max-width:985px;
	margin:auto;
}
#downloads{
	padding:40px 10px 40px 30px;
	background-color:#deeffb
}
/*#logo{
	float:left;
	width:460px;
	height:160px;
	top:40px;
	left:20px;
	position:absolute;
	z-index:10000px;
}
#logo:hover {
	cursor: pointer;
	border: 1px #666666 solid;
}*/
#banner{
	/*height:256px;*/
	max-height: 100%;
	position: relative;
	z-index: -10000px;
}
.clear{
	clear:both;
}
#facebook{
	float:right;
	display:block;
	position:absolute;
	right:50px;
	bottom:15px;
}
#content{
	padding-right:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-top:0px;
}
#content-left{
	float:left;
	max-width:600px;
	width:100%;
	min-height: 400px;
	padding-top: 10px;
	/*padding-left: 20px;*/
}
#content-right{
	float:left;
	width:30%;
	min-height:300px;
	margin-top:66px;
	margin-left:30px;
	/*border-top: 2px #5B98BD solid;
	border-bottom: 2px #5B98BD solid;*/
	/*text-align:center;*/
}
#footer{
	border-top: 2px #5B98BD solid;
	min-height:50px;
	width:92%;
	margin:auto;
	text-align:left;
	font-size:10px;
	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 #5B98BD solid;
	width:80%;
	float:left;
}
hr.news{
	border-top: 1px #5B98BD solid;
	/*width:80%;*/
	width:100%;
	float:left;
}
a:link, a:visited{
	color:#000;
}
a:hover{
	color:#999;
}
.jscroll-next{
	float:right;
}
.jscroll-next img{
	border:none;
	opacity:1;
}
.jscroll-next img:hover{
	opacity:0.5;
}
#contactos_servico{
	float:right;
}
#contactos_servico img {
    margin-right:5px
}
#breadcrumbs{
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	color:#9C9C95;
}
#lang{
	/*float: right;*/
	/*margin-top: 20px;
	margin-right: 20px;*/
	position: absolute;
	right: 20px;
	top: 15px;
	color: #ffffff;
}
#lang a{
	text-decoration: none;
	color: #ffffff;
}
#lang a:hover{
	text-decoration:underline;
}
/*h2, p {
		text-align: center;
		color: #444;
		text-shadow: 0 1px 0 #fff;	
	}
	
	a {
		color: #2A679F;
	}*/