@charset "utf-8";
/* CSS Document */
<style type="text/css">
 @media print {
	 
	 #topo {
		 height:1px;
		 display:none;
		 display:hidden;
	 }

  }
  @media screen {

#null{}

body{
	font-family: Tahoma, Verdana, Arial, serif;
	background-image:url(imgs/bg_geral.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	margin:0px;
	padding:0;
	color:#333333;
	background-color:#DBDBDB;
}
#master{
	margin:0 auto;
	width:800px;
	font-size:13px;
}
#site{
	float:left;
	width:800px;
}
#topo{
	background-image:url(imgs/alunos.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:206px;
	float:left;
	width:800px;
}
#top{
	_margin-top:-6px;
	height:13px;
	width:800px;
	background-image:url(imgs/bg_top.jpg);
	background-repeat:no-repeat;
	float:left;
}
#conteudo{
	float:left;
	width:790px;
	color:#333333;
	background-image:url(imgs/bg_mid.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
}
#internas{
	margin-left:20px;
	_margin-left:10px;
	padding-top:10px;
	padding-bottom:30px;
	float:left;
	margin-bottom:20px;
	border-bottom:2px solid #ccc;
	width:740px;
}
#secao1 {
	background-image:url(imgs/secao1.jpg);
	background-position:10px 0px;
	background-repeat:no-repeat;
	width:670px;
	float:left;
	height:132px;
	padding-top:50px;
	padding-left:110px;
	}
#busca{
	background-image:url(imgs/bg_busca.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:108px;
	padding:10px;
	float:left;
	}
#ultNoticias {
	width:760px;
	float:left;
	padding-left:10px;
	}
#bot{
	height:20px;
	width:800px;
	background-image:url(imgs/bg_bot.jpg);
	background-repeat:no-repeat;
	float:left;
	float:left;
	_margin-top:-10px;
}
#parceiros{
	padding:20px;
	width:740px;
	color:#666;
	float:left;
	}
#parceiros img{
	margin-right:20px;
	border:none;
	}
	
#rodape{
	background-image:url(imgs/bg_rodape.jpg);
	background-repeat:repeat-x;
	float:left;
	clear:both;
	width:770px;
	text-align:center;
	font-size:11px;
	color:#666666;
	padding-bottom:10px;
	padding-top:20px;
	float:left;
	margin-top:20px;
}
h1{
	margin:0px;
	padding:0px;
	color:#F30;
	font-size:16px;
}
.noticia a {
		text-decoration:none;
		color:#333;
}
.noticia a:hover {
		text-decoration:underline;
}
.cargo {
	font-size: 11px;
	color:#666;
}
  }
</style>
