/* ------------------------------ (POP UP) Box  ------------------------------ */

#alertaPopUp{
	display: block;
	margin:0 auto;
}

.boxPopUp{
	display: block;	 
	width: 100%;
	height:871px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position:fixed;
	background: transparent url(../img/transparencia.png) repeat;
	z-index: 1100;

	/* I.E 6 */
	_position: absolute;
	_top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	_filter:alpha(opacity=90); -moz-opacity:0.95; opacity:0.95;
}

.boxPopUp .box{
	width:599px;
	left:50%;
	margin:0 auto;
	margin-top:120px;
	z-index:5000;
	border:1px solid #999;
	background:#E4E4E4;
}

.boxPopUp .topoPop {
	width:577px;
	height:19px;
	background:#757575;
	margin-left:1px;
	margin-top:1px;
	color:#c2cccc;
	font-size:16px;
	padding-top:10px;
	padding-left:20px;
	font-weight:bold;
}

.boxPopUp .btFechar {
	float:right;
	cursor:pointer;
	background:url(../img/bt-fechar.png) no-repeat;	
	color:white;
	margin-right:5px;
	margin-top:-5px;
}

