@CHARSET "ISO-8859-1";

*
{
	margin : 0;
	padding : 0;

	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #fff;
}	

body
{
	background-color : #000;
}

.AreaSuperior
{
	width: 100%;
	height: 50%;
	background-image: url('../imagens/bg_AreaSuperior.jpg');
	background-position: right;
	background-repeat: repeat-y;
}

.AreaMeio
{
	width: 100%;
	height: 470px;
	position: absolute;
	top: 50%;
	margin-top: -235px;
	background: #000;
	text-align: center;
}

.AreaInferior
{
	width : 100%;
	height : 50%;
	background-image: url('../imagens/bg_AreaInferior.jpg');
	background-position: left;
	background-repeat: repeat-y;
}

#FrConteudo
{
	width: 780px;
	height: 395px;

	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 58px;
	
	border : none;
} 

.Texto
{
	text-align: justify;
}

.Titulo
{
	color: #c1a25f;
	font-size : 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.SubTitulo
{
	color: #c1a25f;
	font-size : 15px;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 10px;
}

#Voltar
{
	position : absolute;
	right: 5px;
	bottom: 5px;
	
	text-decoration: none;
	font-weight: bold;
}

#Voltar:hover
{
	color: #fdc800;
}

/* FORMULÁRIO */

FORM SELECT, INPUT, TEXTAREA
{	
	border: solid 1px #FFF;
	color : #000;
}

FORM OPTION
{	
	color : #000;
}

P
{
	margin-top: 10px;
}

#BtLocalizar
{
	background-image: url("../imagens/bt_lupa.jpg") !important;
	border: none;
	width: 21px;
	height: 18px;
	cursor: pointer;
}

.Right40
{
	margin-right: 50px;
}

.BtForm
{
	background-color: #fff;
	border: solid 1px #fff;
	color: #000;
	
	cursor: pointer;
}

.BtFormVoltar
{
	float:right;
	margin: 0 !important;
}


.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

/* -----
   FORMANTANDO NUMERACAO DE PÁGINA
   -----*/
#divNumPagina
{
	position: absolute;
	left: 0;
	bottom: 0px;

	width : 100%;
	text-align: center;

	height: 20px;
	line-height: 20px;
}

#divNumPagina a.link_pg
{
	text-decoration: none !important;
}

#divNumPagina a.link_pg:hover
{
	color: #fdc800 !important;
}