/* ****************************************************** 
dumbra.css - 25/09/2010 - 3 Colunas
****************************************************** */
body {
	color: #000;
	background-color: #7A896C;
	padding:0;
	border:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: 20px;	
}
#geral {
	background-color: #FFF;
	height: auto;
  width: auto;
	margin-top:6px;	
}

#conteudoEsq {
	background-color:#FFF;
	position:absolute;
	width:200px;
	padding-bottom:20px;
	margin-left:1px;
	left: 20px;
	top: 235px;
}
#conteudoDir {
	background-color:#FFF;
	position:absolute;
	width:180px;
	right:20px;
	padding-bottom:20px;
}

#conteudoCentro {    
	margin-left:202px;
	margin-right:180px;
	background-color:#fff;
	padding:20px 6px 0px 6px;
	text-align:justify;
	border-left:1px dotted #c30;
	border-right:1px dotted #c30;	
}

#rodape{
	margin-top:6px;	
	background-color:#FFF;
}

a {
	text-decoration: none;
	color: Maroon;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: Red;
}

p {
	font-size: 10px;
	line-height: normal;
	color: #000000;
}

li, ul {
	font-size: 12px;
	line-height: 24px;
	text-align:left;
}

.texto-interno {
	font-size:120%;
	line-height: 160%;
	color: #000099;
	background-color: #FFFFFF;
	text-align: justify;
	text-indent: 24pt;
	height: auto;
	padding-right: 15pt;
	padding-left: 15pt;
}

.texto-cab {
	font-size: 10pt;
	font-weight: bold;
	text-indent: 6pt;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	border-right: medium solid #FFFFFF;
	border-bottom: thin solid #993333;
}

/* Menu Vertical */
.menuv {
	background-color: #000080;
	font-size: smaller;
	text-align: left;
	width: 200px;	
}

.menuv li {
	border-bottom: thin solid #6A5ACD;
	list-style:none;
}

.menuv li a {
	color: White;
	display: block;
	padding-left: 10px;
	padding-top:6px;
	padding-bottom:6px
	
}

.menuv li a:hover {
	background: #6A5ACD;
	text-decoration: underline;
	color: #FFFF00;
}

.cabeca {
	padding: 6px 0px;
	margin: 0px 0px 20px;
	color: #000080;
	text-align: center;
	border-bottom: medium solid #6A5ACD;
}

.cabecamenu {
	background: White;
	color: #6A5ACD;
	text-align: center;
	border-top: 4px solid #6A5ACD;
	border-bottom: 4px solid #6A5ACD;
	padding:8px 0px;
	margin:0px;
	height:22px;
	font-size: 13px;
	font-weight: bold;
	list-style:none;
	
}

.copyrigth {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: Maroon;
	font-weight: bold;
}
.ultimatual h1 {
	font-family:  Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#f00;
	padding-left: 2px;
	border-top: 2px solid #c36;
	border-bottom: 2px dotted #c36;
	padding-top: 6px;

  }
.ultimatual p {
	font-family:  Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #993300;
	border-bottom: 2px solid #c36;
	padding-bottom: 6px;
	margin-right: 5px;
	margin-left: 5px;
  }

/* PARA DICAS NOS LINKS FAVORITOS */	
a.hint{
  position:relative; 
/*  cursor:help; */
  z-index:24;
	color: #6A5ACD;
  }
  a.hint:hover{
  background:transparent;
  z-index:25; 
	color: Maroon;
	
  }
  a.hint span{display: none}
  a.hint:hover span{ 
  display:block;
  position:absolute;
  width:202px; 
	top:2em;
	left:-220px;
  background:#fff; 
}
	

