@charset "utf-8";
/* CSS Document */
html, body{
	margin:0px;
	/*background-color:#E8E8E8;*/
}
#caixa_central {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	width: 900px;
	color: #000;
	background-color:#FFF;
}
#menu {
	height: 40px;
	width: 100%;
	margin:0px;
	padding:0px;
}
#topo {
	height: 291px;
	width: 100%;
	background-image:url(../imagens/figuras/cabecalho.jpg);
	background-repeat:no-repeat;

}


#conteudo {
	height: 542px;
	width: 100%;
	border-bottom:solid #C0C0C0 0.1em;
	border-top:solid #C0C0C0   0.1em;
	overflow: auto;
	overflow-x: hidden;
	text-align: justify;
	padding-right: 1px;
}
#rodape {
	height: 30px;
	width: 100%;
	text-align: right;
	margin-top: 4px;
}



#index_esquerda {
	float: left;
	height: 100%;
	width: 450px;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#index_direita {
	float: left;
	height: 334px;
	width: 420px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: justify;
	vertical-align: middle;
}
.texto_destaque {
	color: #00F;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
.texto_destaque_pequeno {
	color: #3A00FF;
	text-align: left;
	font-weight: bold;
}
.texto_direita_destaque {
	color: #06F;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.texto_normal_centrado {
	text-align: center;
}
.lista {
	list-style-type: square;
	color: #00F;
	font-size: 15px;
	text-align: left;
}
.texto_normal {
	color: #000;
	font-size: 11px;
	text-align: justify;
}
label
{
width: 6em;
float: left;
text-align: right;
margin-right: 0.5em;
margin-top: 0.3em;
display: block
}

.submit input
{
margin-left: 5.5em;
}
