@media print {
	 /* insert your style declarations here */

	body {
		background: #fff;
		color: #000;
		font-size: 9pt; 
		line-height: 150%;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
	}
	hr {
		color: #ccc;
		background-color: #ccc; 
	}
	h1, h2, h3, h4, h5, h6, code, pre {
		color: #000;
		text-transform: none; /* because sometimes I set all-caps */
	}
	h1 {
		font-size: 18pt;
		margin-top: 1em;
		line-height: 28px;
	}
	h2 {
		font-size: 15pt;
		line-height: 28px; 
	}
	h3 {
		font-size: 13pt; 
	}
	h4, h5, h6 {
		font-size: 10pt;
	}
	code, pre {
		font-size: 8pt; 
		background-color: transparent; 
		/* just in case the user configured browser to print backgrounds */
	}
	fieldset {
		float: left;
		display: block;
		clear: left;
		width: 100%;
		margin: 10px 0;
		border: 1px solid #000;	
	}
	label {
		width: 100%;
		display: block;	
	}
	input,
	seletc,
	textarea {
		clear: left;
		margin: 5px 0;
		padding: 5px;
	}
	blockquote {
		background-image: none; 
		/* though they may not print, I’d rather be sure */
	}
	a:link, a:visited {
		text-decoration: underline;
		color: #000;
	}
	abbr:after, acronym:after { /* some HTML4 love */
		content: " (" attr(title) ") ";
		/* I suspect I am one of the few who still use these elements */
	}
	
	header nav,
	ul.redesSociais,
	section.galeria div.videos,
	iframe,
	#sb-wrapper-inner,
	.redesSociaisAd {
		display: none;	
	}
	
	section.galeria div.fotos ul {
		list-style: none;
	}
	section.galeria div.fotos ul li {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		margin: 15px;	
	}
	
	
	section.noticias ul.listaNoticias ul {
		list-style: none;
	}
	section.noticias ul.listaNoticias ul li {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		margin: 15px;	
	}

	

}