@charset "utf-8";
/* CSS Document */

#natal { position:absolute; z-index:100; margin-left:230px; top:9px; }
#noel { position:absolute; z-index:100; margin-left:230px; top:32px; }
*:first-child+html #noel {
  margin-left:-500px;
}
*:first-child+html #natal {
  margin-left:-500px;
}
