@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C4E8FF;
}
#palco {
	margin: auto;
	height: 570px;
	width: 820px;
}

/* CSS Document */

#principal {
	position:absolute;
	width:820px;
	height:570px;
	z-index:1;
	background-color: #FFFFFF;
}
#logo {
	position:absolute;
	width:820px;
	height:94px;
	z-index:1;
	top: 14px;
	left: 0px;
}
#banner {
	position:absolute;
	width:333px;
	height:172px;
	z-index:2;
	left: 31px;
	top: 177px;
}
#banner2 {
	position:absolute;
	width:333px;
	height:172px;
	z-index:3;
	left: 445px;
	top: 177px;
}
#patrocinio {
	position:absolute;
	width:727px;
	height:98px;
	z-index:4;
	left: 51px;
	top: 452px;
}
#email {
	position:absolute;
	width:200px;
	height:33px;
	z-index:1;
	left: 395px;
	top: 52px;
	text-align: center;
}
.txt-email-topo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #06F;
}
.txt-email-topo a:link{
	color: #06F;
}
.txt-email-topo a:visited{
	color: #06F;
}
.txt-email-topo a:hover{
	color: #00F;
}
#principal2 {
	position:absolute;
	width:820px;
	height:600px;
	z-index:1;
	background-color: #FFFFFF;
}
#topo-salvador {
	position:absolute;
	width:820px;
	height:94px;
	z-index:1;
	top: 0px;
	left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
#menu-lateral {
	position:absolute;
	width:210px;
	height:441px;
	z-index:2;
	left: 0px;
	top: 126px;
	background-image: url(imagens/fundo-menu.jpg);
	background-repeat: repeat-x;
	background-color: #D8D8D8;
}
.txt-indice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
.txt-padrao {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}


#conteudo {
	position:absolute;
	width:610px;
	height:441px;
	z-index:3;
	left: 211px;
	top: 126px;
	text-align: center;
}
#rodape {
	position:absolute;
	width:800px;
	height:13px;
	z-index:4;
	left: 0px;
	top: 567px;
	background-color: #0066cc;
	text-align: center;
	padding: 10px;
}
.txt-rodape {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

