.img_pop_box {
	position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    top: 0px;
	z-index: 98;
	display: none;
    justify-content: center;
    align-items: center;
}
.b_contenido {
	position: relative;
/*	width: 50vw;*/
	max-height: 80vh;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.5s ease-in-out;
	border: 3px solid #AAA;
	border-radius: 3px;
	background-color: #FFF;
}

.b_close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -23px;
	right: -23px;
	width: 25px;
	height: 25px;
	z-index: 99;
	cursor: pointer;
}

.pop_img {
/*	width: 100%;*/
	max-height: 79vh;
}

/* GAL */
.img_pop_box_gal {
	position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    top: 0px;
	z-index: 98;
	display: none;
    justify-content: center;
    align-items: center;
}
.b_contenido_gal {
	position: relative;
	max-height: 80vh;
	max-width: 80vw;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	transition: all 0.5s ease-in-out;
	border: 3px solid #AAA;
	border-radius: 3px;
	background-color: #FFF;
	padding: 20px;
}
.b_close_gal {
	position: absolute;
	top: -23px;
	right: -23px;
	width: 25px;
	height: 25px;
	z-index: 99;
	cursor: pointer;
}
.img_pop_cont_gal {
	border: 1px solid #f00;
	width: 100%;
}

/* GAL PAGER */
.myButton {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	margin: 0 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	font-size: 14px;
}
.myButton:hover {
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}
.image_center_gal {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.img_info_gal {
	font-size: 14px;
	color: #333;
	margin: 10px 0;
}
.center_img_gal {
	display: none;
}
.loading_gal {
	width: 50%;
}