/* ESTILO PADRAO DO BODY  */
body {
      margin:0px;
	  width:100%;
 	  background-image:url(../img/bg_topo_site.jpg);
	  background-repeat:repeat-x;
	  background-position:top;
	  background-color:#B8D3D6;
}


