*{
	margin: 0;
	padding: 0;
}
body{
	font: 12px Tahoma, Geneva, sans-serif;
}
.contentPrincipal{
	width: 960px;
	position: left;
	right: 50%;
	margin-right: -400px;
	height: 590px;
}
.top{
	height: 170px;
	position: relative;
	background-color: purple;
	width: 800px;
	z-index: 1;
}
.bannerTopo{
	height: 150px;
}
.menuTopo{
	height: 20px;
}
.meio{
	position: relative;
	background-color: fuchsia;
}
.esquerda{
	height: 100%;
	width: 306px;
	position: fixed;
	float: left;
	background-image:url(img/barra_esquerda.png);
	top: 0px;
	margin-top:0;
	z-index: 1;
}
.direita{
	width: 200px;
	height: 400px;
	float: right;
	background-color: yellow;
}

.centro{
	height: 590px;
	position: relative;
	width: 635px;
	float: right;
}

.footer{
	height: 30px;
	position: fixed;
	background-color: blue;
	bottom: 0;
	width: 800px;
}
.barBusca{
	width: 100%;
	height: 80px;
}
.barMeio{
	height: 180px;
}
.barBaixo{
	height: 140px;
}
.barBaixoEsq{
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
}
.barBaixoDireita{
	width: 50%;
	height: 100%;
	position: relative;
	float: right;
}
.textTitulo{
	font-size: 15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: white;
}
.textTitulo3{
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: white;
}
.textTitulo2{
	font-size: 15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#bfe33b;
}
.link{
	font-size: 15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#292929;
}
.textConteudobranco{
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	color: white;
}
.textConteudocinza{
	font-size: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #ccc;
}.box {
	background-color: #323232;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:none;
	border-left-style: none;
	border-top-color: 323232;
	border-right-color: 323232;
	border-bottom-color: 323232;
	border-left-color: 323232;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #FFF;
}

