@charset "utf-8";
/* CSS Document */

div#top h1, div#lang, div#links, div#pesquisa,
div#nav,
div#leftCol, img.intImg, p#breadcrumbs, .middleLine, div.actions, p.voltar, div.form,
div#bottomNav, div#bottomNav a, div#bottomNav span, div#footer a.politica,
div#wrapper a.ball {
  display: none;
}

#wrapper {
  width: auto; 
  margin: 0 5%;
  padding: 0; 
  border: 0;
  float: none !important;
}
#middle, #rightWrapper, div#wrapper div#middle div.interior {
  width: auto; 
  margin: 0;
  padding: 0; 
  border: 0;
  float: none !important;
}

div#footer {
	margin-top: 40px;
}

/* Show URL */
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;}

.noscreen {
	display: block;
}

.page-break { display: block; page-break-before: always; }
