body {
	background-color:#191818;
	color:#FFA;
	font-size:12px;
}
a:focus, a:hover {
  color: white;
	text-decoration: underline;
}
a {
  color: #4AF;
  text-decoration: none;
}
h2 {
	color: #4AF;
	font-variant: small-caps;
	font-weight: bold;
}

.centrado {
  text-align: center;
}
.justificado {
	text-align: justify;
}
.derecha {
	text-align: right;
}

#menu {
	list-style: none;
	background: #2e2e2e url(../imagenes/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
  font-weight: bold;
	height: 36px;
}
#menu ul {
  margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
}
#menu li a {
	display: block;
	float: left;
	padding: 10px 20px;
	color: #FFA;
}
#menu li a:hover {
	background: #1b1b1b url(../imagenes/nav_bar_o.jpg) repeat-x;
	text-decoration: none;
	color: white;
}

.menu_derecha {
  float: right;
}

#header {
	color: #4AF;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#footer {
	background: #2e2e2e url(../imagenes/nav_bar.jpg) repeat-x;
	height: 36px;
}
#footer span {
	display: block;
	float: left;
	padding: 10px 33px;
	font-weight: bold;
}

#cargador {
  display: none;
	position: absolute;
	top: 22px;
  background: url(../imagenes/ajax-loader.gif) no-repeat center;
  width: 220px;
  height: 19px;
}

.direccion:hover {
  background-color:#333;
	cursor:pointer;
}

.linea .ref, .linea .modelo, .linea .precio, .subtotal .ref, .subtotal .modelo, .subtotal .precio {
	vertical-align:top;
  display:table-cell;
	display:inline-block;
}

.ref {
	color:red;
	width:60px;
	padding-right:10px;
	text-align:left;
}
.modelo {
	color:yellow;
	width:260px;
	padding-right:10px;
	text-align:left;
}
.precio {
	color:lightgreen;
	width:60px;
	text-align:right;
}

#carrito {
	position:absolute;
	left:-9000px;
	top:0px;
}

.dragactivo {
  border: 1px solid white;
	background: #444;
}
.draghover {
  border: 1px solid white;
	background: #888;
}
.ui-selected.linea, .ui-selecting.linea {
	background: #888;
	color: white;
}
#pedido.ui-state-hover {
	color: white;
}

