/* * { padding: 0; margin: 0; }*/body { 	margin: 0; 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 	font-size: 18px;	text-align: center;  }
.clear { clear: both; }
#container { width: 100%; }
/************ INICIO TOPO ************/#topo { width: 100%; margin: 0px; height: 90px; }
#topoLogo { width: 200px; height: 64px; float: left; margin: 20px 0 0 50px; }
#topoLogo a {
	display: block;
	width: 200px;
	height: 64px;
	background: red;
	background: url(imagens/logo.png) no-repeat;
	text-decoration:none;
}/************ FIM TOPO ************//************ INICIO INICIAL ************/
#inicial {  width:100%;  text-align:center;  margin-left: auto; margin-right: auto; }#inicial  a#btnIntra { margin:10px; padding:0; background:url(imagens/btnIntra.png) 0 0 no-repeat; display: block; text-decoration:none; width:200px; height:200px;   text-align:center;  }#inicial  a#btnGestao { margin:10px; padding:0; background:url(imagens/btnGestao.png) 0 0 no-repeat; display: block; text-decoration:none; width:200px; height:200px;   text-align:center;  }#inicial  a#btnComercial { margin:10px; padding:0; background:url(imagens/btnComercial.png) 0 0 no-repeat; display: block; text-decoration:none; width:200px; height:200px;  text-align:center; }			#inicial  a#btnNoble { margin:10px; padding:0; background:url(imagens/btnNoble.png) 0 0 no-repeat; display: block; text-decoration:none; width:200px; height:200px;  text-align:center;   }