div.pop-up-container {

	position: absolute;
	
	top: 0;
	
	left: 0;
	
	background: url(../images/hover.png);
	
	width: 100%;
	
	z-index: 9999;
	
}

div.pop-up {
	
	position: relative;

	background: #fff;
	
	margin: 120px auto;
	
	padding: 35px 0;
	
	border: 1px solid #000;
	
}

div.pop-up p {

	margin: 0;
	
}

div.pop-up a.button-cerrar,
div.pop-up a.button-cerrar-top {

	display: block;

	position: absolute;
	
	bottom: 5px;
	
	left: 5px;
	
	background: url(../images/close.gif) right top no-repeat;
	
	height: 26px;
	
	padding: 0 30px 0 0;
	
	font-size: 21px;
	
	font-weight: bold;
	
	color: #000;
	
	text-decoration: none;

	z-index: 9;
   
}

div.pop-up a.button-cerrar-top {

	top: 5px;

}

