@charset "utf-8";
/* CSS Document */
/*css do lightbox*/
	#fundoLight{
			position:fixed;
			*position:absolute;
			*top:0px;
			*left:0px;
			width:100%;
			height:110%;
			background-image:URL("../default/fundoEscuro.png");
			display:none;
			z-index:99999999999999999999;
	}
	#caixaEscuroLight{
		margin:auto;
		width:514px;
		height:530px;
		background-color:#FFF;
		border:solid 2px #999; /*borda caixa grande*/
		margin-top:20px;
	}
	#fecharLight{
		float:left;
		width:514px;
		height:20px;
		text-align:right;
		cursor:pointer;
	}
	#espacoImagemLight{
		float:left;
		width:514px;
		height:600px;
		text-align:center;
		background-image:URL('../default/loading.gif');
		overflow:hidden;
		background-position:center center;
		background-repeat:no-repeat;
	}
	#espacoTextoLight{
		float:left;
		width:514px;
		height:30px;
		padding-left:5px;
		padding-right:5px;
		font:normal 12px Tahoma;
	}
	.imgAmpliada{
		border:solid 1px #CCC; /*borda foto*/
		max-height:600px;
	}	

/*fim do css do light*/