@charset "utf-8";
/* CSS Document */

.FotosHeader {
	width: 144px;
	height: 25px;
	background-image: url(/images/destaque_capa_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	padding: 5px 1px 0px 28px;
}
.FotosHeader a {
	font-family: Arial, Helvetica, sans-serif;
	color: #1E3642;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.FotosHeader a:hover {
	text-decoration: underline;
}
.FotosBox {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 144px;
	height: 108px;
	overflow: hidden;
}
.FotosDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	width: 144px;
}