/* reset para la galeria */

div.galimg, div.imgprin, .galimg a, .galimg img, .galimg ul, .galimg li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* fin del reset */


.galimg {
	position: relative;
	width: 960px;
	background-image: url(jsgal/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 425px;
	z-index: 1;
}

.imgprin {
	/* es necesario para evitar un parpadero al quitar la imagen */
	width: 960px;
	height: 425px;
}

.imgprin img {

}

.galimg ul {
	position: absolute;
	top: 365px;
	width: 192px;
	list-style: none;
	text-align: left;
	padding-left: 0px;
	z-index: 3;
	left: 740px;
}

.galimg ul li {
	padding: 4px;
	height: 20px;
	width: 20px;
	float: left;
	display: block;
	margin-right: 4px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.galimg  ul  li  a  {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Calibri, tahoma, sans-serif;
	text-align: center;
	display: block;
	height: 20px;
	width: 20px;
	background-color: #000000;

}

.jsgalpre {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f00;
	color: #fff;
	padding: 3px;
}

#gale01 {
	z-index: 2;
	text-align: left;
}
a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
