body{
	font-family: tahoma;
	font-size:12px;
	background: #f8f6f6 url(../imagens/fundos/bg.png) top repeat-x;
	margin:0px;
}
#estrutura{
	width:997px;
	margin:0px auto;

}
#login{
	width:520px;
	margin:0px auto;
}
#login .area{
	width:486px;
	height:122px;
	margin-top:50%;
	margin-bottom:39%;
	background:url(../imagens/fundos/area.gif) no-repeat;

}
#login .logo{
	width: 210px;
	height: 120px;
	float: left;
}
#login .logo_input{
	width: 275px;
	height: 120px;
	float: left;
}
.logo_input .autentica{
	height:30px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height: 30px;
}
.logo_input .login_senha{
	height:26px;
	width:196px;
	color:#016787;
	font-size:12px;
	line-height: 26px;
	text-align: right;
}
.login_senha input{
	width:145px;
	color:#016787;
	font-size:12px;
	border:1px solid #000;
}
#rodape{
	background:url(../imagens/fundos/bg_rodape.gif) repeat-x;
	clear:both;
	width:100%;
	height:55px;
	padding:0px;
	margin:0px;
}
#rodape .full{
	width:997px;
	height:55px;
	margin:0 auto;
	text-align:center	
}
#rodape .left{
	width:200px;
	height:55px;
	float:left;
	text-align:center	
}
#rodape .center{
	width:597px;
	height:55px;
	float:left;
	text-align: center;
	line-height: 55px;
}
#rodape .right{
	width:200px;
	height:55px;
	float:right;
	text-align:center
}
#rodape .right img{
	margin-top:10px;
}
a:link {
	color: #238a9b;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: 238a9b;

}
a:hover {
	text-decoration: none;
	color: #FF7900;

}
a:active {
	text-decoration: none;
	color: 238a9b;

}
