/* CSS Document */

/* ------------------------------------------------------------------------------------------ */
/* TOP MENU*/
/* ------------------------------------------------------------------------------------------ */ 
#Header #TopMenu{
	float:right;
	behavior: url("../../../common/js/iepngfix.htc");
	width:800px;
	height:20px;
}

#Header #TopMenu table{
	border-collapse:collapse;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	height:20px;
}
#Header #TopMenu .tml{
	width:8px;
	behavior: url("../../../common/js/iepngfix.htc");
	background:url("../../images/white/tm_l.png") no-repeat;
}
#Header #TopMenu .tmbg{
	behavior: url("../../../common/js/iepngfix.htc");
	background:url("../../images/white/tm_bg.png") repeat-x;
}
#Header #TopMenu .tmr{
	width:8px;
	behavior: url("../../../common/js/iepngfix.htc");
	background:url("../../images/white/tm_r.png") no-repeat;
}
/* TOP MENU - clientes */
#Header #TopMenu #clientes{
	float:right;
	margin-right:5px;
}
/* lista clientes */
#Header #TopMenu #clientes ul{
	margin:0;
	padding:0;
	list-style:none;	
}
#Header #TopMenu #clientes ul li{
	float:left;
}
#Header #TopMenu #clientes ul a{
	display:block;
	padding:0px 12px 0px 12px;
	text-decoration:none;
	color:#4D4D4D;
	border-left:#666666 1px solid;
}
#Header #TopMenu #clientes ul .named{
	border-right:#666666 1px solid;
	color:#000000;
	padding:0px 12px 0px 12px;
	font-weight:bold;
}
#Header #TopMenu #clientes ul .first a{
	border:none;
}
#Header #TopMenu #clientes ul a:hover{
	color:#000000;
}
/* Submenus top*/
#Header #cistellaTop{
	position:relative;
	top:-20px;
	float:right;
	right:219px;
	*right:242px; /* IE */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display:none;
}
#Header #cistellaTop div.title{
	background:#FFFFFF;
	width:94px;
	*width:101px; /* IE */
	height:20px;
	line-height:20px;
	text-align:center;	
}
#Header #cistellaTop div.title a{
	text-decoration:none;
	color:#000000;	
}
#Header #cistellaTop div.content{
	width:170px;
	*width:170px; /* IE */
	height:20px;
	line-height:20px;
	
}
#Header #cistellaTop div.content .total{
	background:#FFFFFF url("../../images/white/cmn.gif") repeat-x;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
}

/* TOP MENU - idiomas */ 
#Header #TopMenu .idiomas{
	float:right;
	top:0;
}

#Header #TopMenu .idiomas ul{
	float:left;
	margin:0;
	padding:0;
	list-style:none;	
}
#Header #TopMenu .idiomas ul li{
	float:left;	
}
#Header #TopMenu .idiomas ul a{
	display:block;
	padding:0px 12px 0px 12px;
	line-height:12px;
	text-decoration:none;
	color:#4D4D4D;
	border-left:#666666 1px solid;
}
#Header #TopMenu .idiomas ul .first a{
	border:none;
}
#Header #TopMenu .idiomas ul a.selected{
	font-weight:bold;
	color:#000000;
}
#Header #TopMenu .idiomas ul a:hover{
	color:#000000;
}
