DIV#ContListaEditDrop {
	margin-left:10px;
	width:423px;
}

DIV#ContListaEditDrop DIV {
	float:left;
	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(../admin/PHP/Classes/ListaEditDrop/imgs/flechita_order_ASC.gif);
}
DIV#ContListaEditDrop DIV#ContHeaderDiv DIV.HeaderDiv a.ActualDESC {
	color:#FFFFFF;
	background-image: url(../admin/PHP/Classes/ListaEditDrop/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;
	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:17px;
	height:14px;
	background-image: url(../admin/PHP/Classes/ListaEditDrop/imgs/button_drop.gif);
	cursor:pointer;
	background-position: center 0px;
}
DIV#ContListaEditDrop DIV#Col_Edit {
	width:17px;
	height:14px;
	background-image: url(../admin/PHP/Classes/ListaEditDrop/imgs/button_edit.gif);
	cursor:pointer;
	background-position: center 1px;
}
DIV#ContListaEditDrop DIV#Col_Check {
	width:10px;
	height:1px;
	margin:0px;
}

/* DEFINO EL ANCHO DE CADA UNA DE LAS COLUMNAS */
DIV#ContListaEditDrop DIV#Col_1 {
	width:30px;
}
DIV#ContListaEditDrop DIV#Col_2 {
	width:180px;
}
DIV#ContListaEditDrop DIV#Col_3 {
	width:203px;
}
input#BtFormList {
	margin-left:10px;
}

