/* CSS Document */

body{
height:100%;
background: #FFFFFF url(./imagens/background.jpg) repeat-x; /* Fundo CINZA*/
overflow-x:hidden;
}

#barra_green {
	position:absolute;
	top:0px;
	background-image:url(imagens/barra_green.jpg);
	width: 100%;
	height:50px;
	z-index:1;
}


#img_banner{
position:absolute;
left:50%;
top:0px;
margin-left:-375px;
margin-top:0px;
}

#main{
position:absolute;
background-color:#FFFFFF;
left:50%;
top:0%;
width:760px;
/*height:100%;
height:18px;*/
margin-left:-360px;
margin-top:242px;
font-family:"Trebuchet MS";
font-size:12px;
line-height:18px;
color:#3B3B3B;
z-index:4px;

}
#bottom{
position:absolute;
left:50%;
margin-left:-360px;
font-family:"Trebuchet MS";
font-size:10px;
height:18px;
color:#666666;
}
#traco{
line-height:2px;
lin
}
#traco{
padding: 3px;
border-bottom: 1px dotted #CCCCCC;
}

/* ---------------------------------- LINKS */ 
/* Voltar Antigo
a.link:link { font-family:"Trebuchet MS"; font-size:12px; color:#3B3B3B; text-decoration:none;}
a.link:visited { font-family:"Trebuchet MS"; font-size:12px; color:#3B3B3B;	text-decoration:none;}
a.link:hover {	font-family:"Trebuchet MS";	color:#679A01;	font-size:12px;	text-decoration:underline;}
a.link:active {	font-family:"Trebuchet MS";	font-size:12px;	color:#3B3B3B;	text-decoration:none;}
*/

.link_voltar {
	color:#FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 60px;
	height: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	float:inherit;
	/* border-bottom: 1px dotted #EF4136;	*/
	background-color:#769D00;
}
.link_voltar:hover {
	color:#676767;
	background-color:#FFFFFF;
}

a.link:link { font-family:"Trebuchet MS"; font-size:12px; color:#3B3B3B; text-decoration:none;}
a.link:visited { font-family:"Trebuchet MS"; font-size:12px; color:#3B3B3B;	text-decoration:none;}
a.link:hover {	font-family:"Trebuchet MS";	color:#769D00;	font-size:12px;	text-decoration:underline;}
a.link:active {	font-family:"Trebuchet MS";	font-size:12px;	color:#3B3B3B;	text-decoration:none;}


a.titulo:link { font-family:"Trebuchet MS"; font-size:14px; color:#769D00; text-decoration:none;}
a.titulo:visited { font-family:"Trebuchet MS"; font-size:14px; color:#769D00;	text-decoration:none;}
a.titulo:hover {	font-family:"Trebuchet MS";	color:#769D00;	font-size:14px;	text-decoration:underline;}
a.titulo:active {	font-family:"Trebuchet MS";	font-size:14px;	color:#769D00;	text-decoration:none;}


.link_site {
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
.link_site:hover {
	font-family:"Trebuchet MS";
	color:#679A01;
	font-size:10px;
	text-decoration:underline;
}



/* ----------------------------------  */ 


.titulos {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#333333;
}
.txt_copy {	font-family:"Trebuchet MS";	font-size:10px;	color:#3B3B3B; }
.txt_verde {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#769D00;
	
}
.cx_texto {
	font-family: "Trebuchet MS";
	color:#3B3B3B;
	font-size:11px;
	border-style:dashed;
	border-width:1px;
	border-color:#CCCCCC;
	text-indent:3px;
	/*background-color:#DEE3D7;*/
}
/* FIM DO CSS */