#ContGalery {
	height: auto;
	width: auto;
	text-align: center;
}

#ContGalery0 {
	height: auto;
	width: auto;
	text-align: center;
	background-color: #099;
	float: left;
	margin-top: 1%;
	margin-left: 1px;
}
/* ------------------------------------------------------------------------------*/
.thumb0 {
	max-height: 250px;
	border: solid 6px rgba(5, 5, 5, 0.8);
}
.thumbDep {
	max-height: 220px;
	border: solid 6px rgba(5, 5, 5, 0.8);
	margin-top: 1%;
	margin-bottom: 1%;
}
.thumb {
	max-height: 145px;
	border: solid 6px rgba(5, 5, 5, 0.8);
	margin-top: 1%;
	margin-bottom: 1%;
}

.lightbox {
	position: fixed;
	z-index: 1;
	height: 0;
	width: 0;
	text-align: center;
	top: 5%;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
}
.lightbox img {
	max-width: 90%;
	max-height: 80%;
	margin-top: 5%;
	opacity: 0;
}

.lightbox:target {
    
   outline: none;

    width: 100%;
    height: 100%;
    opacity: 1 !important;
    
}

.lightbox:target img {
	border: 10px solid rgba(77, 77, 77, 0.8);
	opacity: 1;
	webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.light-btn {
	color: #fafafa;
	background-color: #333;
	border-radius: 1px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	position: absolute;
	top: 45%;
	z-index: 7;
	height: 33px;
	width: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;

	
	-webkit-transition border-radius:50% ;
	-moz-transition border-radius:50%;
	-ms-transition border-radius:50%;
	-o-transition border-radius:50%;
	transition border-radius:50%;
	border-radius: 50%;
}

.light-btn:hover {
	background-color:#4E1C41;
}

.btn-prev {
	left: 7%;
	background-image: url(../FunImg/prev.png);
	background-repeat: repeat;
	background-position: center;
}
.btn-next {
	right: 7%;
	background-image: url(../FunImg/next.png);
	background-repeat: no-repeat;
	background-position: center;
}

.btn-close {
	position: absolute;
	right: 2%;
	top: 7%;
	color: #FFFFFF;
	padding: 10px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	-webkit-transition border-radius:50% ;
	-moz-transition border-radius:50%;
	-ms-transition border-radius:50%;
	-o-transition border-radius:50%;
	transition border-radius:50%;
	border-radius: 50%;
	background-color: #333;
	z-index: 7;
}

.btn-close:hover {
	background-color: #4E1C41;
}


#ContGaleriaLeft {
	float: left;
	height: auto;
	width: auto;
	padding-right: 2%;
}

#ContGaleriaRight {
	float: right;
	height: auto;
	width: auto;
	padding-left: 2%;
}

#ContGaleriaCenter {
	height: auto;
	width: auto;
	text-align: center;
}
