﻿@charset "UTF-8";
@import "reset.css";
@import "default.css";

/*
	INDEX
	+geral
	+wrapper
	+classes
*/

/* +geral */
html, body, #wrapper {
	width:100%;
	height:100%;
	line-height:0; /* evita espacamentos indesejaveis no rodape da pagina */
	
	/* colocar tamanhos minimos do flash para browsers standards */
	min-width:960px;
	min-height:610px;
}
/* end geral */

body.ops { background:url(../imgs/backgrounds/body.jpg) center center no-repeat; }

/* +wrapper */
#wrapper{ line-height:normal; }
	#wrapper h1, #wrapper #menu { display:none; }
#plugin-flash {
	width:960px;
	height:700px;
	top:50%;
	left:50%;
	margin:-350px 0 0 -480px;
	position:absolute;
	overflow:hidden;
}
#plugin-flash p.warning { width:418px; height:74px; background:url(../imgs/backgrounds/p1.png) 0 0 no-repeat; margin:344px 0 0 30px; text-indent:-99999px; }
#plugin-flash a { width:240px; height:37px; background:url(../imgs/backgrounds/baixar_flash.png) 0 0 no-repeat; display:block; margin:50px 0 0 200px; text-indent:-99999px; }
#plugin-flash strong { font-weight:bold }
/* end wrapper */

/* +classes */
/* end classes */