
#imgEmpresa img{
    text-align: center;
}

#logoEmpresa{
    width: 125px;
    height : 105px;
    padding: 8px;
    border : 1px solid gray;
    /*padding-left: 10px;*/
    cursor  : pointer;

}
.buscarLogo{
    background-image: url(images/buscar.gif)!important;
    width   : 100px;
}
.precioColumn a{
    cursor: pointer;
}
.precioColumn .separador{
    padding-top: 3px;
}
div.costoTotalNeto{
    padding-top: 75px;
}

div.preciosIzq{
    float: left;
}

div.preciosDer{
    float: right;
}
div.precioColumn input{
    font-size: 10px;
}

div.estadoRenderer *{
    vertical-align: text-top;
}
div.estadoRenderer{
    height: 14px;
}
div.estadoRenderer img{
    height: 14px;
    width: 14px;
}
div.estadoRenderer span{

}