@charset "utf-8";



*{
  margin:0px; 
  padding:0;
  border:0;
  
} 

  body{
	  background:#FFFFFF;
	 
	
	  
  }
  
  
 #container-principal{
	position:absolute;
	width:100%;
	height:100%;
	background:#FFFFFF;	 
	 
 }
 
 header {
	position:fixed;
	float:left;
	width:100%;
	height:180px;
	margin:auto 0;
	background:#FFFFFF;
	z-index:444;
	 
 }
 
 
 
 
 

 
 #container-logo{
	text-align:center;
	width:100%;
	height:180px;
	margin:auto;
	background:url(../../img/fundotopologo.jpg);
    position: relative;  
	 
 }
 
 #conteudo-logo{
	width:204px;
	height:170px;
	margin:auto;
	padding-top:24px;	 
	 
 } 
 


#container-conteudo{
	top:175px;
	position:relative;
	float:left;
	width:100%;
	height:auto;	
	
	
}

#container-conteudo-titulo{
	margin:auto;
	width:100%;
	height:47px;
	background:#FFFFFF;
	
}

#conteudo-titulo{
	text-align:center;	
	width:1000px;
	height:47px;
	margin:auto;	
	
	
}

#conteudo-titulo h1{
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
	text-align: center;
	padding-top:17px;
	width:1000px;
	height:180px;
	margin:auto;
	font-weight: lighter;	
	
	
}

#container-login{
	position:relative;
	float:left;
	width:100%;
	height:200px;	
	background:#f9f7f4;
	
}

#conteudo-login{
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
	padding-top:40px;
	margin:auto;
	width:300px;
	height:200px;
	text-align:right;	
	
	
}

