/*Zera todas as propiedades*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	
	background: #ede5d3 url(bg_body.jpg) repeat-x left top;
	
}
ol, ul {
	list-style: none;

}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Formatação Geral*/
#geral {
    margin-top: 0px;
    width: 100%;
	font-family: Arial
	
		
	   }

/* Fim */


/* Formatação dos Links */
a:link, a:active, a:visited {
     color: #0000CC;
}

a:hover {
     color: #FF0000;
}

/* Fim */

/* Formatação da introdução*/
.perspectivas {
	 font-family: Arial;
	 text-align: center;
	
}

#introducao {
     font-family: Arial;
	
}
 .titulo {
     padding: 5px;
	
     text-transform: uppercase;
	 font-size: 18pt;
	 color: #000000;
	 border: solid 1px #dcc89c;
     text-align: left;
     background: #ede5d3 url(atualidades.png) no-repeat;
     height: 79px;
     
}
 .subtitulo {
     text-transform: uppercase;
     font-size: 14pt;
     padding: 2px;
     color: #000000;
     text-align: left;

}
 .credito {
     font-size: 10pt;
     text-decoration: underline;
     text-align: center;
}
 .creditofoto {
     font-size: 10pt;
  }
 .capitular {

	 font: bold;
	 color: #000000;
	 font-size: 28px;
	 background: #ede5d3;
	 border: solid 1px #dcc89c;
	
}
/* Fim */


/* Formatação do conteudo*/

#conteudo {
	
	 margin:0 140px;
     padding: 5px;
	 font: 14px Times;
	 background: #FFFFFF;
	


    }
#pos-conteudo {
	
	 margin:0 130px;
	 font: 14px Times;

    }
/* Fim */

/* Formatação das  Tabelas */	

.titulotab {

         text-align: center;
	 font-size: 24px;
	 font-family: Arial;
	 color: #ffffff;
	 padding: 2px;
	 border: solid 1px;
	 border-color: #D50000;
	 background: #D50000;
}

.tabesq {

	 width: 48%;
         float: left;
	 padding: 7px;
	 padding-right: 0px;
	 margin: 3px;
	 border: solid 1px;
	 border-color: #D50000;

}


.tabdir {
         width: 48%;
	 padding: 7px;
	 padding-right: 0px;
	 margin: 3px;
	 margin-right: 0px;
	 float: right;
	 border: solid 1px;
	 border-color: #D50000;
}



/* Fim */



/* Formatação da  Foto de Abertura*/	

.abertura {
     position: relative;
	 float: left;
	 width: 97%;	
	 margin: 1%;
	 overflow: hidden;
}
/* Fim */
	

/* Formatação da Foto Vertical*/
.rightV {
      float: right;
      padding: 5px;
		
		
}
.leftV {
      float:left;
      padding: 5px;
}

/* Fim */

/* Formatação da Foto Horizontal */

.centerH {
       float: right;
       width: 500px;
       padding: 5px;
       margin:0 -4px;
      	
}

.rightH {
       float:right;
       width: 300px;
       padding: 5px;
       	
	  }
.leftH {
       float:left;
       width: 300px;
       padding: 5px;
       	
}
/* Fim */

.link {

	   background-color: #FFFFFF;
	   height: 35px;
           padding-top: 73px;
           
}

p.esq {
       float: left;
	
}

p.dir {
       float: right;
}



/* Formatação da UL e li */	
ul {
       list-style: none;
       margin:  0;
       padding: 0;
       font: bold 12px Arial;

}

ul li {
       display: block;
       border: 0px;
       width: 200px;
       padding: 2px;
}




table { margin-left: 17px; margin-top: 5px; }


