.popup {
	width:455px;
	height:370px;
	left:300px;
	position:absolute;
	top:100px;
	z-index:60;
	-webkit-box-shadow: #000000 0 0 20px;
	background-attachment: scroll;
	background-color: transparent;
	background:url("imagen_popup/pesame.png") no-repeat scroll center top transparent;
	background-repeat: no-repeat;
	background-position: center top;
}

.cerrar {
background:url("imagen_popup/cerrar.png") no-repeat scroll center center transparent;
height:34px;
position:absolute;
right:0;
top:0;
width:30px;
z-index:11;
}
/*
.popup {
background:url("imagen/dia_de_la_madre_app.jpg") no-repeat scroll center top transparent;
height:552px;
left:222px;
position:absolute;
top:30px;
width:455px;
z-index:60;
}*/


