@charset "utf-8";
/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#externo {
width:100%;
height:100%;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

#interno {
position:absolute;
width:980px;
height:600px;
margin-left:-480px;
margin-top:-300px;
top:50%;
left:50%;}
