#miniaturas {
	position:relative;
	margin:auto;
	left:0px;
	width:730px;
	height:500px;
}


#hidepage {
	position:absolute;
	top:120px;
	left:120px;
	width:500px;
	height:250px;
	background-color: #000000;
	color: #FFFF99;
}

#imageContainer{
	position:absolute;
	width:100px;
	top:15px;
	left:5px;
}

#miniaturas #imageContainer img {
	position:absolute;
	border:1px solid #638DA1;
	cursor:pointer;
	-moz-opacity:.5;
	opacity:.5;
	filter:Alpha(opacity=50);
	z-index:100;
}

#imageDestination {
	position:absolute;
	top:30px;
	left:150px;
	width:565px;
	height:395px;
	border:1px solid #000;
	z-index:0;
}

#imageDestination-V {
	position:absolute;
	top:30px;
	left:150px;
	width:350px;
	height:465px;
	border:1px solid #000;
	z-index:0;
}


#caption {
	font:10px verdana;
	position:absolute;
	top:425px;
	left: 10px;
	width:300px;
	color: #799DAE;
}

#texto {
	position:relative;
	margin:10px 0px auto 140px;
	color: #F2F5F6;
	text-align: justify;
}
.fondogrande {
	margin: 0;
	padding: 0px;
	background-image: url(../gfx/fondogaleria.jpg);
	background-repeat: repeat;
	background-position: right top;
	height:484px;
	border: thin solid #E1F5FF;
	background-color: #001E26;
}

