*
{
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;	
	text-decoration: none;
}

input, img {vertical-align: middle;}
img {border:none;}	
a, strong, b {vertical-align:baseline;}
strong {font-weight:bold;}
.clear
{
	clear: both;
	font-size:0.1em;
	line-height:0.1em;
}

html
{
	background: url(../_img/_global/fundo.gif) repeat top left;
}
	
body
{
	background:url(../_img/_global/fundo-branco.gif) repeat-y center;
}

#pagina
{
	background:#FFF;
	width:780px;
	margin:0 auto;
}

/* = TOPO
================================================*/	

#topo
{
	height:118px;
}

				
/* MEIO - CONTEUDO
==============================================================================*/

#meio
{
	clear:both;
	padding-bottom:5px;
}


/* Menu - topo
==============================================================================*/

#nav-topo
{
	display: block;
	height:35px;
	background: url(../_img/_global/fundo-menu-topo.gif) repeat-x left bottom;
	color: #003f26;
	float:right;
	vertical-align:middle;
	border-bottom:1px solid #FFF;
	width:589px;
}

	#nav-topo .busca
	{
		color:#6a767e;
		float:left;
		padding:5px 0px 0px 20px;
	}

		#nav-topo .busca #busca
		{
			font:11px Verdana, Arial, Helvetica, sans-serif;
			border:1px solid #cad2d7;
			height:20px;
			line-height:20px;
			width:140px;
		}
		
		#nav-topo .busca .botao
		{
			background:#0086ce;
			font:11px Verdana, Arial, Helvetica, sans-serif;
			color:#FFF;
			cursor:pointer;
			height:22px;
			margin-left:5px;
			padding:0px 3px;
		}

	/* Navegacao topo
	==============================================================================*/
	#nav-topo ul.link-topo
	{
		display:block;
		list-style: none;
		width:315px;
		height:33px;
		line-height:33px;
		overflow:hidden;
		float:right;
	}
		
		#nav-topo ul.link-topo li
		{
			float: left;
			height: 33px;
			overflow: hidden; /* if text-resize, this'll keep the nav the same size */
		}
			
			#nav-topo ul.link-topo li a
			{
				display: block;	
				font:11px Verdana, Arial, Helvetica, sans-serif;
				line-height:32px;
				color:#0086ce;
				text-align:center;
				overflow: hidden;
				padding:0 7px;
			}
			
				#nav-topo ul.link-topo li a:hover
				{
					text-decoration:underline;
				}				

				#nav-topo ul.link-topo li span
				{
					font-size:11px;
					line-height:32px;
					color:#b3b7ba;
				}	
/* RODAPE
==============================================================================*/

#rodape
{
	font:11px/30px Arial, Helvetica, sans-serif;
	color:#FFF;
	background:#0074c5;
	border-top:3px solid #efefef;
	clear:both;
	height:30px;
	padding:0 20px;
}

	#rodape span.copy
	{
		display:block;
		float:left;
	}

	#rodape span.end
	{
		display:block;
		float:right;
	}
