body{
	width: 586px;
	font-family: "Trebuchet MS";
	border: 1px solid #CBCBCB;
	background: white;
	padding: 10px;
	position: relative;
	}
	
h1{
	color: #2690F7;
	font-size: 26px;
	letter-spacing: -2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CBCBCB;
	}
	
#logovitrine{
	position: absolute;
	top: 10px;
	right: 10px;
	}

strong{font-weight: bold;}

#datalocal{
	color: gray;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CBCBCB;
	}
	
#release{
	height: 3em;
	margin-bottom: 10px;
	background: url(/static/tema/diagonalstripe.png);
	font-size: 12px;
	padding: 5px;
	overflow: hidden;
	}
	
#miniaturas{
	overflow: auto;
	margin-right: -10px;
	margin-bottom: -8px;
	}

#miniaturas img{
	display: block;
	float: left;
	border: 2px solid #E5E5E5;
	padding: 3px;
	margin-right: 12px;
	margin-bottom: 12px;
	}
	
#miniaturas img:hover{
	border: 2px solid #2690F7;
	}
