﻿#bgBoxJG{
	background: #143c5e; 
	width: 100%; 
	height: 100%; 
	z-index: 97; 	
	position: fixed;
}

#contBoxJG{
	width: 800px;
	height: 500px;
	z-index: 98;
	position: fixed;	
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -400px;
	padding: 10px;
	background: #fff;
}

.bt_fecharJG{
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

#boxJG{
	overflow: hidden;
	display: none;
}