/* CSS Document */
html {
  	height: 100%;
	overflow-x:hidden;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin:0px;
	padding:0px;
	background-position:center top;
	background-color:#3E4095;
}

img{
	border:0px;
	}
	
#logo{
	position:relative;
	width:147px;
	height:217px;
	max-width:872px;
	max-height:254px;
	margin-top:70px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/imagens-temp/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90% auto;
}
	
#fundo2{
	position:relative;
	width:100%;
	height:250px;
	margin-top:25px;
	padding-top:25px;
}


#corpo{
	position:relative;
	width:100%;
	height:150px;
	background-color:#FFF;
	padding-top:20px;
	z-index:1;
	}

#endereco{
	position:absolute;
	margin-top:7px;
	width:100%;
	height:105px;
	font-size:20px;
	line-height:24px;
	color:#FFF;
	text-align:center;
}
#endereco a{
 text-decoration:none;
 color:#3e4145;
 font-weight: bold;
 }
 #facebook{
     color:#000!important;
     font-weight: bold;
 }
#endereco a:hover{
 color:#000;
 }
	
#rodape{
	position:relative;
	width:100%;
	height:50px;
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:0px;
	}
#copy{
	position:absolute;
	width:750px;
	left:50%;
	margin-left:-375px;
	font-size:18px;
	line-height:30px;
	color:#FFF;
	text-align:center;
	padding-bottom:30px;
	}
