#barraAcceso {
	vertical-align:middle;
}

#barraAcceso a{
	background-color: transparent;
}
#barraAcceso a:hover{
	background-color: transparent;
}

#divProducto{
	white-space: nowrap;
	text-align : left;
	background-color: #eeeeee;
	margin:0px;
	padding: 0px;
	width: 100%;
	font-size:11px;
}

#divProducto ul{
	list-style: none;
	margin:0px;
	padding: 0px;
	background-color: #eeeeee;
	width:100%;
}
#divProducto ul li, #divProducto ul li a:hover{
	height: 20px;
	width:100%;
	vertical-align:middle;
}
#divProducto li a:hover{
	text-align:left;
	color:#ffffff;
	border-left:0px !important;
	height:100%;
}

#divProducto li.almacen{
	border-left:15px solid #e1122d;
	border-top:1px solid #e1122d;
	color:#e1122d;
	vertical-align:middle;
}
#divProducto li.almacen a:hover{
	background-color: #e1122d;
	height:100%;
}

#divProducto li.trace{
	border-left:15px solid #118839;
	border-top:1px solid #118839;
	color:#118839;
}
#divProducto li.trace a:hover{
	background-color: #118839;
	height:100%;
}

#divProducto li.ol{
	border-left:15px solid #e37c03;
	border-top:1px solid #e37c03;
	color:#e37c03;
}
#divProducto li.ol a:hover{
	background-color: #e37c03;
	height:100%;
}

#divProducto li.seguridad{
	border-left:15px solid #332239;
	border-top:1px solid #332239;
	color:#332239;
}
#divProducto li.seguridad a:hover{
	background-color: #332239;
	height:100%;
}

#divProducto li.cuadroMando{
	border-left:15px solid #6170A9;
	border-top:1px solid #6170A9;
	color:#3B63E3;
}
#divProducto li.cuadroMando a:hover{
	background-color: #6170A9;
	height:100%;
}


#barraAcceso #producto a:hover table td a {
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
	text-decoration:none;
	background-color:#ffffff;
	color:#5284ce;
	width:100%;
	padding:3px;
}

#usuario,  #usuario a {
	position:relative;
}

#usuario a div {
	display:none;
	width: 120px;
	text-align: center;
}

#usuario a:hover div {
	display:block;
	position:absolute;
	left:-160%;
	top:95%;
	padding:5px;
	margin:0;
	font-size:11px;
	text-decoration:none;
	background-color:#eeeeee;
	border-bottom:1px solid #0000ff;
	border-right:1px solid #0000ff;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	color:#666666;
}

#usuario a:hover div font {
	white-space:nowrap;
}

#divFavoritos
{
	text-align:left; 
	font-size:10px;
	color: #214734;
	width: 250px;
	height: 100%;
	overflow: auto;
}
#divFavoritos a, #divFavoritos a:hover
{
	font-size:10px;
	background-color: transparent;
}

#divFavoritos ul
{
	margin-left:15px;
	padding-left: 4px;
}
#divFavoritos li
{
	padding: 1px;
}

#divLineaComando
{
	text-align:left; 
	width: 100%;
	height:100%;
	padding-top:2%;
}
#divLineaComando input
{
	height:15px;
	font-size:9px;
}
#divLineaComando .botonbuscar {
	background:url(../imagenes/botonBuscar.gif) no-repeat top;
	height: 16px !important;
	width: 16px !important;
	cursor:pointer;
	border:0px !important;
}