/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body
{
background-color: #e9e9e9;
 
 }
.border 
{ 
  margin:auto;
  text-align:center; 
  border-bottom:1px solid #999999 ;
  border-left:0px ;
  border-right:0px;
  border-top:0;
  
  }
  .border1
{
  border-bottom:1px solid #999999;
  border-left:1px  solid #999999;
  border-right:1px solid #999999;
  border-top:1px solid  #999999;
  
  }
    .border2
	
{ 
  border-bottom:0px;
  border-left:1px solid #999999;
  border-right:0px;
  border-top:0px;
  
  }
      .border3
{ 
  border-bottom:0px;
  border-left:1px #999999 solid; 
  border-right:1px #999999 solid;
  border-top:0px;
  
  }
  .pie
  { font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#999999;
  font-size:9px;
  font-weight:bold;
  text-align:center;
    }
	  .textos
  { font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#0E1C36;
  font-size:10px;
  font-weight:bold;
  text-align:left;
    }
	.bacint
  { background-image:url(images/bac-int.jpg) top left no-repeat fixed;
    }

