.debugar {
	padding: 5px;
	background-color: #DFDFDF;
	font-family: Courier, "Courier New";
	font-size: 10px;
	}

.debugar .sql {color: #4F7F47; padding: 5px 5px 5px 10px; margin-bottom: 10px; background-color: #EFEFEF;}	
.debugar .sql .clrRojo {color: #9F0909;}
.debugar .sql .clrNaranja {color: #DF7419;}
.debugar .sql .clrNegro {color: #000;}

.nofloat {clear: both; float: none;}

.ctlListado {}
.ctlListado .lstDatos {}
.ctlListado .lstDatos table th {text-align: left;}
.ctlListado .lstDatos table th .titulo {float: left; padding: 3px;}
.ctlListado .lstDatos table th .ascdesc {float: right;}
.ctlListado .lstDatos table th .ascdesc img {padding-bottom: 1px;}

.ctlListado .lstPie {clear: both; float: none; border-top: 1px solid #000; margin-top: 5px;}
.ctlListado .lstPie .lstOrdenacion {float: left;}
.ctlListado .lstPie .lstPaginacion {float: right;}