/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #000000;
	font-size:10pt;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a{
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	font-weight:bolder;
}

img{
	border:0px hidden;
}

h1{
	font-size:16pt;
	font-weight:bold;
	margin:0 0 15px 0;
}

h2{
	font-size:14pt;
	font-weight:bold;
	margin:0 0 15px 0;
}

h3{
	font-size:12pt;
	font-weight:bold;
	margin:0 0 15px 0;
}
h4{
	font-size:11pt;
	font-weight:bold;
	margin:0 0 5px 0;
	text-align:center;
}
p{
	margin:0 0 10px 0;
	text-align:justify;
	font-size:10pt;
}
.logo{
	position:absolute;
	right:0;
	bottom:0;
	width:200px;
	height:200px;
	z-index:1;
}

.fundo{
	position:relative;
	width:900px;
	height:630px;
	background:url(../imagens/capa.png) center no-repeat;
	z-index:3;
}

.conteudo{
	position:relative;
	width:900px;
	height:630px;
	background:#000000;
	z-index:2;

}

/** Nome ***/
.nome{
	position:absolute;
	left:205px;
	top:15px;
	width:620px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12pt;
	z-index:3;
}
/** Final **/

/** Inicio da Parte central do site ***/
.meio{
	position:absolute;
	right:30px;
	top:52px;
	width:660px;
	height:550px;
	z-index:4;
}

.cont{
	position:relative;
	top:-10px;
	width:660px;
	height:510px;
	background-color:#FFFFFF;
	overflow-X:hidden;
	overflow-y:auto;
	z-index:20;
}

.conttxt{
	position:relative;
	width:640px;
	height:auto;
	min-height:380px;
	overflow:visible;
}

.contsup{
	position:relative;
	top:0px;
	width:662px;
	left:-1px;
	height:32px;
	z-index:19;
}

.continf{
	position:relative;
	bottom:20px;
	left:-1px;
	width:662px;
	height:32px;
	z-index:18;
}
/** Fim da Parte central do site ***/

/** Barra de menu a esquerda do site **/
.esq{
	position: absolute;
	left: 20px;
	top: 52px;
	height:550px;
	width:180px;
	color:#FFFFFF;
	font-size:12pt;
	z-index: 5;
}

.esq ul{
	position:absolute;
	display: block;
	bottom: 30px;
	left:10px;
}

.esq ul li{
	float: left;
	list-style: none;
	border: 0px;
	margin-bottom:12px;
}

.esq ul a:hover{
	background:url(../imagens/fundomenu.png) center no-repeat;
	color:#000000;
	padding: 6px 12px;
	border: 0px;

}

#on{
	background:url(../imagens/fundomenu.png) center no-repeat;
	color: #000000;
	padding:6px 12px;
	border: 0px;
}

.esq ul a:active{
	padding:6px 12px;
	border: 0px;
}

.esq a, .esq a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding:6px 12px;
	border: 0px;
}

.lprin{
	position:absolute;
	top:-2px;
	left:-16px;
}
/** Fim da Barra de menu a esquerda do site **/