@charset "utf-8";
/* CSS Document */

/* Início do Topo */

#topo {
	background: url(../../imgs/bg_topo.jpg) repeat-x top left; 
	width: 100%;
	margin: 0; 
	padding: 0; 
	text-align: left; 
	height: 212px;
}

#topo h1 { 
	display: block; 
	background: url(../../imgs/bg_topo_fachada.gif) no-repeat bottom center; 
	width: 990px; 
	height:154px; 
	margin: 0 auto; 
	position:relative;
}

#topo h2 { 
	display: block; 
	background: url(../../imgs/bg_menu_horizontal.jpg) repeat-x top left; 
	width: 100%; 
	height:58px; 
	margin: 0; 
	text-align: center;
}

#topo h1 img { 
	cursor: pointer;
}

#topo h1 img#PPGL { 
	margin-top: 38px;
}

#topo h1 img#UERN { 
	margin-top: 28px; 
	position: absolute; 
	right: 46px;
}

#topo h2 label { 
	line-height: 58px; 
	font: 11pt "Trebuchet MS" normal; 
	color: #FFFFFF; 
	width: 990px; 
	text-align: left; 
	display: block; 
	margin: 0; 
	padding-left: 15px;
}

#topo h2 label a { 
	line-height: 58px; 
	font-family: "Trebuchet MS"; 
	color: #FFFFFF;
}

#label_menu a:hover {
	background: none;
	border: none;
	text-decoration: none;
}

#corpo { 
	background: url(../../imgs/bg_frizo_verde.jpg) repeat-x top left;
	width: 100%;
	margin: 0;
	padding: 0; 
	text-align: center; 
	height: 17px;
}

/* Fim do Topo */
