@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }


body {
  overflow: hidden; 
}

/* inicio: Preloader */
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../extras/loading.gif') 50% 50% no-repeat white;
}
/* fim: Preloader */

.youtube_instagram{
	position: fixed;
	top: 5px;
	left: 5px;
	width: 202px;
	height: 46px;
	z-index: 999;		
}
.youtube_instagram img{
	opacity: 0.8;
    filter: alpha(opacity=80);  /*For IE8 and earlier */
}