
/* ================================================|    ELEMENT STYLE    |==========*/

html{overflow-x: auto;} 
body{ 
	color:#6B635A;
	background: #333333 url(../img/bg.jpg) center;
	font-family:Arial, Verdana, Tahoma, Serif;
	font-size:12px;
	margin:0;
	padding:0; 
	text-align:center; 
	}
a:link,
a:active,
a:visited{
		color: #CC6600;
		text-decoration:none;
		border:0;
		}
a:hover {
		color: #FF9900  ;
		background:transparent;
		
		}
/* ================================================|   METAS   |==========*/		
#metas{font-size:1px; position:absolute; z-index:10; width:800px; height:300px;	left:50%;top: 0;margin-left:-400px;	margin-top:-500px;}
/* ================================================|   METAS   |==========*/	
/* ================================================|   FONTS   |==========*/
.font_manusc {font-family:Georgia, Courier, monospace, Times, serif; font-size: 14px;  color: #6B635A;}
.font1 {font-size: 12px; font-weight: normal; font-style: normal;}
.font2 {font-size: 14px; font-weight: bold; color: #3D7898;}
.font3 {font-size: 14px; font-style:italic; font-weight: bold; color: #CC6600;}
.font4 {font-size: 14px; color: #666633; }
.font5 {font-size: 14px; color: #666633; font-weight: bold;}
/* ================================================|	DIVS   |==========*/
#div_bady{margin:0;}
#div_head{height:170px;}	
#div_conteudo
{
		padding:0; background:#FFFFFF;
		margin:0 auto 0 auto;
		width:800px;
}
/* --------------------|   desks   |---------------------*/
#div_desk_emp
{
		padding: 0;
		margin:0 auto 0 auto;
		width:800px; 
		background:#FFFFFF url(../img/bg_empresa.jpg) repeat-x;  
}

#div_desk_base
{
		padding:30px 0 30px 0;
		margin:0 auto 0 auto;
		width:800px; 
		background:#FFFFFF;  
		border-bottom: #999999 dashed 1px; 
		border-top: #999999  dashed 1px;
}

/* --------------------|   nav   |---------------------*/

/* --------------------|  /nav   |---------------------*/
	
#base
{		
		clear: both;
		height:150px;
		text-align:center;		
}			
