body {
	font:11px 'Tahoma', Verdana, Arial, Helvetica, sans-serif;
	background:#FFF url(images/bg-site_01.png) repeat-x;
	text-align : justify;
	line-height: normal;
	margin: 0 0 0 0;
}

img {
	border: 0px;
}	
p {
	font-size:11px;
	color: #333;
	line-height: 120%;
}
hr {
	display:none;
 }
h1 {
	font-size:25px;
	text-align : left;
	color:#325FA0;
	margin:0;
}
h2 {
	font-size:20px;
	text-align : left;
	color:#325FA0;
	text-transform: capitalize;
}
h3 {
	font-size:12px;
	font-weight: bolder;
	font-style: normal;
	text-align : left;
	color : #325FA0;
}
h4 {
	font-size:12px;
	font-style: normal;
	text-align : left;
	color : #325FA0;
}

td {
	font-size:9px;
	text-align : justify;
	color : #586885;
	padding: 9px;
}
a {
	color:#325FA0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: none;
}

#top {
	width: 100%;
	height: 25px;
	color: #fff;
	background: url('images/bg-top.png') repeat-x;
	font-size: 11px;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0;
}
#top a{
	color: #fff;
	text-decoration: underline;
}
#top a:hover{
	color: auto;
	text-decoration: none;
}
#container {
       margin:auto;
       width:930px;
       height:auto;
}
.header{
	width:930px;
	height:230px;
	text-align:center;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.right{
       width:190px;
       height:auto;
       margin:0;
       float:right;
       padding:0;
       text-align: justify;
}
.cont{
	width:700px;
	height:auto;
	border-style: dotted;
	border-width: 0 1px 0 0;
	border-color:#999999;
	margin:0;
	padding: 0 5px 0 30px;
	
}
.footer{
       width:auto;
       height:50px;
       clear: both;
       background-color: #fff;
       border-style: dotted;
       border-width: 1px 0 0 0;
       border-color:#999999;
       margin: 0;
       padding: 0 0 0 0;
       text-align: center;
}


/* Menu Generico */

    #tabA {
	float:none;
	width:350px;
	background: none;
	font-size:11px;
	line-height:normal;
	padding: 0 0 0 15px;
	margin-left: 60px;
    }
    #tabA ul {
	margin:0;
	padding:0;
      }
    #tabA li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabA a {
      float:left;
      background:url("images/tab1left.png") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabA a span {
      float:left;
      display:block;
      background:url("images/tab1right.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabA a span {float:none;}
    /* End IE5-Mac hack */
    #tabA a:hover span {
      color:#000;
      }
    #tabA a:hover {
      background-position:0% -42px;
      }
    #tabA a:hover span {
	background-position:100% -42px;
      }

      
.tabs{
	width:930px;
	text-align:center;
}

.documentos_new{
    float: left;
}

.documentos {
	width: 700px;
}

.documentos td {
	text-align: left;
    border-bottom: 1px dotted gray;
}    
#navi {  
	list-style-image:url(images/dot.png);
	padding: 5px;
	margin: 0;
	text-align:left;
	}
#pic {
       border-style:solid;
       border-width: 1px;
       border-color:#CCCCCC
	   padding: 3px;
	  }
#banner {
       border-style: dotted;
       border-width: 0 0 1px 0;
       border-color:#999999;
	   padding: 2px 0 2px 0;
	   text-align: center;
	   }
