@charset "utf-8";
@import url(menuTopo.css);
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
* a {
	color:#5f0997;
}
body {
	font:12px Arial;
	background:#FFFFFF;
}
#geral {
	width:760px;
	height:697px;
	margin:0 auto;
}
#progSemanal {
	width:200px;
	height:250px;
	position:absolute;
	margin:300px 10px 0 0;
	z-index:10;
	display:none;	
}
#topo {
	width:760px;
	height:295px;
	float:left;
	position:relative;
	margin-bottom:8px;
	background:url(../imagens/bg_topo.jpg) no-repeat;
}
#centro {
	width:752px;
	height:353px;
	float:left;
	position:relative;
	padding:0 0 13px 8px;
}
#conteudo {
	width:622px;
	height:351px;
	float:left;
	position:relative;
	margin-right:6px;
	border:solid 1px #CCCCCC;
}
#lateralDireita {
	width:107px;
	height:328px;
	float:left;
	position:relative;
	background:url(../imagens/bg_latdir.jpg) no-repeat;
	padding:25px 0 0 6px;
}
#lateralDireitaConteudo {
	width:100px;
	height:328px;
	float:left;
	position:relative;
}
#lateralDireitaConteudo a img {
	border:none;
	margin-bottom:6px;
	display:block;
	left:50%;
}
#rodape {
	width:760px;
	float:left;
	position:relative;
	text-align:center;
	font-size:11px;
	padding:8px 0 8px 0;
	border-top:solid 2px #C48FDB;
}
#rodape_esq, #rodape_dir {
	width:380px;
	float:left;
	position:relative;
}
#rodape_esq a:hover, #rodape_esq a:active, #rodape_dir a:hover, #rodape_dir a:active{
	color:#000000;
}
