@charset "utf-8";
/* CSS Document */

.abre_jogo{
	position:fixed;
	top:0px;
	left:0xp;
	background:#FFFFFF;
	width:100%;
	height:100%;
	z-index:99998;
	opacity:0.5;
	display:none;
}

.abre_jogo .jogo{
	position:relative;
	width:50px;
	height:50px;
	background-color:#000099;
	z-index:99999;
}
