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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.topo {
	background:url(img/fundo_top.jpg);
		height: 140px;
		width: 100%;
}
.topo1 {
		height: 140px;
		width: 950px;
		margin:0 auto;
}

.linhamenu {
	text-align:right;
	height: 28px;
	width: 527px;
	float: right;
	position: relative;
	top:50px;
}
.logo {
	height: 135px;
	width: 219px;
	float: left;
	position: relative;
	top:5px;

}
.databar {
	color:#CCC;
	font-family:Calibri;
	text-align:right;
	height: 20px;
	width: 527px;
	float: right;
	position: relative;
	top:15px;

}

.linhabottom {
	text-align:right;
	height: 30px;
	width: 100%;
	float: left;
	position: relative;
	bottom:0px;
}

.rodape {
	background:#891619;
	height: 60px;
	width: 100%;
}
.separa {
	height: 10px;
	width: 100%;
}

