﻿	div{padding: 0px; margin: 0px; border: 0px solid blue}
	iframe{border: 0px solid green}
	body{
	margin: 0px;
	padding: 0px;
	width: 100%; 
	height: 100%
	overflow: hidden;
	}

	#logo{margin-left: 20px; width: 380px; float:left}
	#menutopo{float:right; border: 0px solid green; width: 330px; height: 20px; overflow:hidden; margin-top: 8px}

	#painel{
		z-index: 15;
		position: absolute;
		width: 900px;
		height: 405px;
	}
	h2{color: #EC5A26; margin: 0px !important; text-align:right}
	#filialtopo{padding: 0px; margin-right: 10px; margin-top: 70px; float:right; width: 290px; overflow: hidden; height:30px}

	#conteudo{
		z-index: 16;
		position: absolute;
		width: 858px;
		height: 460px;
	}

	#menu{
		overflow:hidden;
		margin-top: 60px;
		margin-left: 20px;
		width: 270px;
		height: 260px;
		float:left;
	}

	#paginas{
		overflow:hidden;
		width: 522px;
		height: 290px;
		float:right;
		margin-right: 0px;
	}
	
	#cl{
		clear:both;
		margin: 0px !important;
		padding: 0px !important;
		width: 1px !important;
		height: 20px !important;
	}	

	#rodape{
		overflow:hidden;
		width: 880px;
		height: 25px;
	}