/*

// ********************************************************************************
//                          (includes) css_gallery.css
//                          --------------------------
//   begin                : 09-Dic-2013
//   modified             : 26-Sep-2015
//   copyright            : (C) 2015 Daniel Julivert
//   email                : ghoulwiz@gmail.com
//   description          : Estilos de la galería
//
// ********************************************************************************

*/


/******************************************************************
	Gallery Strip
******************************************************************/

#galleryStrip {
	position: absolute;
}

#galleryStrip img {
	cursor: zoom-in;
	display: inline-block;
	padding: 2px;
	margin: 2px;
	background-color: #ffffff;
	border: 1px solid #050525;
	z-index: 310;
}


/******************************************************************
	Gallery Usage Help
******************************************************************/

#galleryHelp {
	position: absolute;
	left: 50%;
	width: 420px;
	margin-left: -210px;
	top: 100px;
	text-align: center;
	z-index: 350;
	color: #a5a5a5;
	border: 1px #d8e2f5 solid;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-image: url('../images/gui/fondo-darken.png');
	padding: 10px;
	overflow: hidden;
}


/******************************************************************
	Gallery Description
******************************************************************/

#galleryDescription {
	position: absolute;
	width: 200px;
	text-align: center;
	color: #a5a5a5;
	border: 1px #d8e2f5 solid;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-image: url('../images/gui/fondo-darken.png');
	padding: 5px;
	overflow: auto;
	display: none;
}

#galleryDescription img {
	border: 1px #d8e2f5 solid;
}

#galleryDescription div {
	display: none;
	text-align: left;
	padding-top: 5px;
}

#galleryDescription h1 {
	text-align: center;
	margin: 0px 0px 5px 0px;
}


/******************************************************************
	Gallery Zoom
******************************************************************/

#galleryImageZoom {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1150;
	cursor: zoom-out;
	display: none;
}

#galleryImageZoom img {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 8px solid #ffffff;
	border-radius: 20px;
}

#galleryImageZoom img:first-child {
	z-index: 1160;
	width: 166px;
	height: 166px;
	margin-left: -83px;
	margin-top: -83px;
}

#galleryImageZoom img:nth-child(2) {
	z-index: 1170;
}
