BODY{
	background-attachment:fixed;
	background-color:#FFF;
	background-image:url("../img/bg.gif");
	background-position:0 65px;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;}
	
ACRONYM{
	border-bottom:1px dashed #666;
	cursor:help;}

DFN{cursor:help;}

H1{
	border-left:solid 15px #F60;
	color:#F60;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size:140%;
	font-weight:bold;
	line-height:140%;
	margin-bottom:6px;
	margin-left:-29px;
	padding:0 13px;}
H2{
	color:#666;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size:120%;
	font-weight:bold;
	line-height:120%;
	margin-top:10px;
	margin-bottom:20px;}

P{
	color:#333;
	line-height:140%;
	margin-bottom:1em;}

#painelConteudo UL{
	color:#333;
	line-height:140%;
	list-style:square;
	margin:-0.5em auto 1em 50px;}
#painelConteudo LI{margin-bottom:0.5em;}

A{color:#F00;}

/*************************************************************************/

#canvas{
	/*border:solid 1px green;*/
	margin-right:auto;
	margin-left:auto;
	min-width:770px;
	position:relative;
	text-align:left;
	width:75%;}
	
	
#marca{
	height:60px;
	margin-left:60px;
	position:fixed;
	top:80px;
	width:141px;}


#menu{
	background-image:url("../img/bordaMenu.gif");
	background-position:right center;
	background-repeat:no-repeat;
	margin-left:90px;
	min-height:150px;
	position:fixed;
	text-align:right;
	top:175px;}
#menu UL{margin:30px 20px;}
#menu LI{
	font-size:120%;
	margin-bottom:15px;}
#menu A{color:#666;}
#menu A:hover, #menu A:active, #menu A.ativo{
	color:#F60;
	text-decoration:none;}


#idiomas{
	color:#999;
	font-size:65%;
	position:fixed;
	margin-left:130px;
	top:400px;}
#idiomas A{color:#999;}
#idiomas A.ativo{
	font-weight:bold;
	text-decoration:none;}
#idiomas A:hover{
	color:#423F3E;
	font-weight:bold;
	text-decoration:none;}
	
	
#painel{
	/*border:solid 1px red;*/
	margin-right:7%;
	margin-left:265px;
	min-height:400px;
	min-width:530px;
	position:relative;
	top:20px;}
	
#painelBg{
	background-color:#FFF;
	filter:alpha(opacity=70);
	opacity:0.7;}

.painelBorda{
	background-color:#CCC;
	background-image:url("../img/bordaFade.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	height:100%;
	position:absolute;
	top:0;
	width:1px;
	z-index:2;}
.painelBorda IMG{width:1px;}
#painelBordaDireita{right:0;}

#painelConteudo{
	border-top:1px solid #CCC;
	margin-bottom:60px;
	padding:10px 25px 50px 25px;
	position:relative;
	z-index:5;}	
	
	
#copyright{
	color:#DDD;
	font-size:10px;
	margin:20px auto;
	text-align:center;}

/*************************************************************************/
    
.bgTransparente{
	height:100%;
	position:absolute;
	width:100%;
	z-index:1}
