@charset "utf-8";
/* CSS Document */
*{ 
   margin:0; 
   padding:0; 
   list-style:none;
}
      
body {
	background:#132357;
	font:13pt "Trebuchet MS", Arial, Helvetica, sans-serif;

} 

#geral{
	margin:0 auto;
	text-align:center;
	background:url(../img/telaIntro.jpg);
	width:1002px;
	height:650px;
	margin:0 auto;
	
	
}

#logo{
	width:1001px;
	height:470px;
	text-align:center;
	margin:0 auto;
	
	
	
}
#chamada{
	font:14pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#EEE615;
	text-align:center;
	margin:0 0 30px 0;
	padding: 15px 0 20px 30px;
}

#menu-intro {
	height:40px; 
	color:#EEE615; 
	display:block; 

}
	
#menu-intro ul {
	line-height:40px; 
	
	
	

	
}
#menu-intro li {
	display:inline;
	margin-right:5px;

}
	
#menu-intro li a {
	text-decoration:none; 
	color:#EEE615; 
	font:11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	
	}
	
#menu-intro li a:hover {
	border:#389FCC 1px solid;
	margin:0 auto
	
	
	
	
}
	
#menu-intro ul li a:hover .selecionado a{
	background:#f4f4f4;
	
}
#menu-intro #current {
    color:#e1e1e1;
	text-decoration:underline;
	
    }
  #menu-intro #current a {
    background:#e1e1e1;
	
    }

#bottom{
	WIDTH:1001px;
	heigth:200px;
	
}
