@charset "utf-8";


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

  body{
	  background:#FFFFFF;
	  overflow-x: hidden;
	 
	 
  }
  
   a:link { 
   
  text-decoration:none; 
} 

a { 

  text-decoration:none; 
} 


#container-principal{
	
	width:100%;
	min-width:1000px;
	height:100%;
	float:left;
	margin:auto;
	text-align:center; 
	
	
 }
 
 #topo{
	float:left;
	width:100%;
	height:100px;	
	background:rgba(0,0,0,1.00);
	border-bottom: 2px solid rgba(204,204,204,1.00);
 }
 
 #conteudo-topo{
	width:1000px;
	height:100px;
	margin:auto 
 }
 
 #conteudo-topo-esq{
	width:340px;
	height:70px;
	float:left;
	margin-top:21px; 
 }
 
 #conteudo-topo-dir{
	width:300px;
	height:100px;
	float:right; 
 }
 
 
  #conteudo-topo-dir p{
	margin-top:37px;
 	font-family: 'Dosis', sans-serif;
	font-size:24px;
	color:rgba(240,255,0,1.00);
	letter-spacing:1px;

  }


#administrativo{
	margin-top:47px;
	float:left;
	width:100%;
	height:300px;
	margin:auto;
	background:rgba(241,241,241,1.00);
}

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









