@charset "utf-8";
/* CSS Document */
body{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../imagens/bg_body.jpg);
	background-repeat:repeat-x;
}
a:link, a:visited, a:active{
	text-decoration: none;
	color: #666666;
}
a:hover{
	text-decoration: underline;
	color: #999999;
}
#site{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1001px;
}
#topo{
	height: 295px;
	background-image: url(../imagens/bg_topo.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
	#tp-foto{
		width: 223px;
		float:left;
	}
	#tp-menu{
		width: 778px;
		float: left;
	}
	#login-rapido{
		padding-left: 30px;
		width: 235px;
		float: left;
	}
	#menu-rapido{
		width: 500px;
		text-align: right;
		float: right;
	}
	#menu{
		padding-top: 179px;
		height: 25px;
		width: 100%;
	}
	.sty-menu{
		padding-left: 24px;
	}
	#titulo{
		height: 53px;
		width: 100%;
		/*background-image: url(../imagens/bg_login.gif);
		background-position: right bottom;
		background-repeat: no-repeat;*/
	}
	#frase-titulo{
		width: 509px;
		float: left;
	}
	#consentimento-form{
		float: left;
		text-align: right;
		width: 245px;
		padding-top: 5px;
	}
	.formLoginTopo{
		margin: 0px;
		margin-top: 5px;
	}
	.field-email{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
		background-image: url(../imagens/field-email.gif);
		background-repeat: no-repeat;
		border: 0px;
		width: 81px;
		height: 15px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.field-senha{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
		background-image: url(../imagens/field-senha.gif);
		background-repeat: no-repeat;
		border: 0px;
		width: 50px;
		height: 15px;
		padding-left: 5px;
		padding-right: 5px;
	}
#centro{
	width: 1001px;
	margin-top: 30px;
	color: #8d7867;
	font-size: 11px;
	min-height: 150px;
}
	#noticias{
		width: 222px;
		float: left;
		margin-left: 40px;
	}
		.sty-foto{
			margin-top: 10px;
		}
	#servicos{
		width: 222px;
		float: left;
		margin-left: 50px;
	}
	#botoes{
		width: 371px;
		float: left;
		margin-left: 50px;
	}
		.sty-botao{
			margin-bottom: 10px;
		}
#rodape{
	clear: left;
	width: 981px;
	height: 100px;
	margin-left: 10px;
	background-color: #e3e2c9;
	margin-top: 10px;
}
	#marca{
		float: left;
		width: 195px;
		text-align: right;
		padding-top: 25px;
		background-image: url(../imagens/canto-redondo_esq.gif);
		background-position:left top;
		background-repeat: no-repeat;
	}
	#endereco{
		float: right;
		width: 776px;
		margin-left: 10px;
		background-image: url(../imagens/canto-redondo_dir.gif);
		background-position: right top;
		background-repeat: no-repeat;
		font-size: 11px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		position: relative;
	}
		.sty-menu_rodape{
			margin-top: 10px;
			margin-bottom: 15px;
		}
		.websave{
			margin-right: 20px;
			position: absolute;
			left: 684px;
			top: 75px;
		}


/*PÁGINAS INTERNAS -------------------------------------------*/
#interna{
	margin-left: 40px;
	_margin-left: 20px;
	/*width: 961px;*/
	width: 530px;
	float: left;
}	
	.mostraData{
		font-size: 10px;
	}
#msgAlert {
	z-index: 100000;
	color: #333333;
	background: #d6d6d6 url(../imagens/alert.png) 10px 50% no-repeat;
	border: #666666 2px solid;
	width: 30%;
	position: absolute;
	left: 35%;
	top: 45%;
	padding-top: 12px;
	padding-bottom: 12px;
}
.tam_field{
	width: 180px;
}
.item-convenio{
	margin-top: 10px;
	margin-bottom: 20px;
	/* PARA COLOCAR UM CONVENIO AO LADO DO OUTRO, DESCOMENTE ESTE TRECHO DO CODIGO*//*
	float: left;
	width: 200px;
	margin-right: 10px;*/
}
.field
{
	width: 300px;
}

