@charset "utf-8";
/* CSS Document */

#DIVFundoGaleria {
	background-color:#000000;
	position:fixed;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	-moz-opacity : 0.8;
    opacity: 0.8;
	filter: alpha(opacity = 80);
	visibility:hidden;
	z-index:50;
}
#MostraGaleria {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-250px;
	overflow:hidden;
	width:700px;
	visibility:hidden;
	z-index:51;
}
#TumbsGaleria {
	overflow:auto;
	height:70px;
	width:690px;
	padding-left:10px;
	padding-top:10px;
	border:#000000 dotted 1px;
}
#zoom {
	text-align:center;
}
#fecharGaleria {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	width:55px;
	height:15px;
	cursor:pointer;
	padding-top:2px;
}
#GaleriasInicial {
	overflow: auto;
	width: 200px;
	height: 310px;
	margin-top: 5px;
	padding-top:5px;
	background: #D7DCE3;
}