height: 20px;
        border:1px solid #144B95;
        font-size: 11px;
        font-family: verdana;
        color:#576572;
    }
    input:hover{
        color:black
    }

</style>
<?php 
require_once "../../ccontrol/control/tablaAngelCompleta.php";
require_once "../../cdatos/DReporte.php";
$o_DatosReporte = new DReporte();
$array = $o_DatosReporte->listarCieUsado();
$tabla = new TablaAngelSayes();
$arrayWidth = array(0 => "50", 1 => "840");
$arrayTitulos = array(0 => "Id", 1 => "Cie Usado");
$arrayAlign = array(0 => "center", 1 => "left");
$arrayType = array(0 => "text", 1 => "text");
$arrayCursor = array(0 => "pointer", 1 => "pointer");
$arrayImagenPorCelda = array(0 => "0", 1 => "0");
$arrayUrlImagen = array(0 => "", 1 => "");
$arrayFunction = array(0 => "", 1 => "");
$arrayTitle = array(0 => "", 1 => "");
$arrayBitBusqueda = array(0 => "0", 1 => "1");
$arrayTypeBusqueda = array(0 => "0", 1 => "text");
$numDatosEnviadosFuncionCadena = 1;
$arrayFunctionXCelda = array(0 => "agregarCieReporte", 1 => "agregarCieReporte");
$arrayFuncionesDatosCombo = array(0 => "", 1 => "");