@charset "utf-8";

/********** Browser Reset **********/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr,a {margin:0; padding:0;}
pre,code,address,caption,cite,em,th {font-size:1em; font-weight:normal; font-style:normal;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/********** Tags Padrão **********/
body {
	font-size:10px;
	font-family:Verdana, Arial, sans-serif;
	background:url(../imagens/bg.gif) 0 0 repeat;
}

a {
	text-decoration:none;
}

ul {
	list-style:none outside;
}

/********** Estrutura Padrão **********/
#site {
	width:1148px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-574px;
}

#site-esquerda {
	width:190px;
	float:left;
	height:740px;
	background:url(../imagens/bg-esquerda.png) 0 0 no-repeat;
}

#site-centro {
	width:768px;
	float:left;
}

#site-direita {
	width:190px;
	float:left;
	height:740px;
	background:url(../imagens/bg-direita.png) 0 0 no-repeat;
}

/********** Sombras Site Centro **********/
#sombra-topo {
	width:100%;
	height:16px;
	background:url(../imagens/bg-topo.png) 0 0 no-repeat;
}

#sombra-rodape {
	width:100%;
	height:26px;
	background:url(../imagens/bg-rodape.png) 0 0 no-repeat;
}

/********** Topo **********/
#topo {
	width:100%;
	height:115px;
	background-color:#FFF;
}

#logo {
	float:left;
	margin:8px 0 6px 8px;
	width:169px;
	height:76px;
	overflow:hidden;
}

#data {
	float:right;
	margin-top:8px;
	width:572px;
	height:82px;
	padding-right:6px;
	text-align:right;
	font-size:0.9em;
	letter-spacing:0.2em;
	background:url(../imagens/bg-data.gif) right bottom no-repeat #FFF;
}

#menu {
	width:100%;
	height:25px;
	float:none;
	clear:both;
	background-color:#000;
}

#menu ul {
	margin:5px 0 4px;
	display:inline-block;
	float:left;
}

#menu ul li {
	float:left;
	padding:0 20px 0 14px;
}

#menu ul li a {
	font-weight:bold;
	color:#FFF;
}

#menu ul li a:hover, #menu ul li a.ativo {
	color:#FF5200;
}

#menu .area-restrita {
	display:block;
	float:right;
	width:13px;
	height:16px;
	margin:5px 10px 0 0;
}

/********** Corpo **********/
#corpo {
	width:100%;
	background-color:#FFF;
}

/********** Rodapé **********/
#rodape {
	width:100%;
	padding:5px 0;
	background-color:#FFF;
	text-align:center;
	color:#999;
	font-size:0.9em;
}

/********** Galeria de Imagens **********/
#galeria {
	width:840px;
	height:480px;
}

#img-galeria {
	float:left;
	width:640px;
	height:480px;
	text-align:center;
}

#lateral-galeria {
	float:left;
	width:200px;
	height:480px;
	position:relative;
}

#lateral-galeria a {
	display:block;
	padding:2px 4px;
	margin:6px;
	border:1px solid #333;
	float:right;
	font-weight:bold;
	color:#333;
}

#lateral-galeria a:hover {
	background-color:#333;
	color:#FFF;
}

#ficha-tecnica {
	position:absolute;
	right:0;
	bottom:10px;
	font-size:0.75em;
	width:184px;
	padding-left:16px;
}

#ficha-tecnica span {
	display:block;
}