/*
 *	Wikimapps CSS [Default]
 */
 
* {
	margin: 0;
	padding: 0;
	font: normal normal normal 10pt Arial,Sans;
}
 
body {
	background: url('/images/layout_bodyBackground.png') #89ABC7 repeat-x;
}
 
h1, h4, h5, h6, h7, h8 {
	font-size: 20pt;
	font-weight: bold;
	padding: 5px;
}
h0{
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
	}
h2 {
	font-size: 14pt;
	font-weight: bold;
	padding: 5px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}

p {
}

a:link, a:active, a:visited, a:hover {
	color: #003366;
	text-decoration: underline;
}

a.homeLink {
	font-size: 14pt;
	font-weight: bold;
}

/*
 *	Menu Navegação
 */
ul.menuNav {
	text-align: right;
	padding: 5px;
}

ul.menuNav li {
	display: inline;
	margin-left: 10px;
	padding: 5px;
}

ul.menuNav li a {
	text-decoration: none;
}

ul.menuNav li:hover {
	background-color: #f3f3f3;
}



/*
 *	Tag Cloud
 */
.term-cloud {
	width: 100%;
	padding: 0;
	margin: 0;
	
	font: normal normal normal 10pt Arial,Sans;
}

.term-cloud-error { color: red; }

.term-cloud-1 { font-size: 08pt; }
.term-cloud-2 { font-size: 09pt; }
.term-cloud-3 { font-size: 10pt; }
.term-cloud-4 { font-size: 11pt; }
.term-cloud-5 { font-size: 12pt; }
.term-cloud-6 { font-size: 13pt; }
.term-cloud-7 { font-size: 14pt; }
.term-cloud-8 { font-size: 15pt; }
.term-cloud-9 { font-size: 16pt; font-weight: bold; }



/*
 *	Index Page CSS Config
 */
.index_fundo {
	position: absolute;
	width: 86%;
	height: 96%;
	
	margin-left: 6%;
	margin-top: 0.5%;
	padding: 3px;
	
	border: 3px Solid #424547;
	background-color: white;
	background-image: url('/images/mapa.png');
}

.index_titulo {
	margin-top: -0.5%;
	margin-bottom: 0.1%;
	text-align: center;
}

.index_conteudo_esquerdo {
	position: relative;
	text-align: left;
	width: 35%;
	height:34%;
	float: left;
	padding: 0.2%;
	overflow: hidden;
}
.index_conteudo_centro
{
	position: relative;
	text-align: center;
	width: 25%;
	height: 41%;
	float: left;
	padding: 0.2%;
	overflow: hidden;
}
.index_conteudo_direito {
	position: relative;
	text-align: center;
	width: 38%;
	height:40%;
	float: left;
	padding: 0.2%;
	overflow: hidden;
}

.index_conteudo_esquerdo_ident p {
	padding-left: 5%;
}

.index_conteudo_direito_identTag {
	width: 70%;
	height: 48%;
	padding: 5px;
	text-align: right;
	margin-bottom: 8%;
	margin-left:12%;
	overflow: auto;
}

.index_conteudo_direito_ident a.homeLink {
	margin-left: 1%;
	color: #003366;
}

.index_conteudo_direito_ident a:link, .index_conteudo_direito_ident a:visited, .index_conteudo_direito_ident a:active {
	color: #003366;
	text-decoration: none;
}

.index_conteudo_direito_ident a:hover {
	color: #003366;
	text-decoration: underline;	
}

.index_rodape {
	width: 92%;
	margin: 0 auto 0 10%;
	clear: both;

	border-top: 1px Solid #333333;
}

.index_rodape_esquerda {
	width: 70%;
	float: left;
}

.index_rodape_esquerda div {
	float: left;
	margin-left: 2%;
}

.index_rodape_esquerda p {
	font-size: 8pt;
}

.index_rodape_direita  {
	width: 30%;
	float: left;
	
	text-align: right;
	font-size: 8pt;
}

.index_fim {
	clear: both;
}



/*
 *	Layout Page CSS Config
 */
 .layout_fundo {
	width: 800px;
	margin: 0 auto 0 auto;
	
	border: 3px Solid #95b8ce;
	border-bottom: 0;
	
	background-color: #e6edf5;
}

.layout_cabecalho {
	height: 100px;
	background: url('/images/Header.jpg') no-repeat;
}

.layout_menu {
	margin-top: 10px;
	padding: 0;
}

.layout_menu a {
	font-size: 8pt;
}
 
.layout_conteudo {
	padding: 10px;
}

.layout_rodape {
	width: 809.1px;
	margin: 0 auto 0 auto;
	margin-bottom: 50px;
}

.layout_rodape_esquerda {
	width: 5%;
	height: 60px;
	float: left;
	background: url('/images/newFooterH.png') bottom left;
}

.layout_rodape_centro {
	width: 90%;
	height: 60px;
	float: left;

	text-align: center;
	vertical-align: center;
	
	background: url('/images/newFooterV.png') 0 -46px;
}

.layout_rodape_centro a, .layout_rodape_centro p {
	font-size: 8pt;
}

.layout_rodape_centro p {
	margin-top: 14px;
}
 
.layout_rodape_direita {
	width: 5%;
	height: 60px;
	float: left;
	background: url('/images/newFooterH.png') bottom right;
}
