/*
'----------------------------------------
 div #header contém: #logo e #menu
 linha superior que contem parte do logo e o menu horizontal 
_____________
|_L_|__M___M_|
|	 	| 	 |
|		|    |
|		|  	 |
|_______|____|
'----------------------------------------
*/
#header{
	position:relative;
	width:768px;	
	height:38px; 
}
#header #logo, #header #menu{float:left;}

#logo{
	position:relative;
	width:142px;
	height:38px;
	top:-1px;
	_top:0px;
}
#menu{
	position:relative;
	width:625px;
	height:38px; 
}

/*
'----------------------------------------
 div #titulos contém: #logo_interno e #data
 linha superior que contem parte do logo e o menu horizontal 
_____________
|__|_________|
|_L__T__| 	 |
|		|    |
|		|  	 |
|_______|____|
'----------------------------------------
*/
#titulos{
	position:relative;
	width:578px;
	height:98px; 
	float:left;
	background: url(/images/layout/titulos_internos.gif) no-repeat top right;
	top:-1px;
	_top:-2px;
}
#logo_interno{
	position:relative;
	top:0;
	float:left;	
	width:133px;
	height:83px;	
	background: url(/images/layout/logo_interno2.gif) no-repeat top right;

}

#data{
	position:relative;
	text-align: right;
	font-size: 9px; 
	color: #6F8293;
	background: #EDF1F4;
	width:420px;
	margin-top: 3px;
	/*
	
	
	 padding: 2px 15px 0 0;
	_padding: 0 15px 0 0;
	border-top: 2px solid #FFF;*/
}

#titulos, #logo_interno, #data {float:left;}

#titulo_img{
	margin: 51px 0 0 400px;
}
#titulo_img_carrinho{
	margin: 51px 0 0 180px;
}
