/* 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;
}
img{
	border:none;
}
#wrapper{
	max-width:995px;
	margin:auto;
	background: #FFF;
}
#header{
	width:100%;
}
#menu1{
	max-width:985px;
	margin:auto;
	position: relative;
}
#banner{
	/*min-height:256px;*/
	position:relative;
}
#banner img{
	max-width:100%;
	height:auto;
}
.clear{
	clear:both;
}
#facebook{
	float:right;
	display:block;
	position:absolute;
	right:50px;
	bottom:15px;
}
#content-center{
	/*float:left;*/
	max-width:100%;
	/*width:100%;*/
	min-height: 300px;
	/*padding-top: 30px;
	margin-left: 40px;*/
	margin: 50px;
}
table{
	max-width: 100%;
}
#content-right{
	float:left;
	width:25%;
	min-height:300px;
	margin-top:80px;
	/*margin-right:30px;*/
	margin-left:30px;
	text-align:center;
}
#footer{
	border-top: 2px #752182 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;
	line-height: 15px;
	margin-top: 10px;
	/*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 #752182 solid;
	width:80%;
	float:left;
}
a:link, a:visited{
	color:#000;
}
a:hover{
	color:#999;
}
 @media(max-width: 700px) {
	 #content-center{
		 max-width:100%;
		 /*width:100%*/
	 }
	 #content-right{
		 display:none;
	 }
	 #footer div{
		 float: none !important;
		 display: block;
		 width: 100% !important;
		 margin: 20px !important;
		 text-align: left !important;
	 }
	 #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
 }
/*h2, p {
		text-align: center;
		color: #444;
		text-shadow: 0 1px 0 #fff;	
	}
	
	a {
		color: #2A679F;
	}*/
#lang{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#lang {
	text-decoration: none;
}