@charset "utf-8";
/* CSS Document */
body{
	background: url(../imagens/testebg.jpg) center top no-repeat;
	margin: 0em;
}
#wrapper{
	width: 924px;
	margin: 0 auto;
	position:relative;
}
#principal{
	position: relative;
	top: 10px;
}


#logo{
	position: relative;
	float: left;
	top: 18px;
	z-index: 99;
}
#menu{
	position: relative;
	float: left;
	left: 18px;
	top: 65px;
	z-index: 99;
}
#menuabsoluto{
	position: absolute;
	top: 4px;
	left: -8px;
}
.menu li{
	list-style-type: none;
	float: left;
	padding-right: 22px;
}
#m1{
	background-image: url(../imagens/m1.png);
	width: 45px;
	height: 20px;
}
#m1:hover{
	background-image: url(../imagens/m1hover.png);
	width: 45px;
	height: 20px;
}
#m2{
	background-image: url(../imagens/m2.png);
	width: 92px;
	height: 20px;
}
#m2:hover{
	background-image: url(../imagens/m2hover.png);
	width: 92px;
	height: 20px;
}
#m3{
	background-image: url(../imagens/m3.png);
	width: 70px;
	height: 20px;
}
#m3:hover{
	background-image: url(../imagens/m3hover.png);
	width: 70px;
	height: 20px;
}
#m4{
	background-image: url(../imagens/m4.png);
	width: 118px;
	height: 20px;
}
#m4:hover{
	background-image: url(../imagens/m4hover.png);
	width: 118px;
	height: 20px;
}
#m5{
	background-image: url(../imagens/m5.png);
	width: 105px;
	height: 20px;
}
#m5:hover{
	background-image: url(../imagens/m5hover.png);
	width: 105px;
	height: 20px;
}
#banner{
	position: relative;
	left: 18px;
	width: 892px;
}


#corpo{
	position: relative;
}
#corpoabsoluto{
	position: relative;
	float: left;
}
.itens{
	position: relative;
	padding-left: 25px;
	overflow:hidden;
	z-index:100;
	list-style:none;
}

.itens ul{
	margin:0;
	padding:0;
}

.itens li{
	float: left;
	padding-right: 28px;
}
#informacoes{
	position: relative;
	float: left;
	top: 9px;
	left: 6px;
}
#textoinfhome{
	position: absolute;
	left: 21px;
	top: 25px;
}
#tituloinformacoes{
	position: absolute;
	left: 71px;
	top: 28px;
}
#textoinformacoes{
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	left: 60px;
	top: 77px;
	width: 516px;
	text-align: justify;
}
#fimtexto{
	position: absolute;
	top: 261px;
	left: 274px;
}
#dados{
	position: relative;
	float: left;
	width: 262px;
	top: 5px;
	left: 2px;
}
#dados1{
	position: relative;
}
#dados2{
	position: relative;
	top: 7px;
}
#news{
	position: relative;
	float: left;
	width: 262px;
	top: -33px;
	left: 7px;
}

#rodape{
	position: relative;
	left: 16px;
	width: 895px;
	text-align:right;
}

#logoplus{
	position: absolute;
	right: 0;
	top: 377px;
}
