/* Esqueleto da página. */
#LimiteExterior
{
	width: 900px;
	margin: auto; /* Compatibilidade com Firefox */
	background-image: url('../../Imagens/LimitesExteriores.jpg');
}

#Corpo
{
	width: 800px;
	margin: auto; /* Compatibilidade com Firefox */
	background-color:	#f7f2db;
	text-align: left;
}

/* Cabeçalho. */
#Cabecalho
{
	height: 109px;
	background-image: url('../../Imagens/Cabecalho.jpg');
}

#Cabecalho #Pesquisar
{
  position: relative;
  top: 23px;
  left: 8px;
	width: 202px;
	height: 50px;
	float: left;
}

#Cabecalho .CampoPesquisa
{
	width: 200px;
	border: 1px solid #d8d5cd;
	background-color: #f7f4ea;
	font-family: "Courier New", Serif;
	font-size: 8pt;
	color: #9da0a5;
	text-align: left;
}

#Cabecalho #MailingList
{
  position: relative;
  top: 23px;
  left: 385px;
	width: 202px;
	height: 50px;
	text-align: right;
	float: left;
}

#Cabecalho #BotoesRedesSociais
{
	position: relative;
	top: 80px;
	left: -403px;
	width: 290px;
	height: 30px;
	float: left;
	text-align: center;
}

#Cabecalho .CampoMailingList
{
	width: 200px;
	border: 1px solid #d8d5cd;
	background-color: #f7f4ea;
	font-family: "Courier New", Serif;
	font-size: 8pt;
	color: #9da0a5;
	text-align: right;
}

/* Menu Principal. */
#MenuPrincipal
{
	height: 44px;
}