/* CSS Document */
* {
	padding:0;
	margin:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#DBDBDB;
	outline:none;
}
html, body {
	height:100%;	
}
body {
	margin:auto;
	width:880px;
	background:#004053 url(../../conteudo/imagens/fundo_geral.jpg) repeat-x;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#conteudo {
	position:absolute;
	top:50%;
	left:50%;	
	height:480px;
	width:880px;
	margin:-240px 0 0 -440px;	
}
#conteudo span {
	font-size:12px;	
	text-align:right;
	float:right;
	padding:0 2px 5px 0;
}

#endereco, #creditos {
	text-align:center;
	line-height:18px;
}
#endereco {
	padding-top:5px;
	font-size:13px;
}
#creditos {
	color:#CCC;
	font-size:11px;
}
#creditos a {
	color:#CCC;
}
address {
	font-style:normal;
}
/* LIGHT BOX */
#lightbox {
	position:absolute;
	left:0;
	top:;
	width:100%;
	height:100%;
	display:none;
}
#overlay {
	position:absolute;
	background:#000;
	width:100%;
	height:100%;
	z-index:1;	
	top:0;
	left:0;
}
#imagem_fundo {
	position:absolute;
	overflow:auto;
	height:50px;
	width:50px;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	z-index:2;
	background:#FFF url(../../conteudo/imagens/loader.gif) no-repeat center;
	padding:10px;	
}
#bt_fechar {
	background:#FFF;
	color:#014052;
	height:30px;
	width:80px;
	position:absolute;
	right:10px;
	bottom:10px;
	font-weight:bold;
	border:1px solid #014052;
	cursor:pointer;
}
#legenda_lightbox {
	margin-top:20px;
	color:#014052;
	font-size:12px;
	font-weight:bold;
}
