@charset "UTF-8";
/* CSS Document */

.imgLogoTop {
	float:left;
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:350px;
	height:150px;
	margin-left:60px;
	padding-top:20px;
}

/* Imagem logo Facebook*/
.imgLogoFacebook {
	float:left;
	width:80px;
	height:30px;
	background-image:url(../images/imageLogoFacebook.jpg);
	background-repeat:no-repeat;
}

.imgLogoTwitter {
	float:left;
	width:80px;
	height:30px;
	margin-left:15px;
	background-image:url(../images/imageLogoTwitter.jpg);
	background-repeat:no-repeat;
}

.imgLinha {
	float:left;
	width:1040px;
	height:3px;
	background-image:url(../images/imageLinha.png);
	background-repeat:repeat;
	margin-left:30px;
}

.imgTopo {
	width:1100px;
	height:175px;
	background-image:url(../images/imageBackgroundTopo.png);
	background-position:center;
	z-index:3;
}

.imgButtonSuperior {
	float:left;
	width:1040px;
	height:40px;
	background-image:url(../images/imageButtonsSuperior.png);
	background-repeat:no-repeat;
	margin-left:30px;
}

.imgItens {
	float:left;
	width:1000px;
	margin-left:60px;
	padding-top:10px;
}

.fioDivisor {
	float:left;
	width:880px;
	height:2px;
	margin-left:10px;
	background-color:#FFF;
}