DIV#ContListaEditDrop {
	width:1000px;
}

DIV#ContListaEditDrop DIV {
	float:left;
	margin-left:5px;
	margin-right:5px;
	background-repeat: no-repeat;
}

DIV#ContListaEditDrop DIV#ContHeaderDiv {
	background-color:#516B84;
}

DIV#ContListaEditDrop DIV#ContHeaderDiv DIV.HeaderDiv {
	height:20px;
}

/* PROPIEDADES PARA LOS NOMBRES-LINK DEL HEADER */
DIV#ContListaEditDrop DIV#ContHeaderDiv DIV.HeaderDiv a {
	color:#C1C3D0;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:12px;
}
DIV#ContListaEditDrop DIV#ContHeaderDiv DIV.HeaderDiv a:hover {
	text-decoration:underline;
}
DIV#ContListaEditDrop DIV#ContHeaderDiv DIV.HeaderDiv a.ActualASC {
	color:#FFFFFF;
	background-image: url(../imgs/flechita_order_ASC.gif);
}
DIV#ContListaEditDrop DIV#ContHeaderDiv DIV.HeaderDiv a.ActualDESC {
	color:#FFFFFF;
	background-image: url(../imgs/flechita_order_DESC.gif);
}

/* PROPIEDADES COMUNES PARA CADA UNO DE LOS DIFERENTES DISEŅOS DE FILA */
DIV#ContListaEditDrop DIV#Row {
	border-bottom-width: 1px;
	width:auto;
	border-bottom-style: dotted;
	border-bottom-color: #516B84;	
}
DIV#ContListaEditDrop DIV#Row a.ListLinkActive {
	background-color:#CCCC33;
}
DIV#ContListaEditDrop DIV#Row a.ListLinkActive:hover {
	background-color:#0033CC;
}

/* DEFINO UN ESTILO PARA CADA UNO DE LOS DIFERENTES DISEŅOS DE FILA QUE QUIERA */
DIV#ContListaEditDrop DIV.Style_1 {
	/* background-color:#CCFF33; */
}
DIV#ContListaEditDrop DIV.Style_2 {
	background-color:#DBDCE2;
}

/* DEFINO LAS PROPIEDADES DE LAS COLUMNAS DROP Y EDIT */
DIV#ContListaEditDrop DIV#Col_Drop {
	width:20px;
	background-image: url(../imgs/button_drop.gif);
	cursor:pointer;
	background-position: center 0px;
}
DIV#ContListaEditDrop DIV#Col_Edit {
	width:20px;
	background-image: url(../imgs/button_edit.gif);
	cursor:pointer;
	background-position: center 1px;
}
DIV#ContListaEditDrop DIV#Col_Check {
	width:20px;
	Margin:0px;
}

/* DEFINO EL ANCHO DE CADA UNA DE LAS COLUMNAS */
DIV#ContListaEditDrop DIV#Col_1 {
	width:20px;

}
DIV#ContListaEditDrop DIV#Col_2 {
	width:160px;
}
DIV#ContListaEditDrop DIV#Col_3 {
	width:160px;
}
DIV#ContListaEditDrop DIV#Col_4 {
	width:20px;
}
DIV#ContListaEditDrop DIV#Col_5 {
	width:60px;
}
DIV#ContListaEditDrop DIV#Col_6 {
	width:30px;
}
DIV#ContListaEditDrop DIV#Col_7 {
	width:30px;
}
DIV#ContListaEditDrop DIV#Col_8 {
	width:30px;
}


input#BtFormList {
	margin-left:10px;
}

