.dspcont {
  display: none;
  font-size: 85%;
  border-left: 1px solid #c1e1e8;
  padding-left: 5px;
}

body {
  background: white url("../_img/fundo.gif") no-repeat top right;
  font-family: "Trebuchet MS", Verdana, sans-serif; /* Georgia, "Times New Roman", Times, serif;*/
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: black;
  text-align: center;
}


#container {
  width: 900px;
  background: white;
  margin: auto;
  margin-top: 20px;
  padding: 0;
  border: 1px solid #dcddde;
}

#main {
  width: 900px;
  padding: 10px;
  text-align: left;
  margin: auto;
}

#content {
  margin: auto;
  text-align: left;
  padding: 30px;
  background: #e5e5e5 url("../_img/bk-top.gif") repeat-x top;
}

#header {
	width: 860px;
  font-size: 20px;
  color: #f78f1e;
  text-transform: uppercase;
}

#header h1 {
  margin-bottom: 8px;
  }

img {
 border: none;
}


.publ {
  margin: 8px;
  padding: 5px;
  border: 1px solid transparent;
  background: #dcddde;
  list-style: none;
}

.publ:hover {
  border: 1px solid #eaeff4;
  background: #e5e5e5 url("../_img/bk-top.gif") repeat-x top;
}


.publ a {
 text-decoration: none;
 font-weight: bold;
}

.publ a:hover {
 text-decoration: underline;
}

/*- nav ----------------------------------------------------------------------*/
#nav {
  padding-top: 8px;
  margin: auto;
  }

#nav ul {
 text-align: right;
 padding-top: 14px;
 margin: auto;
 margin-bottom: 5px;
 }

#nav li {
  display: inline;
  background:transparent;
  color: #669933;
}

#nav li a {
  padding: 5px 10px 5px 10px;
  margin: 1px;
  color: #669933;
  text-decoration: none;
  border-top: 5px none;
  font-weight: bold;
}

#nav li a.sel {
  font-size: 110%;
  border-top: 5px solid #afc80d;
}

#nav li a:hover {
  color: #4f7828;
  font-size: 110%;
  border-top: 5px solid #cae60f;
}
/*--------------------------------------------------------------------- nav -*/



/*- caminho -----------------------------------------------------------------*/
#caminho {
  font-size: 9px;
  color: #858585;
}

#caminho p {
  background: transparent;
}

#caminho a {
  text-decoration: none;
  color: #152556;
  font-weight: bold;
}

#caminho a:hover {
  color: #505050;
  border-bottom: 1px solid #c1e1e8;
}
/*----------------------------------------------------------------- caminho -*/



/*- toc ---------------------------------------------------------------------*/
#toc {
  margin-right: 8px;
  padding-right: 2px;
  border-right: 3px dotted #669933;
  width: 190px;
  float: left;
}

#toc ul {
  padding-right: 5px;
  padding-left: 0;
  margin: 0;
}

#toc li {
  margin: 2px;
  width: 100%;
  background: transparent;
  list-style: none;
}

#toc a {
  text-decoration: none;
  padding: 5px;
  display: block;
}

#toc li a:hover {
  background: #c1e1e8;
}

#ladodotoc {
  margin-left: 200px;
  padding: 0;
  padding-left: 10px;
  width: 610px;
}

#content #ladodotoc h1 {
  background: none;
}

/*--------------------------------------------------------------------- toc -*/






/*- toc2 ---------------------------------------------------------------------*/
#toc2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 2px;
  border-left: 3px dotted #669933;
  width: 179px;
  float: left;
/*  position: fixed; */
  font-size: 90%;
}

#toc2 ul {
  padding-right: 5px;
  padding-left: 0;
  margin: 0;
}

#toc2 li {
  margin: 2px;
  width: 100%;
  background: transparent;
  list-style: none;
}

#toc2 a {
  text-decoration: none;
  padding: 2px;
  display: block;
}

#toc2 li a:hover {
  background: #c1e1e8;
}

/*--------------------------------------------------------------------- toc -*/



/*--- rodape ----------------------------------------------------------------*/
#rodape {
  width: 900px;
  height: 105px;
  margin: auto;
  padding-top: 10px;
  padding-right: 10px;
  background: #fffefe url("../_img/rodape.gif") no-repeat top right;
  color: #a55905;
  text-align: right;
}

#rodape p {
  font-weight: bold;
  font-size: 9px;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 10px;
}

#rodape a {
  text-decoration: none;
  color: #864904;
}

#rodape a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------------------ rodape -*/

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}



/* General Styles */

.detalhes {
  font-size: 80%;
  color: #353535;
}

p {
	margin-top:0;
}

hr{
	color:#e1e1e1;
}

#content h1 {
	color: #152556;
  background-image: url("../_img/h1.html");
  background-repeat: repeat-x;
  background-position: top;
  font-size: 30px;
  font-style: italic;
	margin-top: 0;
}

#content h2 {
  font-size: 19px;
}

a{
	color: #152556;
	text-decoration:underline;
	
}

a:hover{
	color:#0e2227;
	text-decoration:none;
}

.small_text{
	font-size:10px;
}

.heading{
	color: #55abbf;
	font-size: 13px;
	margin-top: 0;
	font-weight: bold;
}

/* Style images */

.img_rhs{
	border: solid 5px #c9eae8;
	margin-left:20px;
	float:right;
}

.imgs_lhs{
	border: solid 5px #c9eae8;
	margin-right:20px;
	float:left;
}

.imgs{
	border: solid 5px #c9eae8;
}