@import "layout_hacksie.css";
@import "layout_definicoes.css";

html, body {
	height: 100%;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	background: url(../imagem/bg_pagina.gif) no-repeat center 300px #F6F6F6;
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #1A7CBC;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	}

.logo{
	font-family:"Times New Roman", Times, serif;
	}	


#pagina {
	width: 778px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
	overflow: hidden;
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
	}

a img {
	border:0;
	}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cabecalho {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:9999;
	}

#cabecalho2 {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#contentMiolo {
	padding-top: 300px;
	min-height: 100%;
	padding-bottom: 27px;
	/*outline: 1px solid #FF0000;*/
	}

#conteudo {
	background: url(../imagem/bg_conteudo.gif) repeat-y;
	clear: both;
	float: right;
	width: 100%;
	}

#conteudo a {
	color: #7ba88a;
	text-decoration: none;
	}
	
#conteudo a.mapas{
	color:#F2782E;
}

#conteudo .mapas{
	color:#F2782E;
}

#conteudo a.mapashome{
	color:#F2782E;
}

#conteudo .mapashome{
	color:#F2782E;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MENU
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#menu {
	background:#00CC00;
	display: inline;
	float: left;
	width: 205px;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
RODAPE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	width: 100%;
	background: #1A7CBC;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	margin: -2.5em auto 0 auto;
	color: #FFF;
	clear:both;
	}

#nonFooter {
	position: relative;
	min-height: 100%;
	}

