@charset "utf-8";
* {
	font-family:Arial, Helvetica, sans-serif;
}
body {
	margin:0px;
	background:url(../imagens/fundo.jpg) no-repeat top center;
}
#geral {
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
}
#cabecalho {
	height:245px;
}
#menu_linguas {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:11px;
	position:absolute;
	left:20px;
	top:200px;
}
#menu_linguas li {
	float:left;
}
#menu_linguas a {
	display:block;
	width:70px;
	height:20px;
	line-height:20px;
	color:#000;
	text-decoration:none;
	text-align:center;
}
#menu_linguas a:hover {
	background:url(../imagens/menu_linguas.png) bottom center no-repeat;
}
#menu {
	height:30px;
}
#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	left:20px;
	top:220px;
}
#menu li {
	float:left;
}
#menu a {
	display:block;
	width:196px;
	height:30px;
	line-height:30px;
	background:left top;
	text-indent:-10000px;
	margin-right:58px;
}
#menu a:hover {
	background:right top;
}
#conteudo {
	min-height:860px;
}
#content_conteudo {
	width:960px;
	margin-left:20px;
	display:inline-table;
}
#content_conteudo h1 {
	font-size:20px;
}
#content_conteudo h2 {
	font-size:16px;
	color:#007a7b;
}
#content_conteudo h3 {
	font-size:14px;
	color:#444;
}
#content_conteudo p {
	font-size:12px;
	margin:0px;
	line-height:30px;
	text-indent:10px;
	color:#444;
}
#direita {
	float:right;
	width:250px;
	padding-top:10px;
	background:url(../imagens/direita.png) repeat-x top center;
}
#esquerda {
	float:left;
	width:700px;
}
ul#submenu{
	width:700px;
	list-style:none;
	margin:0px;
	padding:0px;
	height:34px;
}
ul#submenu li{
	float:left;
	margin:0px;
}
ul#submenu a{
	display:block;
	height:34px;
	line-height:34px;
	color:#007a7b;
	text-decoration:none;
	font-size:12px;
	text-align:center;
}
ul#submenu a:hover{
	background-color:#007a7b;
	color:#FFF;
}
#rodape {
	height:220px;
	background:url(../imagens/rodape.jpg) repeat-x bottom center;
}