.gallery_contenedor{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/papel.jpg");
	background-size: auto;
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed;
}

.bd-screen {
	list-style: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	
}

.bd-screen li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .bd-screen li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.bd-screen li:after {
	 position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0; 
	 content: '';
	background: transparent  url(../picture/pattern.png) repeat top left; 
	background-size: 6px 6px;
}


/* ...and hide the images */
.backgroundsize .bd-screen li img {
	display: none;
}

.bd-screen li img {
	display: block;
	width: 100% ;
	height: auto;
	filter: sepia(.2)
}
.bd-screen li p {
	position: absolute;
	bottom: 4%;
	left: 12%;
	z-index: 20;
	font-size: .8em;
}

.screen-controls {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 8%;
	z-index: 50;
	background: none;
	padding: 1em 1em 5em;
	border-radius: 15px 15px 0 0;
	background: rgba(255, 255, 255, .25);
}

.screen-controls span {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-right: 1.5em;
}
.screen-controls span.icon-cross{
	display: none
}

.screen-controls span:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	font-size: 1.25em;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 1;
}

.screen-controls span:hover:before {
	opacity: .8;
}

.screen-controls span:active:before {
	top: 2px;
}

span.-prev:before {
	content: "\e962";
}

span.-pause:before {
	content: "\e964";
}

span.play:before {
	content: "\e965";
}

span.-next:before {
	content: "\e963";
}

.screen-controls span.cbp-binext {
	float: right;
}

/* Fallback */

.no-js.no-backgroundsize .bd-screen li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .bd-screen li:first-child img {
	display: block;
}
