* {
	margin: 0; padding: 0;
}

body {

	background: #FFF url(../imagens/fundo2.jpg) top center repeat-y;
	_background: #FFF url(../imagens/fundo.jpg) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

#pagina {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#cabecalho {
	float: left;
	width: 700px;
	height: 250px;
	text-align: left;

}

.cabecalho_img_1 {
	height: 250px;
	width: 698px;
	float: left;
}

#erro {
	float: left;
	width: 700px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffc777;
	border-top: 1px dotted #F00;
	border-bottom: 1px dotted #F00;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#login {
	float: left;
	width: 500px;
	text-align: center;
	margin-top: 5px;
}

fieldset {
	width: 90%;
	border: 0px;
}

.fieldset_login {
	width: 500px;
	height: 161px;
	margin-left: 100px;
	border: 0px;
	background: url(../imagens/login.jpg) bottom right no-repeat;
}


legend {
	color:#000;
	font-size: medium;
	font-weight:bolder;
	font-variant:small-caps;
	margin:0px 0px 10px 0px;
}

label {
	float:left;
	display: block;
	text-align: right;
	width: 150px;
	margin: 4px 0px 0px 0px;
	font-size: 12px;
}

input {
	float: left;
	background-color: #efcc09;
	width: 230px;
	margin:5px 0px 0px 10px;
	border: 1px solid #000;	
	padding:1px 2px;
}

textarea {
	float: left;
	background-color: #efcc09;
	width: 230px;
	margin:5px 0px 0px 10px;
	border: 1px solid #000;	
	padding:1px 2px;
}

select {
	float: left;
	background-color: #efcc09;
	border: 1px solid #000;	
	padding:1px 2px;
	margin:5px 0px 0px 10px;
}

.button {
	width: 130px;
	margin: 15px 0px 0px 160px;
}

#endereco_inicial {
	float: left;
	width: 700px;
	text-align: center;
	margin-top: 25px;
}

#endereco_inicial h1 {
	font-size: medium;
	font-weight:bolder;
}

#endereco_inicial p {
	font-size: small;
}

#entrada {
	float: left;
	width: 700px;
	height: 493px;
	text-align: center;
	background: url(../imagens/entrada.jpg) center top no-repeat;
	margin: 20px 0 20px 0;
}

#entrada_texto {
	width: 480px;
	text-align: justify;
	font-size: 12px;
	padding-top: 45px;
	margin-left: 110px;
	.margin-left: 0px;
}

#dados_usuario {
	float: left;
	width: 695px;
	text-align: left;
	margin-bottom: 5px;
	background-color: #fef6cb;
	border-top: 1px dotted #efcc09;
	border-bottom: 1px dotted #efcc09;
	padding: 5px 0 5px 5px;
	font-size: 90%;
	font-weight: bolder;
	font-variant: small-caps;
}

#navcontainer {
	float: left;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer p {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #efcc09;
	color: #FFF;
	font-size: 90%;
	font-weight: bolder;
	font-variant: small-caps;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 153px;
	background-color: #fef6cb;
	color: #000;
	font-size: 90%;
	border-bottom: 1px solid #efcc09;
	padding-left: 10px;
}

#navcontainer a:link, .navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #efcc09;
	color: #fff;
}

#direita {
	float: right;
	width: 523px;
	_width: 520px;
	margin-right: 5px;
	_margin-right: 4px;
}

#direita h1 {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	background-color: #fef6cb;
	border-top: 1px dotted #efcc09;
	border-bottom: 1px dotted #efcc09;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 150%;
	font-weight: bolder;
	font-variant: small-caps;
}

.tab{
	padding: 3px 0;
	font: bold 75% Verdana;
	border-bottom: 1px solid black;
	list-style-type: none;
	text-align: center;
}

.tab li{
	display: inline;
	margin: 0;
}

.tab li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid black;
	border-bottom: none;
	background-color: #efcc09;
}

.tab li a:hover {
	background-color: #fef6cb;
	color: black;
}

.tab li a:active{
	color: black;
}

.tab li.selected a {
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #fef6cb;
}

.conteudo {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #fef6cb;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#conteudo {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #fef6cb;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#contatos {
	padding: 5px 5px 5px 5px;
	text-align: center;
}

table.tabela {
	width: 90%;
	border: 1px #efcc09 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
}

td.titulo {
	background-color: #efcc09;
	border: 1px #efcc09 solid;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	font-variant:small-caps;
	padding: 5px 0 5px 0;

}

td.dados {
	border-bottom: 1px #efcc09 dotted;
	text-align: left;
	font-size: 75%;
	color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

td.dados a, td.dados a:link, td.dados a:hover {
	color: #000;
	text-decoration: none;
}
