/* ordenArrast.css */

.ordenArrast 
{ 
	width: 100%; min-height: 16px; padding: 0px; position: relative;
	border: none;
/*	background-color: LightGray;*/
}

.ordenArrast > div { 
/*
	display: block; width: 100%; padding: 8px 8px 2px;
	cursor: move; 
	background-color: White;
	border-top: solid 1px Gray;
	border-left: solid 1px Gray;
	border-right: solid 1px Gray;
	border-bottom: none;
	*/
}

.ordenArrast > div:last-child 
{ 
/*	border-bottom: solid 1px Gray;*/
}

