﻿.lb-overlay {
	position: fixed;
	overflow: auto;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	text-align: center;
	background-color: rgba(50,153,2,.8);
	background: -moz-radial-gradient(center, rgba(255,255,255,0.56) 0%, rgba(50,153,2,5.01) 100%);
	z-index: 1000;
}
.lb-overlay img{
	opacity: 0;
	transition: opacity 0.3s linear;
}
#papyro {
	position: relative;
}
.papyro-txt {
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -330px;
	z-index: 1
}
#cuadro-pags {
	position: absolute;
	bottom: 15px;
	left: 337px;
	width: 47px;
	height: 34px
}
#pag {
	position: absolute;
	height: 25px;
	width: 18px;
	border: 3px solid #3d2c05;
	opacity: 0.5;
}

/*---------------------- Acciones ----------------------------*/

#lb-close {
	position:absolute;
	top: -10px;
	left: 50%;
	margin-left: 283px;
	width: 110px;
	height: 50px;
	background: url('../img-persoiko/btn_salir-pletina2.png');
	z-index: 1
}
.b-exit {
	left: 3px;
}

.btn-pag {
	position: absolute;
	width: 18px;
	height: 25px;
	margin: 3px;
	cursor: default;
}
.btn-pag:hover {
	border: 3px solid #3d2c05;
	margin: 0px;
	opacity: 0.8;
}
.btn-pag:active {
	border: 4px solid #3d2c05;
	margin: -1px;
	opacity: 1;
}

/*--------------------------------------------------*/

.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 10px;
}
.lb-overlay:target img{
	opacity: 1;
	filter:  alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

