* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	font: 12px Arial, Tahoma, Verdana;
	background: #000 url(../imagens/bg.gif);
}

.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 */

#activity {
	position: absolute;
	z-index: 101;
	top: 50%;
	left: 50%;
	font-size: 0.8em;
	margin-left: -90px;
	margin-top: -70px;
	color: #000;
	background: #FFF url(../imagens/activity-indicator.gif) no-repeat right center;
	border: 2px solid #BBB;
	text-align: right;
	padding: 5px 125px 5px 5px;
}

#corpo_index {
	position: relative;
	width: 718px;
	height: 310px;
	margin-left: -359px;
	margin-top: -205px;
	top: 50%;
	left: 50%;
	padding-top: 100px;
}
#corpo_index a.entrar, 
#corpo_index a.player,
#corpo_index p.possui_flash,
#corpo_index address a.creditos {
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
#corpo_index h1#logo {
	width: 161px;
	height: 113px;
	display: block;
	margin: 0 auto;
}
#corpo_index a.entrar {
	background: url(../imagens/entrar.gif)  no-repeat;
	width: 67px;
	margin-bottom: 20px;
	margin-top: 5px;
	height: 14px;
}
#corpo_index a.player {
	background: url(../imagens/player_flash.gif);
	height: 31px;
	width: 88px;
	margin-bottom: 20px;
}
#corpo_index p.possui_flash {
	background: url(../imagens/frase_player.gif) no-repeat;
	width: 224px;
	height: 26px;
	margin-bottom: 10px;
}
#corpo_index address a.creditos {
	background: url(../imagens/desenvolvimento.gif);
	height: 31px;
	width: 212px;
}

#corpo {
	width: 770px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	margin: 0 auto;
}
#corpo #capa {
	display: block;
	width: 770px;
	height: 520px;
}

#corpo h1.institucionais {
	background: url(../imagens/logo_inst.gif) center no-repeat;
	height: 91px;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	clear:both;
}
#corpo #loja01 p, 
#corpo #loja02 p {
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	height: 49px;
	padding: 5px 0 15px 0;
}
#corpo #loja01 {
	width: 349px;
	float: left;
	margin-left: 40px;
}
#corpo #loja01 p { background: url(../imagens/loja1.gif) no-repeat center; }
#corpo #loja02 {
	width: 298px;
	float: left;
	margin: 0 0 0 45px;
}
#corpo #loja02 p { background: url(../imagens/loja2.gif) no-repeat center; }
#corpo a.voltar {
	background: url(../imagens/voltar.gif) no-repeat top;
	width: 80px;
	height: 35px;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
}
#corpo #formContato {
    width: 290px;
	margin: 0 auto;
}
#corpo #formContato label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
	color: #7A7F78;
}
form .form {
	margin-bottom: 4px;
	background: #2A2F2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #0F1217 1px solid;
	padding: 2px;
	color: #999;
}
form .form_msg {
	background: #2A2F2B;
	border: #0F1217 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
form .rowButton {
	padding: 4px;
	margin: 5px 0 25px 0;
	text-align: right;
}
form .rowButton .input {
	margin-right: 3px;
}
.input {
	margin-top: 5px;
	padding: 3px 5px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #999999;
    background: #2A2F2B;
}

/* RODAPE */
#rodape {
	background: #0A0A0A url(../imagens/bg_rodape.gif) repeat-x;
	color: #FFF;
	padding: 8px 10px;
	margin-top: 16px;
	cursor: default;
	float: left;
	width: 750px;
}
#rodape ul li {
	float: left;
	display: block;
	border-right: 1px solid #FFF;
	font-weight: bold;
	padding: 0 5px;
	font-family: tahoma, arial;
	font-size: 10px;
}
#rodape ul li.ultima { border-right: none; }
#rodape ul li a { color: #FFF; }
#rodape ul li a:hover {	color: #FF0000; }
#rodape a.creditos {
	display: block;
	font-weight: bold;
	color: #FFF;
	float: right;
	font-size: 10px;
	font-weight: bold;
	font-family: tahoma, arial;
	text-transform: uppercase;
}
#rodape a.creditos:hover span {
	text-decoration: underline;
	color: #FF0000;
}
