body{
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

#content-bg1{
		background: url(../images/bgPetit.png) no-repeat fixed;
	background-position: center;
	width: 100%;
	min-height:700px;
}

#wrapper{
	position:relative;
	width:100%;
	height:100%;
	padding:0px;
}

#Table{
	position:relative;
	width:1573px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

h1{
	font-size: 22px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	font-weight: bold;
}

#header{
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
	height: 80px;
	width: 100%;
	background: url(../images/testeira.png);
	background-repeat:no-repeat;
}

.logo-bg{
	background: url(../images/logobg.png) no-repeat;
	float: left;
	height: 130px;
	width: 380px;	
	position:absolute;
	top: 0; left:-20px;
}

.logo{
	float: left;
	height: 55px;
	padding: 10px 15px 15px 95px;
	margin: auto;
	width: 250px;
}

#menu{
	margin: auto;
	font-size: 13px;
	width: 1040px;	
	position: relative;
}

#menu ul{
	list-style: none;
	padding-top: 50px;
	float:right;
}

#menu li{
	display: inline;
	height: 40px;
	padding: 0 15px 0 0;
}
#menu li.last{padding-right: 0;}

#menu a{
	color: #FFF;
	height: 40px;
	text-decoration: none;	
}

#menu ul a:hover{
	border-bottom: 5px solid #d0a8ef;
	text-decoration: none;
}

/* menu teste */
.menu{
	width: 310px;
	height: 40px;	
}

.esquerda{
	float: left;
}

.direita{
	float: right;
}

/* */

#content{
	clear: both;
	font-size: 75%;
	margin: auto;
	padding: 65px 20px 20px 20px;
	overflow: hidden;
 	width: 950px;	
}

#content-home{
	font-size: 14px;
	margin: auto;
	height: 400px;
	width: 1000px;	
}

.content-left{
	background: #fff;
	float: left;
	width: 500px;
	border: 1px solid #999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90);-moz-opacity:0.9;
	-khtml-opacity: 0.9;opacity: 0.9;
	behavior: url(PIE.php);
	padding: 30px;
}

.content-right{
	float: right;
	margin-right: 39px;
	position: relative;
	width: 350px;
}

.content-right img{
	border: 1px solid #999; !important
	margin: 40px 0 0 -50px; !important
}

#content-bg2{
	background: url(../images/bgrodape.png);
	width: 100%;
}

#content-info{
	font-size: 75%;
	height: 400px;
	margin: auto;
	padding: 20px;
	overflow: hidden;
 	width: 1000px;
}

.box-info{
	background: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90);-moz-opacity:0.9;
	-khtml-opacity: 0.9;opacity: 0.9;
	behavior: url(PIE.php);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
	float: left;
	margin: 20px;
	padding: 20px;
	width: 240px;
	height:250px;
}

.box-titulo{
	border-bottom: 1px solid black;
	font-size: 16px;
	font-weight: bold;
	width: 230px;
}

footer{
	/*background: url(../images/bgfooter.png);*/
	border-top: solid 1px #f88b09;
	color: #FFF;
	font-size: 70%;
	height: 150px;
	width: 100%;
	/*background: #f6a6fb;*/
	background:#d95e16;
}

.footer-info{
	margin: auto;
	padding: 10px;
	width: 1000px;
}

.footer-logos{
	float: left;
	margin-top: 20px;
}

.footer-logos img{
	line-height: normal;
	margin: 5px;
	vertical-align: middle;
}

.footer-endereco{
	float: right;
	text-align: right;
	padding-top:50px;
}

.footer-endereco2{
	float:none;
	text-align:center;
	padding-top:50px;
}

.midias{
	clear: right;
	float: right;
	width: 160px;
	text-indent: -9999px;
	margin-top:10px;
}

.twitter{
	background: url(../images/twitter01.png) no-repeat;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	right: 100px;
	width: 32px;
}

.facebook{
	background: url(../images/face.png) no-repeat;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	right: 100px;
	width: 32px;
}

.linkedin{
	background: url(../images/linkedin01.png) no-repeat;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	right: 100px;
	width: 32px;
}
.download{
	background: url(../images/download.png) no-repeat;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	right: 100px;
	width: 32px;
	margin-left: 20px;
}
.qrcode{
	background-color: #096;
	margin-top: 35px;
}

.qrcode-texto{
	font-size: 14px;
	float: left;
	width: 280px;
}

.htitulo {
	border-bottom: 1px solid black;
	font-size: 25px;
	font-weight: bold;
}
