@charset "UTF-8";
/* CSS Document */
img {
	border: none;
}

a img {
	border: none;
}

a:hover img {
	border: none;
}
a:active img {
	border: none;
}

a:link {
	color: #555;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-stretch:condensed;
}
a:visited {
	text-decoration: none;
	color:#555;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #555;
}

.baixe_cat {
	font-size: 8pt;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	/*margin-left: 60px;*/
}
.rodape {
	font-family:Arial, Helvetica, 
	sans-serif;
	font-size:8pt;
	color:#ffffff;
	text-align: center;
	width:750px;
	padding-top:25px;
	float:left;
	padding-left:15px;
	/*margin-left: 32px;*/
	font-weight: bold;
}


	
	
dv.pics { display: none; }
div.pics img {
    height: 369px; // altura das imagens
    width: 573px; // largura das imagens
    overflow:hidden; // limitando a div
}
