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

h4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px;
	margin-top: 15px;
}

table#fotos {
	width: 280px;
}

table#fotos img#fotoGrande {
	width: 264px;
	height: 264px;
	
	padding: 2px;
	border: 1px solid #999999;
	background: #fff;
}

table#fotos img.fotoPequena {
	width: 60px;
	height: 60px;
	
	padding: 2px;
	border: 1px solid #999999;
	background: #fff;
	margin: 1px;
}

table#descricoes td{
	vertical-align: top;
	padding-bottom: 5px;
}

table#descricoes {
	width: 100%;
	font-size: 12px;
}

table#descricoes .titulo {
	font-weight: bold;
	color: #003366;
}