body  {
  background-image: url("../_img/bk.jpg");
  background-attachment: fixed;
  background-position: top;
  margin: 0;
  padding: 0;
  min-width: 950px;
  text-align: center;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}

img {
  border: none;
}

.notImgPrincipal {
  padding: 6px;
  margin: 8px;
  border: solid 1px silver;
  width: 125px;
}

.notImgGrupo {
  padding: 5px;
  margin: 8px;
  border: solid 1px silver;
  height: 100px;
}

.twoColElsRtHdr {

}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.twoColElsRtHdr #container {
	width: 100%;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColElsRtHdr #header { 
  background: #771610 url("../_img/bk-top.jpg") no-repeat fixed top right;
  color: White;
  padding-left: 115px;
  height: 95px;
  left: 0;
  right: 0;
  margin-bottom: 100px;
}

.twoColElsRtHdr #header h1, .twoColElsRtHdr #header .titulo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 10px;
  padding-bottom: 0;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
}

.twoColElsRtHdr #header p {
  color: white;
  font-size: 11px;
  font-style: normal;
  font-family: "Trebuchet MS", sans-serif;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;

}


#logosInstituicoes {
  text-decoration: none;
}

#logosInstituicoes img {
  height:30px;
}

.twoColElsRtHdr #header p a {
  color: white;
  text-decoration: underline;
}

.twoColElsRtHdr #header p a:hover {
  color: white;
  text-decoration: underline;
}

.twoColElsRtHdr #logo {
  position: absolute;
  top: 0;
  left: 0;
}

/* Tips for sidebar:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/
.twoColElsRtHdr #sidebar1 {
  float: right; 
  width: 12em; /* since this element is floated, a width must be given */
  background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
  margin-left: 10px;
  margin-right: 10px;
  min-height: 500px;
  padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsRtHdr #sidebar1 div {
  background: url("../_img/bk-destaques.gif") white top repeat-x; 
  margin-top: 25px;
  padding: 5px 0;
  padding-left: 10px;
  font-size: 11px;
}

.twoColElsRtHdr #sidebar1 div a {
  text-decoration: none;
  color: #505050;
}

.twoColElsRtHdr #sidebar1 div a:hover {
  color: black;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsRtHdr #mainContent {
   margin: 5px 15em 0 20px; /* the left margin will look best if you match the padding amount to the header and footer. */ 
   background-image: url("../_img/canto.gif");
   background-color: transparent;
   background-repeat: no-repeat;
   background-position: 0 20px;
   padding-top: 8px;
   z-index: 1;
   max-width: 1500px;
   font-size: 13px;
}

.twoColElsRtHdr #mainContent div{
  padding: 5px 15px 0;
  margin-top: 0;
  margin-left: 0;
}

#mainContent div p {
  text-align: justify;
}

#mainContent div p:first-letter {
  padding-left: 20px;
}

/*
#mainContent div:first-line {
  font-size: 60px;
  font-style: italic;
  font-weight: normal;
}
*/

.twoColElsRtHdr #mainContent>div{
   background: url("../_img/fundo2.png") no-repeat right 0;
   padding-top: 0;
   margin-top: 25px;
}

.twoColElsRtHdr #mainContent h2 a{
  color: black;
}

.twoColElsRtHdr #mainContent h2 a:hover {
  color: #505050;
}

.twoColElsRtHdr #footer { 
  padding: 0;
  margin: 0;
  background: transparent url("../_img/rodape2.gif") no-repeat top right;
  color: #EDBCBC;
  font-size: 9px;
  text-align: right;
  font-family: "Trebuchet MS", sans-serif;
  height: 85px;
  bottom: 0;
}

.twoColElsRtHdr #footer p {
	margin: 0;
  padding: 60px 20px 1px 20px;
}

.twoColElsRtHdr #footer a { 
  color: #E39191;
}
.twoColElsRtHdr #footer a:hover { 
  color: #FFFFFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColElsRtHdr #mainContent h1 {
  background: url("../_img/h1.gif");
  padding-top: 10px;
  background-repeat: repeat-x;
} 

/*****************************************************************/
/* NAV */
/******************************************************************/

#nav {
  background: transparent;
  width: 100%;
  height: auto;
  text-align: right;
  padding-top: 5px;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  min-width: 880px;
}

#nav li {
  display: inline;
}

#nav li a:link, #nav li a:visited {
  border-right: 1px solid #FAEDD9;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;    
  text-align: right;
  display: inline-block;
  float: none;
  vertical-align: top;  
}

#nav li:first-child a {
  border-left: none;
}

/*--------------------------------------------------------------------*/
#nav-grupo {
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: right;
  min-width: 880px;
}
  
#nav-grupo a:link, #nav-grupo a:visited {
    color: #261905;
    background: #DB8E1C;
    padding: 2px 2px 2px 2px;
    margin-top: 0;
    margin: 0;
    height: 48px;
    width: 90px;
}
  
#nav-grupo a:hover {
  color: Black;
  background: #DB8E1C url("../_img/nav-sel.gif") repeat-x bottom;
  }

#nav-grupo a:active {
  background: #e35a00;
	color: #fff;
}  
/*****************************************************************/

#nav-simples {
  margin: 0;
  padding: 0;
  background:transparent;
  text-align: right;
}
  
#nav-simples a:link, #nav-simples a:visited {
    color: #261905;
    background:transparent;
    padding:5px 5px 5px 5px;
    width: auto;
    height: 20px;
  }
  
#nav-simples a:hover {
    color: #000000;
    background: #F2C32A;
    /* #8D5C12 */
}

#nav-simples li:first-child a {
		border-left: none;
}
  
#nav-simples a:active {
		background:#e35a00;
		color:#fff;
}


#nav-grupo li .verde {
  background: #e2e8c5 url("../_img/nav-verde.gif") repeat-x top;
  color: #202a00;
}

#nav-grupo li .verde:hover {
  background: #e5eaca;
  color: #000000;
}  
/*---------------------------------------------------------------------------*/


  
/*---------------------------------------------------------------------------*/
/*| Caminho                                                                 |*/
/*---------------------------------------------------------------------------*/
#caminho {
  color: #6a6a6a;
  font-size: 10px;  
  text-align: left;
  font-family: "Trebuchet MS", Verdana, serif;
}

#caminho p {
  padding: 0;  
  margin-left: -30px;
}

#caminho a {
	color: #606060;
  font-weight: bold;
  text-decoration: none;
}

#caminho a:hover {
	color: #202020;
}
/*- caminho -----------------------------------------------------------------*/

.capa {
   padding: 6px;
	border: dashed 1px #CACACA;
	width: 75px;
	max-width: 75px;
	float: none;
}

.save {
   behavior:url(#default#savehistory);}
   
.save p {
 margin-bottom: 0;
}
  
a.dsphead {
  text-decoration:none;
  margin-bottom: 0;
}

a.dsphead:hover {
  text-decoration:underline;
}

a.dsphead span.dspchar {
  font-weight:normal;
}

.dspcont {
  display:none;
  margin-top: 0;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #4868A2;
  width: 580px;
}
   
.dspcont a {
 color: #333;
}


.caixa {
/*  background: #c20a6f url("_img/bk-caixa.gif") repeat-x bottom;
  border: 1px solid #8D074E;
  font-size: 8pt;
  width: 425px;
  height: 215px; 
  clear: none;
  float: none;
  margin: 1px;*/
  padding-left: 50px;
}	

.scroll {
  position: relative;
/*  width: 410px;
  height: 180px; 
  overflow: hidden;
  padding: 5px;
  padding-left: 4px;*/
}

.scroll p {
  border-left: 2px solid #CCCCCC;
  padding-left: 2px;
  margin-top: 30px;
  color: #D5D5D5;
  font-size: 12px;
}


.scroll p:hover {
  color: White;
}


/* PESQUISA  **************************************/
/* **************************************/
/* **************************************/
.destacado {
  background: #FFFFAA;
  border: 1px dotted #CACACA;
}

.detalhes {
  color: Gray;
  font-size: 9px;
  background-color: transparent;
}

#pesquisa {
  position: absolute;
  top: 55px;
  right: 5px;
  font-family: "Trebuchet MS", sans-serif;    
}
#pesquisa input {
  font-size: 9px;
  font-style: italic;
}

#resultados {
 background: transparent;
}

#resultados li {
  padding-bottom: 5px;
}

#resultados li .caminho {
  font-size: 9px;
  color: #505050;
}
/* PESQUISA  **************************************/
/* **************************************/
/* **************************************/


/********************************************************/
/* TABS */
/*******************************************************/
#mainContent #tabs {
	position: relative;
  height: 40px;
  margin-top: 40px;
}

#mainContent #tabs ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
}

#mainContent #tabs ul li {
  display: inline;
  list-style: none;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

#mainContent #tabs ul a, #mainContent #tabs ul span, #mainContent #tabs ul a.current {
  width: 120px;
  height: 25px;
  display: block;
  float: left;
  padding: 2px 0;
  margin: 2px 1px 0 5px;
  text-align: center;
  text-decoration: none;
  color: #2A2A2A;
}

#mainContent #tabs ul span, #mainContent #tabs ul a.current, #mainContent #tabs ul a.current:hover {
  border: 1px solid #2F5093;
  border-bottom: none;
  background: #E9EFF5;
  padding-bottom: 5px;
  margin-top: 0;
  color: #000000;
}

#mainContent #tabs ul a {
  background: #962929;
  color: #EAEAEA;
  border: 1px solid #2F5093;
  border-bottom: none;
}

#mainContent #tabs ul a:hover {
  margin-top: 0;
  border-color: #2F5093;
  background: #962929;
  padding-bottom: 4px;
  color: #FFFFFF;
}

#mainContent #main2 {
	border: 1px solid #2F5093;
	clear: none;
	background: #E9EFF5;
	padding-top: 10px;
	margin-right: 5px;
}

#mainContent #contents2 {
	background: #E9EFF5;
	min-height: 200px;
   padding: 5px;
}

#mainContent #contents2 table {
  width: 95%;
	border: 1px solid #D66868;
  background: #E9EFF5;
}

#mainContent #contents2 table:hover {
  background: #F8FAFC;
}

#mainContent #contents2 a {
	color: #426D93;
	text-decoration: none;
}

#mainContent #contents2 a:hover {
  color: #21364A;
	background-color: #F4F7FB;
	text-decoration: none;
}

#mainContent a {
  color: Black;
}

#mainContent a:hover {
  color: #505050;
}
/************************************/
