/*///CSS  BACKGROUNDS/////*/

.lado_esquerdo{
  width:100%;
  height:192px;
  background-image:url(../backgrounds/superior_esq.bmp);
  background-repeat:repeat-x;
  }
  
.lado_direito{
  width:100%;
  height:192px;
  background-image:url(../superior_drt.bmp);
  background-repeat:repeat-x;
  }
  
.lado_esquerdo_bottom{
  width:100%;
  height:24px;
  background:#AFC4CC;
   }
   
.centro_bottom{
  width:100%;
  height:20px;
  }
  
.form_news{
   background-image:url(../backgrounds/fundo_newsletter.bmp);
   width:100%;

   }