@charset "utf-8";
/* CSS Document */

BODY {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background:url(../img_index/bg.jpg) repeat-x #D1C58B;

SCROLLBAR-FACE-COLOR: #cccccc; 
SCROLLBAR-HIGHLIGHT-COLOR: #cccccc; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR:  #ffffff; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
}


.txt-branco  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.link-menu-rodape {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bca34c;
	text-decoration: none;
}
.link-menu-rodape:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #967E30;
	text-decoration: underline;
}
.txt-cinza {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.txt-cinzabold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.textoVer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.link-mais-detalhes {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
}
.link-mais-detalhes:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:underline;
}

.link-txt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}
.link-txt:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
	font-weight: bold;
}
.txt-tit-busca {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #5B3E00;
	font-weight: normal;
}
.txt-branco-pq{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.form {
	font-family: Trebuchet MS, Verdana;
	font-size: 13px;
	color: #003366;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
}
.form-busca {
	font-family: Trebuchet MS, Verdana;
	font-size: 10px;
	color: #405464;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*height: 20px; */
}

.form2 {
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	color: #405464;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*height: 20px; */
}


.titulo {
	font-family: Trebuchet MS, Verdana;
	font-size: 10px;
	color: #666666;
	float: left;
	height: auto;
	width: 95%;
	margin-left: 6px;
	background-image: url(../img_index/bg_tit_interno.jpg);
}

.texto {
	font-family: Trebuchet MS, Verdana;
	color: #666666;
	float: left;
	width: 95%;
	text-align: justify;
	line-height: 1.5;
	padding-top: 5px;
	font-size: 11px;
	margin-left: 6px;
}
.texto div {
	margin-bottom: 2px;
	float: right;
	width: 130px;
	margin-right: 0px;
}
.texto .txt-cinzabold {
	float: left;
	width: 190px;
}

/* ALT */

#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 11px Arial;
line-height:12px;
z-index:100;
}
