* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
	font-size:100%;
	z-index:1;
}

body, html {
	min-height:100%;
}


#container-topo {
	width:100%;
	background-color:#FFF;
}

#menu {
	width:100%;
	background-color:#0099c6;
	overflow:hidden;
}

#menu ul {
  clear:both;
  width:740px;
  height:20px;
  padding:0 14px 0 16px;
  list-style:none;
  margin:0 auto;
  *margin:1px auto;
}

#menu ul li {
  float:left;
  height:20px;
  background-color:#0099c6;
  padding:0;
  list-style:none;
  margin:0 1px;
}

#menu li img, #menu li a img, #menu li a {
  background-color:#0099c6;
}


#topo{
	overflow:hidden;
  	width:770px;
  	background:url(http://www.cursinhodapoli.org.br/images/menusup/bg_top.gif) right bottom no-repeat;
	  	margin:0 auto;
}


#topo h1 {
  float: left;
  width:200px;
  padding:0;
  margin:0;
}

#topo ul {
	float:right;
  	width:150px;
  	margin: 0;
  	padding:0;
  	height:67px;
}

#topo ul li {
  width:50px;
  height:67px;
  display:inline;
  float:left;
  padding:0;
  margin:0 5px 0 0;
}

#topo ul li img {
  padding:0;
  margin:0;
}

/******** Corpo ***************/

#lousa {
	width:100%;
	height:145px;
	background:url(../../images/na-escola/bg-lousa.png) top repeat-x;
	_background:url(../../images/na-escola/bg-lousa.jpg) top repeat-x;
}

#lousa #cont {
	margin:0 auto;
	width:770px;
}

#pdf {
	overflow:hidden;
}

#pdf a {
	float:right;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	margin-right:50px;
	display:block;
	_width:50px;
	_margin-right:20px;
	_margin-top:30px;
}

#pdf a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}

#container-rodape {
	width:770px;
	margin:0 auto;
	overflow:hidden;
}

#bts-bottom {
		float:right;
		margin-top:10px;
		height:100px;
	}
		
#bts-bottom li a {
	cursor:pointer;
	float:right;

}

#bts-bottom li a img#sistema {
	*padding-top:15px;
}

#bts-bottom li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}


#rodape {
	overflow:hidden;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
	padding-top:60px;
}

#rodape a {
	color:#FFF;
	font-weight:bold;
}

#rodape a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}





.buttons{
overflow:hidden;
width:auto;
margin:10px auto;
list-style:none;
}

.buttons li{
	float:left;
	margin:0 1px 0 0;
	
}

.buttons li a {	
	display:block;
	padding:4px 3px;
}

.buttons li a:hover img {
	background:url(../../images/na-escola/menu/bg.png) top repeat-x;
	_background:none;	
	_filter: alpha(opacity=80);

	
	}


.buttons li a#corrente img{
background:url(../../images/na-escola/menu/bg.png) top repeat-x;
_background:none;	
_filter: alpha(opacity=80);

}



