/* Estruturas */

html {height:100%; margin-bottom:1px;/* Não oculta a barra de rolagem em Firefox */}

.miolo {
	padding: 0 10px 15px 10px;
}

.tabela_conteudo {
	padding : 15px 60px 5px 60px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	line-height : 18px;
	text-align : justify;
}


.port{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height : 18px;
	padding-bottom : 10px;
	color: #62836f;
	text-decoration: none;
	font-weight : bold;
}

.li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	line-height : 18px;
	text-align : justify;
	padding-bottom : 10px;
	padding-right : 60px;
}

.rodape {
	padding: 0 10px 15px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #B36666;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 16px;
}

/* links */
.email {
	font-size: 11px;
	text-decoration: none;
	color: #B36666;
	font-weight : normal;
}

.email a{
	font-size: 11px;
	text-decoration: none;
	color: #B36666;
	font-weight : normal;
}

a.email:hover {
	font-size: 11px;
	text-decoration: none;
	color: Maroon;
	font-weight : normal;
	background-color : #F5E6BA;
}

.texto {
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
	font-weight : normal;
}

.texto a{
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
	font-weight : normal;
}

a.texto:hover {
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
	font-weight : normal;
	background-color : #F5E6BA;
}

.textoport {
	font-size: 10pt;
	text-decoration: none;
	color: #f59139;
	font-weight : bold;
}

.textoport a{
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
	font-weight : bold;
}

a.textoport:hover {
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
	font-weight : bold;
	background-color : #F5E6BA;
}

/*Tooltips*/
a.info1 {position:relative; z-index:50; color:#000; text-decoration:none;}
a.info1:hover {z-index:51; background-color: transparent;}
a.info1 span {display: none}
a.info1:hover span {display:block; position:absolute; top:-4em; left:-10em; width:15em; border:1px solid #999; background-color:#FCE190; color:#000;}
