/******************************************************************************/
/* Main body, html features  **************************************************/
HTML, BODY {
    margin:0;
    padding:0;
    height: 100%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #000;
    font-size: 9pt;
     
}
HTML {background: url(../images/back.gif)}

/* IMG, TD {font-size: 9pt;behavior: url(css/iepngfix.htc);} */
TD {font-size: 9pt;}
IMG A , A IMG {border:0}

a, a:link, a:visited { display:inline; color: #000; text-decoration:none; border: 0 }
a:hover { display:inline; color: #000; text-decoration:none; border-bottom: 1px dotted #000; }

/******************************************************************************/
/* Main table style ***********************************************************/
#tbl-main {
  position: relative;
  width: 100%; 
  height: 100%;
  text-align: center;
  background: url(../images/tbl-back.gif) center repeat-x;
  /*border: 1px solid green;*/
}


#flashPlayer{
  position:absolute;
  top:0;
  right: 0;
}
#flashPlayer{
  filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}

#grafito {position:absolute; z-index:99; width:100px; height:20px; bottom:2px; left:2px;background:url(../images/grafito.gif) no-repeat}
#grafito:hover {background:url(../images/grafito.gif) 0 20px}

/******************************************************************************/
/* Fixing a clear float problem in IE7 ****************************************/
 .clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }

 .clearfix {display: inline-block;}

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
/* End hide from IE-mac */
/***************************************/
