@charset "utf-8";

@import "layout_hacksie.css";
@import "layout-print_definicoes.css";

html { height: 100%; }

body { min-height: 100%; height: 100%; }

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000;
	background:#FFF;
	behavior: url("../htc/csshover.htc");
	overflow: -moz-scrollbars-vertical;
	}

input, select, textarea {
	border: 1px solid #999999;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	}

#pagina {
	width: 778px;
	min-height: 100%;

	}
	
*html #pagina {
	}


.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}

#nonFooter {
	width: 785px;
	/*margin: 0 auto;*/
	min-height: 100%;
	text-align: center;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#contentMiolo {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-bottom: 20px;
	clear: both;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
NAVEGAO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#nav {
	display:none;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#miolo {
	width: 442px;
	height: 100%;
	float: left;
	text-align: justify;
	/*overflow: auto;*/
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
COTAO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cotacoes {
	display:none;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
RODAPE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	display:none;
	}

