@charset "utf-8";
/* CSS Document */

#geral{
	position:absolute;
	width:1024px;
	float:left;
	left:50%;
	margin-left:-512px;
}

#topo{
	width:1024px;
	float:left;
	height:300px;
}

#logo_topo{
	width:1024px;
	height:218px;
	background-image:url(../imgs/img_topo.jpg);
	float:left;
	margin-top:0px;
}

#menu_sup{
	width:977px;
	float:left;
	height:48px;
	background:url(../imgs/bt_topo_esq.jpg) repeat-x;
	padding-left:47px;
	margin-bottom:0px;
}

#menu_inf{	
	width:852px;
	padding-left:172px;
	height:44px;
	float:left;
	background:url(../imgs/bg_menu_inf.jpg) repeat-x;

}

#principal{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:975px;
	float:left;
	padding-left:49px;
	background-color:#FFF;

}
.texto{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:900px;
	margin-top:30px;

}

#coluna_esq{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:187px;
	float:left;
	margin-top:20px;
}

#coluna_center{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:382px;
	float:left;
	padding-left:5px;
	margin-top:20px;
}

#coluna_dir{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:270px;
	float:right;
	padding-right:60px;
	padding-top:37px;
	margin-top:20px;
}

#logos{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:220px;
	margin-right:65px;
	float:left;
	padding-top:30px;
}

#leitura{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:269px;
	float:right;
	margin-top:30px;
	background-color:#CCC;
}

.leitura{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:200px;
	float:left;
	height:28px;
	padding-left:25px;
	padding-top:6px;
	background:url(../imgs/leitura_recomendada.jpg) no-repeat;
}

.saiba_mais{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:43px;
	float:left;
	height:28px;
	padding-top:4px;
	background:url(../imgs/bg_mais.jpg) repeat-x;
}

.livros{
	font-family: "Georgia", Times New Roman, Times, serif;
	width:190px;
	float:right;
	padding-right:45px;
	padding-left:35px;
}

#rodape{
	width:1024px;
	float:left;
	height:50px;
	background-image:url(../imgs/rodape.jpg);
}