/* CSS Document */
html, body {
	background: #333 url(../img/img_bg_central.gif) repeat-y center top;
	scrollbar-arrow-color: #FFBE00;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-face-color: #EFEFEF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #F8F8F8;
	width:100%;
	padding: 0px;
	margin: 0px;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 99%;
}
p {
	font: 100%;
	color: #CCCCCC;
	margin: 0px 0px 8px;
	padding: 0px;
}
a {
	color: #FFDE79;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bolder;
	color: #FFBE00;
	margin: 0px 0px 10px;
	padding: 0px;
}
h2 {
	color: #FFFFFF;
	font: bold 120% Georgia, "Times New Roman", Times, serif;
}
#tabela {
width: 100%;
height: 100%;
position: static;
display: table;
*overflow: hidden; /* hack para o IE6 e IE7 */
*position: relative; /* hack para o IE6 e IE7 */
}

#celula {
vertical-align: middle;
display: table-cell;
position: static;
*top: 50%; /* hack para o IE6 e IE7 */
*position: absolute; /* hack para o IE6 e IE7 */
}

									/* Index */
#corpo1_index{
	top: -50%;
	position: relative;
	width: 995px;
	height: 515px;
	margin: auto;
	background: #000;
}
#lateral{
	width: 165px;
	height: 512px;
	float: left;
	background: #1D1D1D;
	position: absolute;
}
#logo{
	width: 150px;
	height: 165px;
	padding: 0px;
	margin: 25px auto 0px;
}
#local{
	width: 157px;
	height: 150px;
	margin: 80px auto 0px auto;
	font-size: 10px;
	text-align: center;
	color: #FFBE00;
}
#local p {
	color: #FFBE00;
}
#conteudo{
	width: 831px;
	height: 477px;
	position: relative;
	background: url(../img/foto1_neg.jpg) no-repeat;
	float: right;
}

/* menu */
#menu{
	position: absolute;
	top: 442px;
	left: 0px;
	z-index: 100;
	width: 831px;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	height: 35px;
	float: left;
	text-align: center;
	margin-right: 1px;
	background: url(../img/img_menu_bg.png) repeat-x left top;
	min-width: 100px;
}
#menu a {
	height: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
	text-align: center;
	color: #000;
	line-height: 25px;
	display: block;
	white-space: nowrap;
}
#menu li a:hover{
	background: url(../img/img_menu_bg2.png);
	color: #E6AC00;
}
#menu #canto_dir {
	background: url(../img/img_menu_bg2.png);
	float: right;
	width: 5px;
	height: 35px;
}

#rodape_fundo{
	width: 996px;
	height: 35px;
	float: left;
	background: #4B4B4B;
	color: #FFBE00;
}
#rodape_2{
	width: 820px;
	height: 35px;
	font-size: 9px;
	float: right;
}
#login{
	width: 500px;
	height: 20px;
	float: left;
	padding: 9px 0 0 10px;
}
#vega_1 a{
	width: 150px;
	float: right;
 	color: #FFBE00;
	margin: 11px 10px 0px 0px;
	text-decoration: none;
}
#vega_1 a:hover{
	text-decoration: underline;
}
																		/* Internas */

#corpo_internas_1{
	position: relative;
	width: 995px;
	margin: 10px auto 0px;
}
#corpo_internas_2{
	width: 995px;
	float: left;
	background: #000 url(../img/img_bg_left.gif) repeat-y left top;
	margin: 0px;
	padding: 0px;
}
#conteudo_internas{
	width: 750px;
	float: right;
	position: relative;
	margin: 0px 10px 0px 0px;
	padding: 10px;
}
#menu_2{
	width: 995px;
	height: 35px;
	background: url(../img/img_menu_bg4.png) repeat-x;
	display: block;
	position: relative;
	clear: both;
	margin: 0px 0px 1px;
	padding: 0px;
}
#menu_2 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_2 li{
	width: 123px;
	height: 35px;
	float: left;
	text-align: center;
	margin-right: 1px;
	background: url(../img/img_menu_bg3.png);
}
#menu_2 a{
	height: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
	text-align: center;
	color: #000;
	line-height: 25px;
	display: block;
	white-space: nowrap;
}
#menu_2 li a:hover{
	background-color: #fff;
	color: #FFBE00;
}
#lateral_internas{
	width: 165px;
	height: 680px;
	float: left;
	background: #1D1D1D;
}
#rodape_internas{
	width: 995px;
	height: 35px;
	background: #0C0C0C;
	text-align:right;
	font-size: 9px;
	color: #FFBE00;
	line-height: 32px;
	margin: 0px auto;
	clear: both;
}
#vega_2 a{
	width: 250px;
	float: right;
 	color: #FFBE00;
	padding-right: 10px;
	text-decoration: none;
}
#vega_2 a:hover{
	text-decoration: underline;
}


																/* Galeria */
#galeria_topo{
	width: 697px;
	margin: 10px auto 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFBE00;
	float: left;
}
#galeria_categoria{
	width: 400px;
	float: left;
}
#galeria_scrol{
	width: 150px;
	float:right;
}
#galeria_foto{
	width: 700px;
	height: 465px;
	float: left;
}
#galeria_miniaturas{
	width: 820px;
	height: 80px;
	margin: 21px 1px 0px 0px;
	border: dashed #f00 1px;
	float: right;
}
   														/* Mapa */
.mapa_espaco {
	font: 100%;
	color: #FFBE00;
	margin: 0px 0px 8px;
	padding: 0px;
}
#mapa_topo{
	width: 749px;
	height: 130px;
	margin: auto;
	background: #1D1D1D;
}
#mapa_logo{
	width: 72px;
	height: 105px;
	float: left;
	margin: 15px 0px 0px 15px;
}
#mapa_informacoes{
	width: 450px;
	height: 50px;
	float:right;
	margin: 35px 15px 0px;
	text-align:right;
	font-size: 1em;
}
#mapa_foto{
	width: 749px;
	height: 669px;
	margin: auto;
	background: #FFFFFF;
}
#mapa_rodape{
	width: 736px;
	height: 18px;
	margin: auto;
	text-align: right;
	padding: 5px 10px 5px 5px;
	background: #1D1D1D;
}
.img_dir {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: right;
	border: 1px solid #FFBE00;
}
.img_esq {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	border: 1px solid #FFBE00;
}
.div_linha {
	display: table-row;
	clear: both;
	margin: 0 0 10px 0;
	position: relative;
}
.div_esq, .div_dir {
	text-align: center;
	color: #FFBE00;
	font: 11px "Courier New", Courier, monospace;
}
.div_esq {
	margin: 0px 10px 10px 0px;
	float: left;
}
.div_dir {
	margin: 0px 0px 10px 15px;
	float: right;
}
.div_esq img, .div_dir img {
	border: 1px solid #FFBE00;
	margin: 0px 0px 5px;
}

#lateral_internas #player {
	height: 28px;
	width: 160px;
	position: absolute;
	left: 2px;
	bottom: 40px;
}
.bx_mvideo {
	background: #1D1D1D;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	float: left;
	height: 200px;
	width: 250px;
	border: thin dashed #383838;
	overflow: hidden;
}
.bx_mvideo img {
	margin: 0px auto 10px;
	padding: 0px;
	border: 1px solid #FFBE00;
}
