body {
  background: #ffffff url("../_img/h1.gif") repeat-x;  
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: black;
  text-align: center;
}

#container {
  width: 900px;
  background: url("../_img/bk-pag.jpg") repeat-y bottom;
  margin: auto;
  margin-top: 20px;
  padding:0;
}

#main {
  width: 900px;
  padding: 0;
  text-align: left;
  margin: auto;
  background-image: url("../_img/bk-cont.jpg");
  background-position: top;
  background-repeat: no-repeat;
}

#content {
  margin: auto;
  text-align: left;
  padding: 30px;
}

#header {
	width: 860px;
  font-size: 50px;
}


/*- UserOps -----------------------------------------------------------------*/
#UserOps {
  background: black;
  color: #d5d5d5;
  width: 100%;
  margin: 0;
  padding: 4px;
  height: 20px;
  text-align: center;
  font-style: italic;
}

#UserOps p {
  color: #d5d5d5;
  width: 875px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  font-style: italic;
  text-align: right;
  font-size: 11px;
}

#UserOps a {
  color: #dfdfdf;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 6px;
  padding-bottom: 3px;
  margin: 0;
}

#UserOps a:hover {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  background: #2a2a2a;
}
/*----------------------------------------------------------------- UserOps -*/



/*- nav ----------------------------------------------------------------------*/
#nav {
  padding-top: 8px;
  margin: auto;
}

#nav ul {
 text-align: center;
 padding-top: 14px;
 padding-left: 0;
 margin: auto;
}

#nav li {
  display: inline;
  background: transparent;
  color: white;
}

#nav li a {
  padding: 5px 8px 5px 8px;
  margin: 1px;
  color: #eaeaea;
  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: white;
  font-size: 110%;
  padding: 5px 6px 5px 6px;
  border-top: 5px solid #cae60f;
  border-bottom: 1px solid #f0faaf;
}
/*--------------------------------------------------------------------- nav -*/



/*- caminho -----------------------------------------------------------------*/
#caminho {
  font-size: 10px;
  color: #374269;
}

#caminho p {
  background: transparent;
}

#caminho a {
  text-decoration: none;
  color: #152556;
  font-weight: bold;
}

#caminho a:hover {
  color: #0a122b;
  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: 120px;
  margin: auto;
  background: white url("../_img/rodape.jpg") top no-repeat;
  color: #c6e2e3;
  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;
}

#rodape a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------------------ rodape -*/

#column_left{
	width: 620px;
	padding: 0px 20px 0px 0px;
	float:left;
}

#column_right {
	width: 185px;
	padding: 0px 0px 0px 5px;
	border-left: 1px solid #eaeaea;
	float:left;
}

#column_right ul {
  padding: 2px;
  margin-left: 0;
}

#column_right li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#column_left2 {
	width: 150px;
	padding: 0px 20px 0px 0px;
	float:left;
}

#column_right2 {
	width: 670px;
	padding: 0px 0px 0px 19px;
	border-left: 1px solid #cccccc;
	float:left;
}

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}


.detalhes {
  font-size: 80%;
  color: #353535;
}

p {
	margin-top:0;
}

hr{
	color:#e1e1e1;
}

#content h1 {
	color: #152556;
  background-image: url("../_img/h1.png");
  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;
}

form{
  margin:0;
  padding:0;
}

.detalhes {
  font-size: 85%;
  color: #151515;
}

.miniatura {
  width: 100px;
  padding: 3px;
  border: 1px solid #d5d5d5;
}

#rodapeInicial {
  float: left;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-left: 18px;
  margin-top:2px;
  position: relative;
  width: 470px;
  height: 100px;
}