@charset "iso-8859-1";
/* CSS Document */

#div1{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	display:none;
	background:url(../images/estrutura/bg_transp.png) repeat;
	/*background-color:#000000;
	_background:#000000;*/
	filter:alpha(opacity=70);
	/*-moz-opacity:.70;*/
	z-index:0;
	left:0px; 
	top:0px;
}
#div2{
	position:absolute;
	width:640px;
	height:480px;
	text-align:center;
	display:none;
	background-color:#000000;
	border:#FFF solid 10px;
	/*filter:alpha(opacity=100); */
}
