﻿* { padding: 0; margin: 0 }

body { text-align: center }
.topo { height: 0; float: left; width: 100%; height: 113px }
	.topoCentro { width: 1000px; margin: 0 auto; text-align: left }

.meio {   }
	.meioCentro { width: 1000px; margin: 0 auto; text-align: left  }
	
.colEsquerda { width: 194px; float: left }
.colDireita { width: 765px; float: left }
.colDireitaTable { clear:both; width: 100% }
.colDireita .header { background: #e4ebef; float: left; width: 100%; clear: both; margin-bottom: 30px }
.colDireita .header1 { float: left; width: 100%; clear: both; margin-bottom: 30px }
	
/*.colCentralHome { width: 517px; float: left; padding-left: 68px; }*/

*/

.colGlobal { width: 697px; padding-left: 68px; border-collapse: collapse  }
.colCentralnoPadd { width: 693px; float: right; }
#Home .colGlobal { width: 100%; float: left; padding-left: 0; clear: both; border-collapse: collapse   }
#MapaSite .colGlobal { width: 100%; float: left; padding-left: 0; clear: both   }
#Home .HomeConteudo {  background: #fff; clear: both   }

/*.colDestaques { width: 154px; float: right }*/

.colDestaques { vertical-align: top; width: 154px; padding-left: 26px; }
.colCentral{ width: 100%; padding-left: 68px;  vertical-align: top; }


@media screen {
	#topoimpressao {display:none;}
	#footerimpressao {display:none;}
}

@media print {
	body {background-color:#ffffff;}
	.ModConsole, .topo, .colEsquerda, .header, .rodape, .copy, .colDestaques {display:none;}
	#topoimpressao {text-align:left; display:block; margin:0 20px 20px 0;  }
	#footerimpressao {display:block; clear:both; text-align:left;  margin:20px 20px 10px 0;}
	.colCentral{ padding-left: 0px !Important;}
	.margin {margin-left:80px;}

}

