html, body {
    font-family: arial;
   color:#1A4672;
    font-size: 18px;
    background-image: linear-gradient(#C1E1FF 1px, transparent 1px), linear-gradient(to right, #C1E1FF 1px, transparent 1px);
background-size: 10px 10px;
	background-color: #E4E4ED;	   

    text-align:center;
}

.tabs {
    margin: 20px;background-color: #E5E5E5;
}/*linea superior de la galeria*/

.tab-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    cursor: pointer;
    margin-bottom: -10px;
}
.crop{object-fit:none;}
.tab {
    padding: 10px 20px;
    background: #BAAD76;
 /*border: 6px solid #cccccc; */
    margin-right: 5px;
}/*borde del menu*/

.tab.active {
    background: #F1F1F1;
/*border-bottom: 10px solid transparent; */
}

.tab-content {
    display: none;
   /*border: 10px solid #cccccc; */
    padding: 20px;
    background: #F1F1F1;
}

.tab-content.active {
    display: block; height: 80%;padding-top: 2px;
}





a {
    text-decoration: none;
}


/* ------------------------------------------------------------------------------*/




.img-container {
  width: 200px;
  height: 150px;
  padding: 10px 10px 30px 10px;
  background: #BAAD76;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.img-container:before {
  content: '';
 max-height: 70px;
  position: absolute;
  background: #C1E1FF;
  opacity: 0;
  transition: opacity .1s ease-out;   
}

.img-container:hover:before { 
  opacity: 1;
}



.img-container:hover .text-container {    
  top: 0;
}
.info{margin-top: 15px;}

.lb-album{
	width: 700px;
	margin: 0 auto;

}

.volver {width: 150px;margin:5px;height: 150px;}
#volver{ 	float: left; margin: 5px;height: 186px; width: 186px;}
a {
	color: #BAAD76;
	text-decoration: none;
	border: double #CCCCCC; width: 150px;margin:5px;height: 150px;
	float: left;
}


 
	ul, li {
	list-style:none;
}


.container {
	position: relative;
	text-align: center;
	
	margin-top: 15px;
	float: left;overflow: hidden;
}





/* Header Style */







.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	
	position: relative;
	padding: 10px;
	background: #BD647B;
	
	border-radius: 4px 4px 4px 4px;
}
 .lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: #1A4672;
	text-shadow: 0px 1px 1px ;
	font-size: 24px;
	opacity: 0;
	
	background: #F00FFF;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	
	transition: opacity 0.3s linear;
} 
.lb-album li > a:hover span{
		opacity: 1;
	filter: alpha(opacity=99);
    
}

.texto_datos{margin-top: -5%;width: 55}	
.lb-overlay{
	width: 0px;

	position: fixed;
	overflow:clip;
	left: 5px;
	height: 70%;
   
	padding: 0;
	z-index: 99;
	text-align: center;
	background: #A52A2A;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	margin-left: 750px;

	
	
}
/*fotografia y texto*/
.lb-overlay > div{
		
	color:#1A4672;  /*rgba(27,54,81,0.8)*/;
	opacity: 0;

	text-shadow: 1px 1px 1px 1px ;

	transition: opacity 0.3s linear 1.3s;
}
/*linear vertical*/
.lb-overlay div h3{
	
	float: left;
	text-align: right;
	border-right: 1px solid #1A4672;margin-left: 55px;
}
/*p junto al h3*/
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 70%;
	color: #1A4672;
	font-style: italic;
	margin-left: 15%;padding-top: 5%;margin-top: 0.2%;
}
.lb-overlay div h3 span{
display: block;
	color: #1A4672;
}
.lb-overlay div p{
		

	width: 210px;text-shadow: 1px 1px 1px 1px;;
}
.lb-overlay a.lb-close{
	background: #1A4672;
	z-index: 1001;
	color: #ffffff;
	position: absolute;
	top: 450px;
	left: 85%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 25px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;

	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay a.lb-close:hover{box-shadow: 1px 1px 1px 1px;color:#92C4D6;}
.lb-overlay:target {
	margin-bottom: -80px; width: 550px;height: 568px;
	top: 80px;
	right: 0px;
}
.lb-overlay:target img {

width: 300px;height:auto ; margin-top: 5px;
	animation: fadeInScale 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;

    
}


@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }



