@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#fundo {
}
#geral #flash {
	height: 340px;
	margin-right: 8px;
	margin-left: 8px;
}
body {
	background: #FFF url(imagens/fundo1.jpg) no-repeat fixed center top;
	margin: 0px;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#logo h2 {
	display: none;
}
#geral #rodape {
	text-align: center;
	clear: both;
	height: 40px;
	padding-top: 15px;
}
#principal #lado {
	float: left;
	width: 190px;
	margin-left: 15px;
	margin-top: 15px;
}
#principal #conteudo {
	margin-right: 20px;
	margin-left: 215px;
	margin-top: 0px;
	border-left: 1px solid #CFF0FF;
	padding-left: 10px;
}
#topo #banner {
	margin-left: 480px;
	padding-top: 15px;
}
#rodape p {
	font-size: 0.9em;
	color: #999;
}
#rodape p a {
	color: #69C;
}
#conteudo h1 {
	color: #069;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 15px;
}
#conteudo h2 {
	font-size: 1.5em;
	color: #09C;
	margin-top: 10px;
}
#conteudo h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: #006282;
}
#conteudo p {
	font-size: 1em;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#geral {
	margin: 0px auto;
	width: 988px;
}
#topo {
	margin: 0px 9px;
}
#topo #logo {
	background: url(imagens/esparta.jpg) no-repeat;
	height: 93px;
	width: 400px;
	float: left;
}
#menu {
	clear: both;
	margin-right: 20px;
	height: 28px;
	text-align: right;
	border-bottom: 1px solid #C1CBD5;
	margin-left: 20px;
}
#geral #menu a {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
	border-right: 1px solid #039;
	padding: 4px 15px;
}
#geral #menu a:hover {
	background: #C4E8FE url(imagens/menuOver.png) no-repeat center top;
}
.esquerda {
	float: left;
	margin-right: 15px;
}
#conteudo ul {
	margin-left: 30px;
}
.bordaTable {
	border: 1px solid #76A6CC;
	margin-top: 5px;
	margin-bottom: 15px;
}
#conteudo a {
	color: #00688A;
}
#noticias {
	float: right;
	background: #DFF1FB;
	padding: 5px;
}
#conteudo h5 {
	color: #999;
	text-align: right;
}
#conteudo strong {
	color: #369;
}
