 /* hide from ie on mac \*/
            html {
                height: 0%;
                overflow: auto;
            }
            #flashcontent {
                position: absolute;
                top: 0px;
                left: 0px;
                height: 100%;
                width:  100%;
				
								
            }

  			#aviso {
                position: absolute;
                top: 0px;
                left: 0px;
                height: 100%;
                width:  100%;
				
								
            }

#avisoInterno{
position: absolute;
left: 50%;
top: 100px;
margin: -19px 0px 0px -200px;

background: #262626;
}
.avisoText{
font-family:           Arial, Helvetica, Tahoma, Sans Serif;
font-size:             10px;
color:                 #CCCCCC;

}
.avisoImg{
float: left;
margin: 3 4 3 3;
}
.avisoText a{
font-family:           Arial, Helvetica, Tahoma, Sans Serif;
font-size:             11px;
font-weight:           bold;
color:                 #CCCCCC;

text-decoration:       none;
}
.avisoText a:hover{
color:                 #6f907b;
}

            /* end hide */
            body {
                
                margin: 0;
                padding: 0;
                background-color: #262626;
               
            }
