div.overlay {
	/*background-image:url(images/white.png);*/
	position:absolute;
	background-repeat:no-repeat;
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:350px;
	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:10px;
}

div.overlay div.close {
	background-image:url(images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
div.AparienciaNotasPend {
	/*background-image:url(images/white.png);*/
	background-image:url(images/fodoacceso.png);
	position:absolute;
	background-repeat:no-repeat;
	width:600px;
	height:250px;
	display:none;
	padding:10px;
}
div.AparienciaNotasPend div.close {
	background-image:url(images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#iDNotasPendientes {
	width:600px;
	height:350px;
}
#iDNotasPendientes div.close {
	top:0;
	right:0;
}
