.modal{
	position:fixed;
	top: 20px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1001; 
}

.janela{
	position: absolute;
	top:-20px;
	height: 65px;
	width: 100%;
	background-color: #f00;
	background-color: rgba(0, 0, 0, 1);		
}

.fechar{
	color: #fff;
	text-align: right;
	padding: 10px;
	z-index: 9003;
}

.embalagem{
	 padding: 0px !important;
}

.rotulo{
	margin-top: 20px;
}

.redondo, .radius{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px rgba(0, 0, 0, .1);
}
