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

 body{
  margin:0;
  padding:0px 0 25px 0;
 }
 
 div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background:url(../images/barra_menu.png);
 }

  div#header_linha{
	position:absolute;
	top:70px;
	left:0;
	width:100%;
	height:1px;
	background:url(../images/linha.png);
 }
 
 div#header_menu_pro{
	position:absolute;
	top:100px;
	left:0;
	width:250px;
 }
 
 div#footer_linha{
	position:absolute;
	bottom:39px;
	left:0;
	width:100%;
	height:1px;
	background:url(../images/linha.png);
 }
 
 div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:25px;
	background-color: #000;
 }
 
 div#footer_tdg{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:39px;
	background:url(../images/barra_footer.png);
 }
 
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#header_linha{
   position:fixed;
  }
  body>div#header_menu_pro{
   position:fixed;
  }
  body>div#footer_linha{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
  body>div#footer_tdg{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
 body,td,th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 }

/*
-------- comportamento dos links -----------
*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.content:link {
	text-decoration: none;
	color:#999;
}
a.content:visited {
	text-decoration: none;
}
a.content:hover {
	text-decoration:underline;
	color:#000;
}
a.content:active {
	text-decoration: none;
	color:#FFF;
}

/*
---------- página texto ----------
*/

#wrapper{
	position:relative;
	margin:0 auto;
	overflow:hidden;
}


#wrapper_contactos_dados_area{
	float:left;
	width:800px;
	margin:0 auto;
	padding-top:30px;
	overflow:hidden;
}

#contactos_dados_area_left_col{
	float:left;
	padding-left:0px;
	padding-right:10px;
	width:80px;
}

#contactos_dados_area_right_col{
	float:left;
	padding-left:0px;
	padding-right:0px;
	width:650px;
}


/*
---------- styles AM -----------
*/


.style_active_url {
	color:#FFF;
}

.style_active_sub_url {
	font-weight:bold;
	color:#333;
}

.style_proactive_url {
	font-weight:normal;
	color:#B6B6B6;
}

.style_text_normal {
	font-style: normal;
	font-size:12px;
	color: #FFF;
	line-height:18px;
}


.style_text_contactos_dados_titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color: #000;
	line-height:18px;
}

.style_text_contactos_dados_normal {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:12px;
	color: #666;
	line-height:18px;
}


.style_text_footer_contactos_normal {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:11px;
	color: #666;
	line-height:18px;
}

.style_text_footer_normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:10px;
	color: #333;
	line-height:18px;
}
