<style>


html, body, span, p, form, img, a, ul, ol, li, tr, td, div{
margin: 0;
padding: 0; 
border:none; 
outline:none;
list-style-type:none;
}

		* {margin:0; padding: 0;}
		html, body {height:100%;}

		

#topo{
                 width: 100%;
                 position:fixed;     
	background:#fff;
	height:6.8em;
	line-height:0;
	text-align:center;
                 z-index: 99
	}
 
.menu {

                 width: 100%;
                 position:fixed;                    
                 z-index: 99
		}

.menu ul {
                  text-align: center;
	background-color:#ffffff;
	list-style:none;
                
}

.menu ul li { display: inline;}

.menu ul li a {
	padding: 0.8% 0.5%;
	display: inline-block;
 
	/* visual do link */
	color: #023A75;
                  font: 0.9em verdana;
	text-decoration: none;
	}

.menu ul li a:hover {
	color: #323232;

                  }



#rodape {
    display: block;
    background: #528598;
    margin: 0px;
                width: 100%;
                float: left;
                box-sizing: border-box;
                margin-bottom: 0px;
       
                            
}
 
#rodape ul {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
                 text-align: center;
                 color: #fff;
}

.rodapeimg {
           float: left;
}



	</style>