/* CSS Document */
#BoxPopup {
	position:absolute;
	left:40%;
	top:160px;
	width:426px;
	height:323px;
	z-index:1;
	background-image: url(../img/imgPopup/fndBoxPopup.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#BoxPopup #fechar {
	text-align: right;
	height: 34px;
}
#BoxPopup #Texto {
	height: 271px;
	width: 188px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 18px;
	float: left;
}
#BoxPopup #Texto h1 {
	font-size: 23px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 50px;
}
#BoxPopup #Texto p {
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	margin-bottom: 40px;
}
#BoxPopup #Texto a{
	font-size: 23px;
	color: #990000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 188px;
}
#BoxPopup img {
	float: right;
	margin-right: 18px;
}

