.html_gallery{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999999999;
}
.html_gallery .mask_gallery{
	position: absolute;
	left: 0;
	top: 0;
	background: black;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.html_gallery .fechar_gallery{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 125%;
	z-index: 100;
	border-radius: 16px;
	/*background: #FF0000;*/
	/*color: white;*/
	background: #FBD5C7;
	color: black;
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none!important;
}
.html_gallery .prev_gallery{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 23px;
	z-index: 1;
	margin-left: 2px;
	background: url('imgs/setas-banner.png') no-repeat left center;
}
.html_gallery .next_gallery{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 23px;
	z-index: 1;
	margin-right: 2px;
	background: url('imgs/setas-banner.png') no-repeat right center;
}

.html_gallery .ul_gallery{
	position: relative;
	width: 80%;
	height: 100%;
	margin: auto;
	z-index: 0;
}
.html_gallery .li_gallery{
	position: absolute;
	left: 0;
	top: 0;
	height: auto;
	width: 100%;
	max-height: 90%;
	max-width: 90%;
	height: 90%;
	margin: auto;
	margin-left: 5%;
	text-align: center;
	overflow: hidden;
}

.html_gallery .li_gallery>span{
	position: relative;
	display: inline-block;
	max-width: 85%;
	max-height: 85%;
	height: 85%;
}

.html_gallery .li_gallery .imagem_principal{
	position: relative;
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto!important;
	height: auto!important;
	max-width: 100%!important;
	max-height: 100%!important;
}
.html_gallery .li_gallery .txt{
	position: absolute;
	/*border: solid red 1px;*/
	max-width: 100%;
	bottom: 50%;
	left: 50%;
}
.html_gallery .li_gallery p{
	position: relative;
	z-index: 10;
	/*max-width: 100%;*/
	/*bottom: 50%;*/
	/*left: 50%;*/
	width: 100%;
	float: left;
	font-size: 100%;
	padding: 5px 0;
	text-align: center;
	/*background: #FF0000;*/
	/*color: white;*/
	/*background: #FBD5C7;*/
	background: white;
	color: black;
	/*border: solid blue 1px;*/
}
.html_gallery .li_gallery p span{
	position: relative;
	max-width: 100%;
	background: gray;
	padding: 5px;
	float: left;
}

.html_gallery .compartilhar{
	position: absolute;
	right: 50%;
	top: 50%;
	/*top: -45px;*/
	/*bottom: 5px;*/
	/*bottom: 0;*/
	/*bottom: 0;*/
	z-index: 10;
	/*margin-bottom: 5px;*/
}
.html_gallery p+.compartilhar{
	/*top: -30px;*/
}
.html_gallery .compartilhar_face{}
.html_gallery .compartilhar_google{}
.html_gallery .compartilhar_google img, .html_gallery .compartilhar_face img{margin: 0!important;}