.box_artedacriacao_popup{
	background-color: rgba(0,0,0,.5);
	position: fixed;
	z-index: 999999999;
	opacity: 0;
}

.artedacriacao_popup_item{
	left: 0;
	position: fixed;
	z-index: 1000000;
	border:3px solid #fff;
	opacity: 0;
    margin-right: 20px;
    background-color: #fff;
}

.artedacriacao_popup_item a{
    padding: 0 !important;
    margin: 0 !important;
}

.artedacriacao_popup_item .fechar{
	background-color: #606060;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	/*-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;*/
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	z-index:9999;

}

.artedacriacao_popup_item .fechar:hover { background: #d9202d; }

.artedacriacao_popup_item img{
	height: auto;
	max-width: 90vw;
	max-height: 80vh;
    min-height: 100% !important;
    border: none !important;
    margin: 0 !important;
}

/* ie11 hacks */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .artedacriacao_popup_item img{
        width: 100%;
	}
}
