/* imagogallery css*/
body {
		
		background-image: url(images/background.gif);	 background-attachment:fixed;
		
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	

}
.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff800;
	font-size: 12px;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff800;
	font-size: 13px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.imago_thumbImg {
	border: 1px solid #000000;
}

.imago_selectedThumb {
	border: 1px solid #000000;
}

#imagoError {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	color: #fff800;
}

#imagoThumbMenu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 300px;
}
 
#imagoCurrentThumbTable {
	border-collapse: separate;
	margin: 5px;
}

#imagoCurrentImageTitle {
	text-align: left;
	color: #fff800;
	padding: 10px 10px 10px 10px;
font-size: 10;
	font-family: Verdana;
	margin-top: 0px;
	z-index:11;
}

#imagoGalleryTitle {
	text-align: left;
	font-size: 10;
	font-family: Verdana;
	color: #fff800;	
	padding: 10px 10px 10px 10px;

}

#imagoFrame {
	position: relative;
	margin-top: -300px;
	margin-left: 200px;
}

#imagoCurrentImageDiv {
	position: relative;
	top: 0px;
}

#imagoCurrentImg {
}
.imagogallery{
    position: relative;
	top: 0px;
	left: 0px;

}

#imagoLoadingDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	width: 100%;
	height: 100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
	background: url('img/loading.gif') no-repeat center center;
}
#imagoCurrentImageLoadingDiv {
	position: absolute;
	display: none;
	z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
	position: absolute;
	height: 100%;
	width: 10%;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
	position: absolute;
	height: 31px;
	width: 31px;
	cursor: pointer;
	z-index:10;
	background: url('img/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
  outline-style: none;
}

a.imago_navPrev {
	left: 30px;
	bottom: 0px;
	background: url('img/prevImg.png') no-repeat top left;
}

a.imago_navNext {
	right: 30px;
	bottom: 0px;
	background: url('img/nextImg.png') no-repeat top right;
}

a.imago_navNextImage:hover {
	background: url('img/nextImg.png') no-repeat center center;
}

a.imago_navNextImage {
	right: 20px;
	top: 0px;
}

a.imago_navPreviousImage {
	left: 20px;
	top: 0px;
}
a.imago_navPreviousImage:hover {
	background: url('img/prevImg.png') no-repeat center center;
}