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


/*Index bg's*/
body.bghome
{
	background-image: url(../images/bg_main2.jpg);
}

body.bginterno
{
	background-image: url(../images/bg_02.jpg);
	background-position: -50px 10px;
}

/*Home flash + search layer*/
#home-flash { height: 300px; position: relative; }
#home-flash #search-fbox { position: absolute; z-index: 1000; margin-left: 260px; left: 50%; top: 20px; }
#home-flash #search-fbox input[type="text"]
{
	width: 140px;
	height: 24px;
	background-image: url(../images/input_busca.png);
	
	line-height: 24px;
	padding: 0 6px;
	
	font-size: 11px; 
	color: #a28faa;
}
#home-flash #search-fbox input[type="image"] { margin-left: -4px; vertical-align: top; }
#home-flash #flash-embed { position: relative; }


/*Destaques*/
#home_content { margin-top: 50px; width: 1px; }
#home_content td { padding-left: 29px; padding-right: 30px; }
#home_content td.lined { border-right: 1px solid #d2d2d2; }
#home_content td.lined a { display: block; }
#home_content input[type="text"], #home_content input[type="password"]
{
	background: url(../images/form_homeinput.png) no-repeat;
	width: 135px;
	height: 30px;
	display: block;

	line-height: 30px;
	font-size: 11px;
	color: #aaa;
	
	padding: 0 8px;
}
#home_content input[type="submit"]
{
	background-image: url(../images/form_entbtn.png);
	padding: 0; margin: 0;
	width: 53px;
	height: 29px;
	cursor: pointer;
	float: left;
	margin-right: 6px;
}
#home_content .head_img { margin-bottom: 6px; }
#home_content .head_text
{
	font-family: Arial, Helvetica, sans-serif; /*Trebuchet MS*/
	font-weight: bold;
	font-size: 13px;
	width: 160px;
	margin-top: 16px;
	margin-bottom: 5px;
	text-align: left;
	word-spacing: 1px;
}
#home_content .head_text { color: #000; text-decoration: none; }
#home_content .info_text
{
	font-family: Arial, Helvetica, sans-serif; /*Trebuchet MS*/
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	margin-right: 20px;
}
#home_content .info_text a { color: #606060; text-decoration: none; }
#home_content a:hover .head_text { color: #ee2a32; }
#home_content a:hover .info_text { color: #242121; }

/*#home_content .txt-content a { color: #ee2a32; }
#home_content .txt-content a:hover { color: #242121; }*/

#home_content #controller { position: relative; height: 0; }
#home_content #controller .jFlowPrev { cursor: pointer; position: relative; top: 97px; left: -18px; }
#home_content #controller .jFlowNext { cursor: pointer; position: relative; top: 97px; left: 185px; }
#home_content #controller .jFlowControl { display: none; }
#home_content #slides { width: 100px; }


/*Rodape*/
#rodape_header td
{
	padding-top: 18px;
	padding-bottom: 8px;
	width: 107px;
	font-size: 11px;
	color: #686868;
}

#rodape_links a { text-decoration: none; color: #686868; font-size: 11px; line-height: 18px; }
#rodape_links a:hover { text-decoration: none; color: #600; }
#rodape_inferior
{
	margin-top: 38px;
	padding-top: 23px;
	font-size: 11px;
}