.tablaItemsOrden {
    width: 97%;
}

.tdDesignaciones {
    width: 420px;
}
.tdUnidad {
    width: 70px;
}
.tdCantidad {
    width: 85px;
}
.tdPrecioUnitario {
    width: 85px;
}

.tdPrecioTotal {
    width: 85px;    
}

.inputDesignacion  {
    width: 400px;
}

.inputUnidad {
    width: 30px;
}

.inputCantidad {
    width: 70px;
}

.inputPrecioUnitario {
    width: 70px;
}

.inputPrecioTotal {
    width: 70px;
}

.imagenAgregar {
    height: 16px;
    margin: 0 5px 0 0;
    width: 19px;
}

#sumatoria {
    float: left;
    height: 30px;
    margin: 15px 0 0;
    width: 250px;
    line-height: 29px;
}

#cajaSumatoria {
    border: 1px solid;
    float: right;
    height: 30px;
    line-height: 29px;
    text-align: center;
    width: 180px;
}



#datosOrdenCompra tr {
    
}

#datosOrdenCompra tbody tr td {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0;
    padding: 2px 10px 0;
}

.itemsDatosOrdenCompra {
    margin: 10px 0 7px;
}

#buscarOrdenCompra {
    background: url("../images/magnifier.png") no-repeat scroll 3px center transparent;
    border: medium none;
    color: #76967F;
    cursor: pointer;
    font-family: "Lucida Grande",tahoma,arial,helvetica,sans-serif;
    font-size: 13px;
    line-height: 1.2;
    margin: 5px;
    padding: 5px 5px 5px 21px;
}

#wrapOrdenCompra {
    float: left;
    padding: 10px;
    
    width: 83%;
}

.rojo {
    background: none repeat scroll 0 0 #ED8D91;
}

.amarillo {
    background: none repeat scroll 0 0 #F0EF79;
}

