*{
	font-family: Calibri;
}
html, body {height:100%;}
body {
	margin	: 0 auto;
	padding: 0 auto;
	background-color: #D3D3D3;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
#top{
	text-align: center;
	font-family: Aharoni;
	color: #FFFFFF;
	background-color: #FFA500;
	width: 100%;
	height: 70px;
	padding-top: 5px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#menu{
	width: 210px;
	height: 200px;
	padding: 40px 0px 0px 15px;
	box-sizing: border-box;
	float: left;
}
#menu #bt{
	margin-bottom: 12px;
	display: block;
	box-sizing: border-box;
}

#site{
	margin-left: 25px;
	margin: auto;
	width: 1000px;
	height: 200px;
}
#divisao{
	margin: auto;
	width: 400px;
	height: 40px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
#divisao button{
	margin-left: 40px;
	border-radius: 5px;
}
#form{
	width: 600px;
	height: 250px;
	margin: auto;
	margin-bottom: 60px;

}
/*------------------------ASSINATURAS--------------------------*/
#assinatura{
	width: 548px;
	height: 132px;
	margin: auto;
	background: #FFFFFF;
	box-sizing: border-box;
	margin-bottom: 60px;
	box-sizing: border-box;
}

#logo{
	width: 117px;
	height: 90px;
	float: left;
	box-sizing: border-box;
}
#nome{
	width: 340px;
	height: 23px;
	margin-top: 15px;
	margin-left: 32px;
	font-size: 18px;
	color: rgb(0,75,144);
	/*font-weight: bold;*/
	float: left;
	box-sizing: border-box;
}
#cargo{
	width: 340px;
	height: 20px;
	margin-left: 32px;
	font-size: 14px;
	color: rgb(246,146,30);
	float: left;
	box-sizing: border-box;
}
/*----------------------------------------------------------------------------------------*/
#logoSys{
	width: 155px;
	height: 90px;
	padding-top: 8px;
	float: left;
	box-sizing: border-box;
}
#nomeSys{
	width: 340px;
	height: 23px;
	margin-top: 15px;
	margin-left: 32px;
	font-size: 18px;
	color: rgb(0,0,0);
	/*font-weight: bold;*/
	float: left;
	box-sizing: border-box;
}
#cargoSys{
	width: 340px;
	height: 20px;
	margin-left: 32px;
	font-size: 14px;
	color: rgb(1,159,214);
	float: left;
	box-sizing: border-box;
}
/*----------------------------------------------------------------------------------------*/
#logoXpta{
	width: 155px;
	height: 90px;
	padding-top: 8px;
	float: left;
	box-sizing: border-box;
}
#nomeXpta{
	width: 340px;
	height: 23px;
	margin-top: 15px;
	margin-left: 32px;
	font-size: 18px;
	color: rgb(0,0,0);
	/*font-weight: bold;*/
	float: left;
	box-sizing: border-box;
}
#cargoXpta{
	width: 340px;
	height: 20px;
	margin-left: 32px;
	font-size: 14px;
	color: rgb(237,28,36);
	float: left;
	box-sizing: border-box;
}
/*----------------------------------------------------------------------------------------*/
#logoRUN{
	width: 155px;
	height: 90px;
	padding-top: 8px;
	float: left;
	box-sizing: border-box;
}
#nomeRUN{
	width: 340px;
	height: 23px;
	margin-top: 15px;
	margin-left: 32px;
	font-size: 18px;
	color: rgb(0,0,0);
	/*font-weight: bold;*/
	float: left;
	box-sizing: border-box;
}
#cargoRUN{
	width: 340px;
	height: 20px;
	margin-left: 32px;
	font-size: 14px;
	color: rgb(237,28,36);
	float: left;
	box-sizing: border-box;
}
/*----------------------------------------------------------------------------------------*/
#mais{
	width: 300px;
	height: 32px;
	margin-top: 4px;
	margin-left: 32px;
	font-size: 14px;
	color: rgb(124,124,124);
	float: left;
	box-sizing: border-box;
}
#footer{
	clear: left;
	width: 491px;
	height: 23px;
	box-sizing: border-box;
	
}
/*-------------------------------------------------------------*/
#btn{
	background-color: #FFA500;
	width: 150px;
	height: 35px;
	margin: auto;
	border-radius: 10%;
	box-sizing: border-box;
	text-align: center;
	padding-top: 9px;
	color: #FFFFFF;
}
footer{
	position:absolute;
	bottom:0;
	width:100%;
	height: auto;
	background-color: #000000;
	text-align: right;
	/*padding: 30px 30px 0px 0px;*/
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	box-sizing: border-box;
}