/* css/album12.css */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* reset.css */

body{
	background-image: url("../images/fondo2.jpg");
	font-family: Arial;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 70px;
}

.cabecera{
	max-width: 1000px;
	margin: 30px auto;
	background-color: #1332cf;
	overflow:hidden;
	border-radius: 5px 5px 5px 5px;
	height: auto;
	padding-bottom: 10vh;
}
.cabecera img{
	float: left;
	margin: 20px 30px;
	width: 8vw;
	position: absolute;
	height: auto;
	padding-top: 1vh;
	clear: both;
}

.prueba {
	animation-name: transformar;
	animation-duration: 5s;
	animation-delay: 2s;
	animation-timing-function: ease;
} 

@keyframes transformar{
	50%{ transform: scale(1.2, 1.2);
	       }
} 

.cabecera h1{
	margin: 30px 30px;
	color: white;
	float: right;
	clear: both;
	position: relative;
}

.cabecera h5 {
	margin: 4px 30px;
	color: white;
	float: right;
	clear: both;
}

.cabecera h6{
	margin: 4px 30px;
	color: white;
	float: right;
	clear: both
}

.contenedor{
	background-color: #FFFFFF;
	max-width: 1000px;
	margin: auto;
	clear: both;
	border-radius: 5px 5px 5px 5px;
}

.botonera ul{
	margin-bottom: 30px;
	background-color: #1332cf;
	list-style-type: none;
	height: 57px;
	padding-top: 8px;
	/* Padding en vez de margin para mostrar el color de fondo */
	padding-left: 38px;
	/* Pixel perfect */
	border-radius: 5px 5px 0 0;
}

.botonera a{
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid yellow;
}

.botonera a:hover{
	color: #F75D41;
}



/* ------------------ COMIENZA GALERÍA - Album 1 -----------------*/

.derecha{
	float: right;
	width: 760px;
	/*padding-left: 900px;*/
}

.album12 h2{
	font-size: 22px;
	margin-bottom: 8px;
	padding-bottom: 30px;
	color: #1332cf; 
}

.album12{
	height: auto;
	margin-bottom: 35px;
	float: left;
	position: center center;
}

.example-image{
	width: 10vw;
	height: auto;
	position: relative;
	padding: 0.5%;
	background: rgba(226,188,233,0.3);
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}

.example-image:hover{
	background: #DC143C; 
	color: #FFB6C1; 
}

.lb-loader,.lightbox{
	text-align:center;
	line-height:0;
}

body:after{
	content:url(../images/close.png) 
	url(../images/loading.gif) 
	url(../images/prev.png) 
	url(../images/next.png);
	display:none;
}

.lb-dataContainer:after,.lb-outerContainer:after{
	content:"";
	clear:both;
}

body.lb-disable-scrolling{
	overflow:hidden;
}

.lightboxOverlay{
	position:absolute;
	top:0;left:0;
	z-index:9999;
	background-color:#000;
	filter:alpha(Opacity=80);
	opacity:.8;
	display:none;
}

.lightbox{
	position:absolute;
	left:0;width:100%;
	z-index:10000;
}

.lightbox .lb-image{
	display:block;
	height:auto;
	max-width:inherit;
	border-radius:3px;
}

.lightbox a img{
	border:none;
}

.lb-outerContainer{
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
	border-radius:4px;
}

.lb-loader,.lb-nav{
	position:absolute;
	left:0;
}

.lb-outerContainer:after{
	display:table;
}

.lb-container{
	padding:4px;
}

.lb-loader{
	top:43%;
	height:25%;
	width:100%;
}

.lb-cancel{
	display:block;
	width:32px;
	height:32px;
	margin:0 auto;
	background:url(../images/loading.gif) no-repeat;
}

.lb-nav{
	top:0;
	height:100%;
	width:100%;
	z-index:10;
}

.lb-container>.nav{
	left:0;
}

.lb-nav a{
	outline:0;
    background-image:url(data:image/gif;
	base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,.lb-prev{
	height:100%;
	cursor:pointer;
	display:block;
}

.lb-nav a.lb-prev{
	width:34%;
	left:0;
	float:left;
	background:url(../images/prev.png) left 48% no-repeat;
	filter:alpha(Opacity=0);
	opacity:0;
	-webkit-transition:opacity .6s;
	-moz-transition:opacity .6s;
	-o-transition:opacity .6s;
	transition:opacity .6s;
}

.lb-nav a.lb-prev:hover{
	filter:alpha(Opacity=100);
	opacity:1;
}

.lb-nav a.lb-next{
	width:64%;
	right:0;
	float:right;
	background:url(../images/next.png) right 48% no-repeat;
	filter:alpha(Opacity=0);
	opacity:0;
	-webkit-transition:opacity .6s;
	-moz-transition:opacity .6s;
	-o-transition:opacity .6s;
	transition:opacity .6s;
}

.lb-nav a.lb-next:hover{
	filter:alpha(Opacity=100);
	opacity:1;
}

.lb-dataContainer{
	margin:0 auto;
	padding-top:5px;
	width:100%;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}

.lb-dataContainer:after{
	display:table;
}

.lb-data{
	padding:0 4px;
	color:#ccc;
}

.lb-data .lb-details{
	width:85%;
	float:left;
	text-align:left;
	line-height:1.1em;
}

.lb-data .lb-caption{
	font-size:13px;
	font-weight:700;
	line-height:1em;
}

.lb-data .lb-number{
	display:block;
	clear:left;
	padding-bottom:1em;
	font-size:12px;
	color:#999;
}

.lb-data .lb-close{
	display:block;
	float:right;
	width:30px;
	height:30px;
	background:url(../images/close.png) top right no-repeat;
	text-align:right;
	outline:0;
	filter:alpha(Opacity=70);
	opacity:.7;
	-webkit-transition:opacity .2s;
	-moz-transition:opacity .2s;
	-o-transition:opacity .2s;
	transition:opacity .2s;
}

.lb-data .lb-close:hover{
	cursor:pointer;
	filter:alpha(Opacity=100);
	opacity:1;
}


.volveratras{
	float: left;
	clear: both;
	list-style-type: none;
	padding-top: 50px;
	margin-bottom: 30px;
}

.volveratras a{
	text-decoration: none;
}

.volveratras a:hover{
	color: #F90;
}



/* ---------------------- CIERRA GALERÍA Album 1 ----------------------------*/



.pie{
	clear: both;
	background-color: black;
	padding: 30px 50px;
	height: 120px;
	color: white;
	font-size: 14px;
}

.direccion, .sindicato{
	float: left
}

.sindicato{
	margin-right: 18px;
	padding-right: 90px;
}

.direccion{
	padding-right: 15px;
	border-right: 1px solid black;
	margin-right: 15px;
}

.direccion img {
	height: 15px;
	padding-right: 10px;
}

.pie2{
	clear: both;
	background-color: #696464;
	padding-top: 5px;
	height: 30px;
	color: black;
	font-size: 14px;
	margin-bottom: 40px;
	border-radius: 0 0 5px 5px;
}

.copy{
	margin-right: 18px;
	float: left;
	padding-left: 50px;
}

.creditos{
	text-align: right;
	padding-right: 50px;
}

.creditos a{
	font-family: cursive;
	color: blue;
	text-decoration: none;
}

.creditos a:hover {
	color: #F90;
}





